Esempio n. 1
0
 public VMR() {
     this.patientField = new EvaluatedPerson();
     this.templateIdField = new List<CodedIdentifier>();
 }
Esempio n. 2
0
 public RelatedEvaluatedPerson() {
     this.otherEvaluatedPersonField = new EvaluatedPerson();
 }
Esempio n. 3
0
 public Device() {
     this.patientField = new EvaluatedPerson();
     this.ownerField = new Organization();
 }
 public VMR() {
     this.evaluatedPersonRelationshipsField = new List<EntityRelationship>();
     this.otherEvaluatedPersonsField = new List<EvaluatedPerson>();
     this.patientField = new EvaluatedPerson();
     this.templateIdField = new List<CodedIdentifier>();
 }