Class RTPrescription
Inheritance
System.Object
RTPrescription
Namespace:ESAPIX.Facade.API
Assembly:cs.temp.dll.dll
Syntax
public class RTPrescription : ApiDataObject, Xml.Serialization.IXmlSerializable
Constructors
RTPrescription()
Declaration
RTPrescription()
Declaration
RTPrescription(Object)
Declaration
public RTPrescription(dynamic client)
Parameters
Type |
Name |
Description |
System.Object |
client |
|
RTPrescription(Object)
Declaration
public RTPrescription(dynamic client)
Parameters
Type |
Name |
Description |
System.Object |
client |
|
Properties
BolusFrequency
Declaration
public string BolusFrequency { get; set; }
Property Value
Type |
Description |
System.String |
|
BolusThickness
Declaration
public string BolusThickness { get; set; }
Property Value
Type |
Description |
System.String |
|
Energies
Declaration
public IEnumerable<string> Energies { get; set; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|
Energies
Declaration
public IEnumerable<string> Energies { get; set; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|
EnergyModes
Declaration
public IEnumerable<string> EnergyModes { get; set; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|
EnergyModes
Declaration
public IEnumerable<string> EnergyModes { get; set; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|
Gating
Declaration
public string Gating { get; set; }
Property Value
Type |
Description |
System.String |
|
LatestRevision
Declaration
public RTPrescription LatestRevision { get; set; }
Property Value
Notes
Declaration
public string Notes { get; set; }
Property Value
Type |
Description |
System.String |
|
NumberOfFractions
Declaration
public int ? NumberOfFractions { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
OrgansAtRisk
Declaration
public IEnumerable<RTPrescriptionOrganAtRisk> OrgansAtRisk { get; set; }
Property Value
PhaseType
Declaration
public string PhaseType { get; set; }
Property Value
Type |
Description |
System.String |
|
PredecessorPrescription
Declaration
public RTPrescription PredecessorPrescription { get; set; }
Property Value
RevisionNumber
Declaration
public int RevisionNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SimulationNeeded
Declaration
public bool ? SimulationNeeded { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Site
Declaration
public string Site { get; set; }
Property Value
Type |
Description |
System.String |
|
Site
Declaration
public string Site { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
TargetConstraintsWithoutTargetLevel
Declaration
public IEnumerable<RTPrescriptionTargetConstraints> TargetConstraintsWithoutTargetLevel { get; set; }
Property Value
Targets
Declaration
public IEnumerable<RTPrescriptionTarget> Targets { get; set; }
Property Value
Targets
Declaration
public IEnumerable<RTPrescriptionTarget> Targets { get; set; }
Property Value
Technique
Declaration
public string Technique { get; set; }
Property Value
Type |
Description |
System.String |
|