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