Class Fractionation
Inheritance
System.Object
Fractionation
Namespace:ESAPIX.Facade.API
Assembly:cs.temp.dll.dll
Syntax
public class Fractionation : ApiDataObject, Xml.Serialization.IXmlSerializable
Constructors
Fractionation()
Declaration
Fractionation()
Declaration
Fractionation()
Declaration
Fractionation(Object)
Declaration
public Fractionation(dynamic client)
Parameters
Type |
Name |
Description |
System.Object |
client |
|
Fractionation(Object)
Declaration
public Fractionation(dynamic client)
Parameters
Type |
Name |
Description |
System.Object |
client |
|
Fractionation(Object)
Declaration
public Fractionation(dynamic client)
Parameters
Type |
Name |
Description |
System.Object |
client |
|
Properties
CreationDateTime
Declaration
public DateTime? CreationDateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
CreationDateTime
Declaration
public DateTime? CreationDateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
CreationDateTime
Declaration
public DateTime? CreationDateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DosePerFractionInPrimaryRefPoint
Declaration
public Common.Model.Types.DoseValue DosePerFractionInPrimaryRefPoint { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.DoseValue |
|
DosePerFractionInPrimaryRefPoint
Declaration
public Common.Model.Types.DoseValue DosePerFractionInPrimaryRefPoint { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.DoseValue |
|
DosePerFractionInPrimaryRefPoint
Declaration
public Common.Model.Types.DoseValue DosePerFractionInPrimaryRefPoint { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.DoseValue |
|
NumberOfFractions
Declaration
public int ? NumberOfFractions { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
NumberOfFractions
Declaration
public int ? NumberOfFractions { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
NumberOfFractions
Declaration
public int ? NumberOfFractions { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PrescribedDosePerFraction
Declaration
public Common.Model.Types.DoseValue PrescribedDosePerFraction { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.DoseValue |
|
PrescribedDosePerFraction
Declaration
public Common.Model.Types.DoseValue PrescribedDosePerFraction { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.DoseValue |
|
PrescribedDosePerFraction
Declaration
public Common.Model.Types.DoseValue PrescribedDosePerFraction { get; set; }
Property Value
Type |
Description |
VMS.TPS.Common.Model.Types.DoseValue |
|
Methods
SetPrescription(Int32, Common.Model.Types.DoseValue, Double)
Declaration
public void SetPrescription(int numberOfFractions, Common.Model.Types.DoseValue prescribedDosePerFraction, double prescribedPercentage)
Parameters
Type |
Name |
Description |
System.Int32 |
numberOfFractions |
|
VMS.TPS.Common.Model.Types.DoseValue |
prescribedDosePerFraction |
|
System.Double |
prescribedPercentage |
|
SetPrescription(Int32, Common.Model.Types.DoseValue, Double)
Declaration
public void SetPrescription(int numberOfFractions, Common.Model.Types.DoseValue prescribedDosePerFraction, double prescribedPercentage)
Parameters
Type |
Name |
Description |
System.Int32 |
numberOfFractions |
|
VMS.TPS.Common.Model.Types.DoseValue |
prescribedDosePerFraction |
|
System.Double |
prescribedPercentage |
|