コード例 #1
0
ファイル: vmr.cs プロジェクト: GuntherM1466/healthedecisions
 public VMR() {
     this.patientField = new EvaluatedPerson();
     this.templateIdField = new List<CodedIdentifier>();
 }
コード例 #2
0
ファイル: vmr.cs プロジェクト: GuntherM1466/healthedecisions
 public RelatedEvaluatedPerson() {
     this.otherEvaluatedPersonField = new EvaluatedPerson();
 }
コード例 #3
0
ファイル: vmr.cs プロジェクト: GuntherM1466/healthedecisions
 public Device() {
     this.patientField = new EvaluatedPerson();
     this.ownerField = new Organization();
 }
コード例 #4
0
 public VMR() {
     this.evaluatedPersonRelationshipsField = new List<EntityRelationship>();
     this.otherEvaluatedPersonsField = new List<EvaluatedPerson>();
     this.patientField = new EvaluatedPerson();
     this.templateIdField = new List<CodedIdentifier>();
 }