public CdaAssignedAuthor() { this.Address = new CdaAddress(); this.TelephoneList = new CdaTelephoneList(); }
public CdaProviderOrganization() { this.AddressList = new CdaAddressList(); this.TelephoneList = new CdaTelephoneList(); }