Class ProtocolPhasePrescription
Inheritance
System.Object
ProtocolPhasePrescription
Namespace:ESAPIX.Facade.API
Assembly:cs.temp.dll.dll
Syntax
public class ProtocolPhasePrescription : SerializableObject, Xml.Serialization.IXmlSerializable
Constructors
ProtocolPhasePrescription()
Declaration
public ProtocolPhasePrescription()
ProtocolPhasePrescription()
Declaration
public ProtocolPhasePrescription()
ProtocolPhasePrescription(Object)
Declaration
public ProtocolPhasePrescription(dynamic client)
Parameters
Type |
Name |
Description |
System.Object |
client |
|
ProtocolPhasePrescription(Object)
Declaration
public ProtocolPhasePrescription(dynamic client)
Parameters
Type |
Name |
Description |
System.Object |
client |
|
Properties
ActualTotalDose
Declaration
public Common.Model.Types.DoseValue ActualTotalDose { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.DoseValue |
|
ActualTotalDose
Declaration
public Common.Model.Types.DoseValue ActualTotalDose { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.DoseValue |
|
PrescModifier
Declaration
public Common.Model.Types.PrescriptionModifier PrescModifier { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.PrescriptionModifier |
|
PrescModifier
Declaration
public Common.Model.Types.PrescriptionModifier PrescModifier { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.PrescriptionModifier |
|
PrescParameter
Declaration
public double PrescParameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
PrescParameter
Declaration
public double PrescParameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
PrescType
Declaration
public Common.Model.Types.PrescriptionType PrescType { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.PrescriptionType |
|
PrescType
Declaration
public Common.Model.Types.PrescriptionType PrescType { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.PrescriptionType |
|
StructureId
Declaration
public string StructureId { get; set; }
Property Value
Type |
Description |
System.String |
|
StructureId
Declaration
public string StructureId { get; set; }
Property Value
Type |
Description |
System.String |
|
TargetFractionDose
Declaration
public Common.Model.Types.DoseValue TargetFractionDose { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.DoseValue |
|
TargetFractionDose
Declaration
public Common.Model.Types.DoseValue TargetFractionDose { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.DoseValue |
|
TargetIsMet
Declaration
public bool ? TargetIsMet { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
TargetIsMet
Declaration
public bool ? TargetIsMet { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
TargetTotalDose
Declaration
public Common.Model.Types.DoseValue TargetTotalDose { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.DoseValue |
|
TargetTotalDose
Declaration
public Common.Model.Types.DoseValue TargetTotalDose { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.DoseValue |
|