Class TreatmentPhase
Inheritance
System.Object
TreatmentPhase
Namespace:ESAPIX.Facade.API
Assembly:cs.temp.dll.dll
Syntax
public class TreatmentPhase : ApiDataObject, Xml.Serialization.IXmlSerializable
Constructors
TreatmentPhase()
Declaration
TreatmentPhase(Object)
Declaration
public TreatmentPhase(dynamic client)
Parameters
Type |
Name |
Description |
System.Object |
client |
|
Properties
OtherInfo
Declaration
public string OtherInfo { get; set; }
Property Value
Type |
Description |
System.String |
|
PhaseGapNumberOfDays
Declaration
public int PhaseGapNumberOfDays { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Prescriptions
Declaration
public IEnumerable<RTPrescription> Prescriptions { get; set; }
Property Value
TimeGapType
Declaration
public string TimeGapType { get; set; }
Property Value
Type |
Description |
System.String |
|