Пример #1
0
 public LocalizationMethod() {
     this.localizationMethodCommentField = new List<Documentation>();
     this.localizationMethodFrequencyField = new Schedule();
 }
Пример #2
0
 public AppointmentRequest() {
     this.frequencyField = new Schedule();
 }
Пример #3
0
 public AppointmentProposal() {
     this.frequencyField = new Schedule();
 }
Пример #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>();
 }
Пример #5
0
 public ProcedureOrder() {
     this.prnReasonField = new List<CD>();
     this.frequencyField = new Schedule();
 }
Пример #6
0
 public SupplyOrder() {
     this.frequencyField = new Schedule();
 }
Пример #7
0
 public SupplyProposal() {
     this.frequencyField = new Schedule();
 }
Пример #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>();
 }