Example #1
0
 public EvaluatedPerson() {
     this.relatedEvaluatedPersonField = new List<RelatedEvaluatedPerson>();
     this.clinicalStatementField = new List<ClinicalStatement>();
     this.isDeceasedField = new BL();
 }
 public EvaluatedPersonDemographics() {
     this.ageAtDeathField = new PQ();
     this.isDeceasedField = new BL();
     this.telecomField = new List<TEL>();
     this.addressField = new List<AD>();
     this.nameField = new List<EN>();
     this.ethnicityField = new List<CD>();
     this.raceField = new List<CD>();
     this.ageField = new PQ();
     this.birthTimeField = new TS();
 }