Example #1
0
 public Entity()
 {
     if (Name == null) Name = new EntityName();
     if (Identifications == null) Identifications = new List<Identification>();
     if (Contacts == null) Contacts = new List<Contact>();
     if (RequestValidations!=null) RequestValidations = new List<RequestValidation>();
 }
 public OtherSubscriberInformation()
 {
     if (Name == null) Name = new EntityName();
     if (OtherPayer == null) OtherPayer = new EntityName();
     if (Adjustments == null) Adjustments = new List<ClaimsAdjustment>();
     if (Amounts == null) Amounts = new List<QualifiedAmount>();
     if (Providers == null) Providers = new List<Provider>();
 }
Example #3
0
 public Entity()
 {
     if (Name == null)
     {
         Name = new EntityName();
     }
     if (Identifications == null)
     {
         Identifications = new List <Identification>();
     }
     if (Contacts == null)
     {
         Contacts = new List <Contact>();
     }
     if (RequestValidations != null)
     {
         RequestValidations = new List <RequestValidation>();
     }
 }