View Source
Class PlanMeta
Inheritance
System.Object
PlanMeta
Namespace:EvilDICOM.CV.RT.Meta
Assembly:EvilDICOM.CV.dll
Syntax
public class PlanMeta : object
Properties
View Source
Approvals
Declaration
public List<ApprovalMeta> Approvals { get; set; }
Property Value
View Source
Beams
Declaration
public List<BeamMeta> Beams { get; }
Property Value
View Source
CalculationSettings
Declaration
public List<CalculationOptionMeta> CalculationSettings { get; set; }
Property Value
View Source
CourseId
Declaration
public string CourseId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
CT
Declaration
public ImageMatrix CT { get; set; }
Property Value
View Source
Dose
Declaration
public DoseMatrix Dose { get; set; }
Property Value
View Source
Hospital
Declaration
public string Hospital { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
IsDataComplete
Declaration
public bool IsDataComplete { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
View Source
IsTreated
Declaration
public bool IsTreated { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
View Source
IsVerification
Declaration
public bool IsVerification { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
View Source
ModifiedBy
Declaration
public string ModifiedBy { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
ModifiedDate
Declaration
public DateTime ModifiedDate { get; set; }
Property Value
| Type |
Description |
| DateTime |
|
View Source
Normalization
Declaration
public double? Normalization { get; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
View Source
NumFractions
Declaration
public int? NumFractions { get; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
PatientId
Declaration
public string PatientId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
PatientName
Declaration
public string PatientName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
PlanId
Declaration
public string PlanId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
PrescribedDose
Declaration
public double? PrescribedDose { get; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
View Source
PrescribedDosePercentage
Declaration
public double? PrescribedDosePercentage { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
View Source
ReferencesPoints
Declaration
public List<ReferencePointMeta> ReferencesPoints { get; set; }
Property Value
View Source
SeriesUID
Declaration
public string SeriesUID { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
SoftwareVersion
Declaration
public string SoftwareVersion { get; }
Property Value
| Type |
Description |
| System.String |
|
View Source
SOPInstanceUID
Declaration
public string SOPInstanceUID { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Status
Declaration
public string Status { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
StructureSet
Declaration
public StructureSetMeta StructureSet { get; set; }
Property Value
View Source
StructureSetUID
Declaration
public string StructureSetUID { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
TreatmentOrientationDescription
Declaration
public string TreatmentOrientationDescription { get; }
Property Value
| Type |
Description |
| System.String |
|