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