-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathFieldModel.txt
23 lines (23 loc) · 1017 Bytes
/
FieldModel.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
public string FieldId { get; set; }
public string FieldName { get; set; }
public string Technique { get; set; }
public string Energy { get; set; }
public double FieldX { get; set; }
public double FieldY { get; set; }
public double X1 { get; set; }
public double X2 { get; set; }
public double Y1 { get; set; }
public double Y2 { get; set; }
public string Machine { get; set; }
public string Isocenter { get; set; }
public double MU { get; set; }
public string MLCPlanType { get; set; }
public int NumControlPoints { get; set; }
public double SSD { get; set; }
public double EffectiveDepth { get; set; }
public double DoseRate { get; set; }
public string Gantry { get; set; }
public double Collimator { get; set; }
public string ToleranceTable { get; set; }
public double CouchAngle { get; set; }
public BitmapSource DRR { get; set; }