示例#1
0
 public CodedHistoryOfInfectionSection()
 {
     this.Entries = new ProblemConcernEntriesSection();
 }
示例#2
0
 public HistoryOfPastIllnessSection()
 {
     this.Entries = new ProblemConcernEntriesSection();
 }
示例#3
0
 public ProblemsSection()
 {
     this.Entries = new ProblemConcernEntriesSection();
 }