Example #1
0
 public Patient()
 {
     MotionRange       = new MotionRange();
     CurrentTreatment  = null;
     TreatmentsHistory = new List <TreatmentPlan>();
     Hand = "Right";
 }
 public Patient()
 {
     MotionRange        = new MotionRange();
     CurrentTreatment   = null;
     TreatmentsHistory  = new List <TreatmentPlan>();
     MotionRangeHistory = new List <MotionRange>();
     Hand            = "Right";
     LastSkyBoxIndex = 0;
 }