コード例 #1
0
ファイル: vmr.cs プロジェクト: GuntherM1466/healthedecisions
 public LocalizationMethod() {
     this.localizationMethodCommentField = new List<Documentation>();
     this.localizationMethodFrequencyField = new Schedule();
 }
コード例 #2
0
ファイル: vmr.cs プロジェクト: GuntherM1466/healthedecisions
 public AppointmentRequest() {
     this.frequencyField = new Schedule();
 }
コード例 #3
0
ファイル: vmr.cs プロジェクト: GuntherM1466/healthedecisions
 public AppointmentProposal() {
     this.frequencyField = new Schedule();
 }
コード例 #4
0
ファイル: vmr.cs プロジェクト: GuntherM1466/healthedecisions
 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
ファイル: vmr.cs プロジェクト: GuntherM1466/healthedecisions
 public ProcedureOrder() {
     this.prnReasonField = new List<CD>();
     this.frequencyField = new Schedule();
 }
コード例 #6
0
ファイル: vmr.cs プロジェクト: GuntherM1466/healthedecisions
 public SupplyOrder() {
     this.frequencyField = new Schedule();
 }
コード例 #7
0
ファイル: vmr.cs プロジェクト: GuntherM1466/healthedecisions
 public SupplyProposal() {
     this.frequencyField = new Schedule();
 }
コード例 #8
0
ファイル: vmr.cs プロジェクト: GuntherM1466/healthedecisions
 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>();
 }