コード例 #1
0
ファイル: vmr.cs プロジェクト: GuntherM1466/healthedecisions
 public RelationshipDescriptorBase() {
     this.relationshipTimeIntervalField = new IVL_TS();
     this.templateIdField = new List<CodedIdentifier>();
 }
コード例 #2
0
 public PIVL_TS() {
     this.periodField = new PQ();
     this.phaseField = new IVL_TS();
     this.institutionSpecified1Field = false;
 }
コード例 #3
0
 public PIVL_TS() {
     this.countField = new INT();
     this.frequencyField = new RTO();
     this.periodField = new PQ();
     this.phaseField = new IVL_TS();
 }
コード例 #4
0
 public EntityRelationship() {
     this.relationshipTimeIntervalField = new IVL_TS();
     this.targetEntityIdField = new II();
     this.sourceIdField = new II();
 }