コード例 #1
0
 public Policy() {
     this.planField = new InsurancePlan();
     this.effectiveField = new EffectivePeriod();
     this.subscriberField = new Person();
     this.carrierField = new Organization();
 }
コード例 #2
0
 public Account() {
     this.locationField = new Location();
     this.financialField = new FinancialDetail();
     this.accountTypeField = new CodedValueType();
     this.guarantorField = new Person();
     this.iDsField = new List<CodedValueType>();
 }