Class RTPrescriptionTarget
Inheritance
System.Object
RTPrescriptionTarget
Namespace:ESAPIX.Facade.API
Assembly:cs.temp.dll.dll
Syntax
public class RTPrescriptionTarget : ApiDataObject, Xml.Serialization.IXmlSerializable
Constructors
RTPrescriptionTarget()
Declaration
public RTPrescriptionTarget()
RTPrescriptionTarget()
Declaration
public RTPrescriptionTarget()
RTPrescriptionTarget(Object)
Declaration
public RTPrescriptionTarget(dynamic client)
Parameters
Type |
Name |
Description |
System.Object |
client |
|
RTPrescriptionTarget(Object)
Declaration
public RTPrescriptionTarget(dynamic client)
Parameters
Type |
Name |
Description |
System.Object |
client |
|
Properties
Constraints
Declaration
public IEnumerable<RTPrescriptionConstraint> Constraints { get; set; }
Property Value
DosePerFraction
Declaration
public Common.Model.Types.DoseValue DosePerFraction { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.DoseValue |
|
DosePerFraction
Declaration
public Common.Model.Types.DoseValue DosePerFraction { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.DoseValue |
|
NumberOfFractions
Declaration
public int NumberOfFractions { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfFractions
Declaration
public int NumberOfFractions { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TargetId
Declaration
public string TargetId { get; set; }
Property Value
Type |
Description |
System.String |
|
TargetId
Declaration
public string TargetId { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public Common.Model.Types.RTPrescriptionTargetType Type { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.RTPrescriptionTargetType |
|
Type
Declaration
public Common.Model.Types.RTPrescriptionTargetType Type { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.RTPrescriptionTargetType |
|
Value
Declaration
public double Value { get; set; }
Property Value
Type |
Description |
System.Double |
|
Value
Declaration
public double Value { get; set; }
Property Value
Type |
Description |
System.Double |
|