Esempio n. 1
0
 public LocalizationMethod() {
     this.localizationMethodCommentField = new List<Documentation>();
     this.localizationMethodFrequencyField = new Schedule();
 }
Esempio n. 2
0
 public AppointmentRequest() {
     this.frequencyField = new Schedule();
 }
Esempio n. 3
0
 public AppointmentProposal() {
     this.frequencyField = new Schedule();
 }
Esempio n. 4
0
 public OralDietBase() {
     this.prnReasonField = new List<CD>();
     this.frequencyField = new Schedule();
     this.textureField = new List<TextureModification>();
     this.nutrientField = new List<NutrientModification>();
     this.foodTypeField = new List<CD>();
     this.dietTypeField = new List<CD>();
 }
Esempio n. 5
0
 public ProcedureOrder() {
     this.prnReasonField = new List<CD>();
     this.frequencyField = new Schedule();
 }
Esempio n. 6
0
 public SupplyOrder() {
     this.frequencyField = new Schedule();
 }
Esempio n. 7
0
 public SupplyProposal() {
     this.frequencyField = new Schedule();
 }
Esempio n. 8
0
 public Dose() {
     this.frequencyField = new Schedule();
     this.targetBodySiteField = new BodySite();
     this.approachBodySiteField = new BodySite();
     this.doseGoalField = new DoseRestriction();
     this.doseRestrictionField = new DoseRestriction();
     this.additionalInstructionsField = new List<CD>();
 }