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