Esempio n. 1
0
 public CodedHistoryOfInfectionSection()
 {
     this.Entries = new ProblemConcernEntriesSection();
 }
Esempio n. 2
0
 public HistoryOfPastIllnessSection()
 {
     this.Entries = new ProblemConcernEntriesSection();
 }
Esempio n. 3
0
 public ProblemsSection()
 {
     this.Entries = new ProblemConcernEntriesSection();
 }