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