View Source
Class CFindPlanIOD
Inheritance
System.Object
CFindPlanIOD
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 CFindPlanIOD : CFindInstanceIOD, IIOD
Constructors
View Source
CFindPlanIOD()
Declaration
View Source
CFindPlanIOD(DICOMObject)
Declaration
public CFindPlanIOD(DICOMObject dcm)
Parameters
Properties
View Source
ApprovalStatus
Declaration
public string ApprovalStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
NumberOfBeams
Declaration
public int NumberOfBeams { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
PlanDate
Declaration
public DateTime? PlanDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
PlanDescription
Declaration
public string PlanDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PlanLabel
Declaration
public string PlanLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PlanTime
Declaration
public DateTime? PlanTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
ReferencedPlan
Declaration
public (string sopClassUID, string sopInstanceUID, string planRelationship)? ReferencedPlan { get; set; }
Property Value
Type |
Description |
System.Nullable<System.ValueTuple<System.String, System.String, System.String>> |
|
Extension Methods