Ejemplo n.º 1
0
 public J400Claim()
 {
     if (Field03_BenefitPlanInformation == null)
     {
         Field03_BenefitPlanInformation = new J400Block();
     }
     if (Field11_OtherSubscriberBenefitPlanInformation == null)
     {
         Field11_OtherSubscriberBenefitPlanInformation = new J400Block();
     }
     if (Field12_SubscriberInformation == null)
     {
         Field12_SubscriberInformation = new J400Block();
     }
     if (Field20_PatientInformation == null)
     {
         Field20_PatientInformation = new J400Block();
     }
     if (ServiceLines == null)
     {
         ServiceLines = new List <J400ServiceLine>();
     }
     if (Field34_MissingTeethPositions == null)
     {
         Field34_MissingTeethPositions = new List <string>();
     }
     if (Field48_BillingDentistInformation == null)
     {
         Field48_BillingDentistInformation = new J400Block();
     }
 }
Ejemplo n.º 2
0
 public J400Claim()
 {
     if (Field03_BenefitPlanInformation == null) Field03_BenefitPlanInformation = new J400Block();
     if (Field11_OtherSubscriberBenefitPlanInformation == null) Field11_OtherSubscriberBenefitPlanInformation = new J400Block();
     if (Field12_SubscriberInformation == null) Field12_SubscriberInformation = new J400Block();
     if (Field20_PatientInformation == null) Field20_PatientInformation = new J400Block();
     if (ServiceLines == null) ServiceLines = new List<J400ServiceLine>();
     if (Field34_MissingTeethPositions == null) Field34_MissingTeethPositions = new List<string>();
     if (Field48_BillingDentistInformation == null) Field48_BillingDentistInformation = new J400Block();
 }