Beispiel #1
0
 public static TS835_2100_Loop Make()
 {
     return(new TS835_2100_Loop
     {
         CLP_ClaimPaymentInformation = CLP_ClaimPaymentInformation.Make(),
         CAS_ClaimsAdjustment = CAS_Adjustment.Make(),
         NM1_SubLoop = NM1_SubLoop.Make(),
         MIA_InpatientAdjudicationInformation = MIA_InpatientAdjudicationInformation.Make()
     });
 }
Beispiel #2
0
 public static TS835_2110_Loop Make()
 {
     return(new TS835_2110_Loop
     {
         SVC_ServicePaymentInformation = SVC_ServicePaymentInformation.Make(),
         DTM_ServiceDates = new List <DTM_Date> {
             DTM_Date.Make(), DTM_Date.Make(), DTM_Date.Make()
         },
         CAS_ServiceAdjustments =
             new List <CAS_Adjustment>
         {
             CAS_Adjustment.Make(),
             CAS_Adjustment.Make(),
             CAS_Adjustment.Make(),
             CAS_Adjustment.Make()
         },
         REF_SubLoop_3 = REF_SubLoop.Make(),
         AMT_ServiceSupplementalAmounts = new List <AMT_ServiceSupplementalAmount>
         {
             AMT_ServiceSupplementalAmount.Make(),
             AMT_ServiceSupplementalAmount.Make(),
             AMT_ServiceSupplementalAmount.Make()
         },
         QTY_ServiceSupplementalQuantities = new List <QTY_ServiceSupplementalQuantity>
         {
             QTY_ServiceSupplementalQuantity.Make(),
             QTY_ServiceSupplementalQuantity.Make(),
             QTY_ServiceSupplementalQuantity.Make()
         },
         LQ_HealthCareRemarkCodes = new List <LQ_HealthCareRemarkCode>
         {
             LQ_HealthCareRemarkCode.Make(),
             LQ_HealthCareRemarkCode.Make(),
             LQ_HealthCareRemarkCode.Make(),
             LQ_HealthCareRemarkCode.Make()
         }
     });
 }