Show / Hide Table of Contents

Class RTPrescription

Inheritance
System.Object
SerializableObject
ApiDataObject
RTPrescription
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 RTPrescription : ApiDataObject, Xml.Serialization.IXmlSerializable

Constructors

RTPrescription()

Declaration
public RTPrescription()

RTPrescription()

Declaration
public RTPrescription()

RTPrescription(Object)

Declaration
public RTPrescription(dynamic client)
Parameters
Type Name Description
System.Object client

RTPrescription(Object)

Declaration
public RTPrescription(dynamic client)
Parameters
Type Name Description
System.Object client

Properties

BolusFrequency

Declaration
public string BolusFrequency { get; set; }
Property Value
Type Description
System.String

BolusThickness

Declaration
public string BolusThickness { get; set; }
Property Value
Type Description
System.String

Energies

Declaration
public IEnumerable<string> Energies { get; set; }
Property Value
Type Description
IEnumerable<System.String>

Energies

Declaration
public IEnumerable<string> Energies { get; set; }
Property Value
Type Description
IEnumerable<System.String>

EnergyModes

Declaration
public IEnumerable<string> EnergyModes { get; set; }
Property Value
Type Description
IEnumerable<System.String>

EnergyModes

Declaration
public IEnumerable<string> EnergyModes { get; set; }
Property Value
Type Description
IEnumerable<System.String>

Gating

Declaration
public string Gating { get; set; }
Property Value
Type Description
System.String

LatestRevision

Declaration
public RTPrescription LatestRevision { get; set; }
Property Value
Type Description
RTPrescription

Notes

Declaration
public string Notes { get; set; }
Property Value
Type Description
System.String

NumberOfFractions

Declaration
public int ? NumberOfFractions { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

OrgansAtRisk

Declaration
public IEnumerable<RTPrescriptionOrganAtRisk> OrgansAtRisk { get; set; }
Property Value
Type Description
IEnumerable<RTPrescriptionOrganAtRisk>

PhaseType

Declaration
public string PhaseType { get; set; }
Property Value
Type Description
System.String

PredecessorPrescription

Declaration
public RTPrescription PredecessorPrescription { get; set; }
Property Value
Type Description
RTPrescription

RevisionNumber

Declaration
public int RevisionNumber { get; set; }
Property Value
Type Description
System.Int32

SimulationNeeded

Declaration
public bool ? SimulationNeeded { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Site

Declaration
public string Site { get; set; }
Property Value
Type Description
System.String

Site

Declaration
public string Site { get; set; }
Property Value
Type Description
System.String

Status

Declaration
public string Status { get; set; }
Property Value
Type Description
System.String

TargetConstraintsWithoutTargetLevel

Declaration
public IEnumerable<RTPrescriptionTargetConstraints> TargetConstraintsWithoutTargetLevel { get; set; }
Property Value
Type Description
IEnumerable<RTPrescriptionTargetConstraints>

Targets

Declaration
public IEnumerable<RTPrescriptionTarget> Targets { get; set; }
Property Value
Type Description
IEnumerable<RTPrescriptionTarget>

Targets

Declaration
public IEnumerable<RTPrescriptionTarget> Targets { get; set; }
Property Value
Type Description
IEnumerable<RTPrescriptionTarget>

Technique

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