Class CFindTreatmentRecordIOD
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:EvilDICOM.Network.DIMSE.IOD
Assembly:EvilDICOM.dll
Syntax
public class CFindTreatmentRecordIOD : CFindInstanceIOD, IIOD
Constructors
View SourceCFindTreatmentRecordIOD()
Declaration
public CFindTreatmentRecordIOD()
CFindTreatmentRecordIOD(DICOMObject)
Declaration
public CFindTreatmentRecordIOD(DICOMObject dcm)
Parameters
Type | Name | Description |
---|---|---|
DICOMObject | dcm |
Properties
View SourceReferencedFractionGroupNumber
Declaration
public int? ReferencedFractionGroupNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ReferencedPlan
Declaration
public (string sopClassUID, string sopInstanceUID) ReferencedPlan { get; set; }
Property Value
Type | Description |
---|---|
System.ValueTuple<System.String, System.String> |
TreatmentDate
Declaration
public DateTime? TreatmentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
TreatmentTime
Declaration
public DateTime? TreatmentTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |