Exemple #1
0
 public static EDI_X12_835 Generate()
 {
     return(new EDI_X12_835
     {
         BPR_FinancialInformation = BPR_FinancialInformation.Make(),
         TRN_ReassociationTraceNumber = TRN_ReassociationTraceNumber.Make(),
         CUR_ForeignCurrencyInformation = CUR_ForeignCurrencyInformation.Make(),
         REF_SubLoops = new List <REF_SubLoop> {
             REF_SubLoop.Make(), REF_SubLoop.Make(), REF_SubLoop.Make()
         },
         DTM_ProductionDate = DTM_Date.Make(),
         N1_SubLoop = N1_SubLoop.Make(),
         TS835_2000_Loop = TS835_2000_Loop.Make(),
         PLB_ProviderAdjustmentList = new List <PLB_ProviderAdjustment>
         {
             PLB_ProviderAdjustment.Make(),
             PLB_ProviderAdjustment.Make(),
             PLB_ProviderAdjustment.Make(),
             PLB_ProviderAdjustment.Make()
         }
     });
 }
Exemple #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()
         }
     });
 }