public static DTM_SubLoop Make() { return(new DTM_SubLoop { DTM_StatementFromorToDates = new List <DTM_Date> { DTM_Date.Make(), DTM_Date.Make(), DTM_Date.Make(), DTM_Date.Make(), DTM_Date.Make() }, DTM_CoverageExpirationDate = DTM_Date.Make(), DTM_ClaimReceivedDate = DTM_Date.Make() }); }
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() } }); }
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() } }); }