Show / Hide Table of Contents

Class TreatmentPhase

Inheritance
System.Object
SerializableObject
ApiDataObject
TreatmentPhase
Inherited Members
ApiDataObject.Id
ApiDataObject.Name
ApiDataObject.Comment
ApiDataObject.HistoryUserName
ApiDataObject.HistoryDateTime
ApiDataObject.HistoryUserDisplayName
SerializableObject.IsLive
SerializableObject.GetSchema()
SerializableObject.ReadXml(Xml.XmlReader)
SerializableObject.WriteXml(Xml.XmlWriter)
SerializableObject.ClearSerializationHistory()
Namespace:ESAPIX.Facade.API
Assembly:cs.temp.dll.dll
Syntax
public class TreatmentPhase : ApiDataObject, Xml.Serialization.IXmlSerializable

Constructors

TreatmentPhase()

Declaration
public TreatmentPhase()

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
Type Description
IEnumerable<RTPrescription>

TimeGapType

Declaration
public string TimeGapType { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX