Ejemplo n.º 1
0
 public IVL_PQ() {
     this.highField = new PQ();
     this.lowField = new PQ();
 }
Ejemplo n.º 2
0
 public PIVL_TS() {
     this.countField = new INT();
     this.frequencyField = new RTO();
     this.periodField = new PQ();
     this.phaseField = new IVL_TS();
 }
 public PIVL_TS() {
     this.periodField = new PQ();
     this.phaseField = new IVL_TS();
     this.institutionSpecified1Field = false;
 }
 public RTO_PQ() {
     this.denominatorField = new PQ();
     this.numeratorField = new PQ();
 }
 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();
 }