Ejemplo n.º 1
0
                , 'facility': 'ss_loc'
                , 'accounting_date': 'accounting_date'
                , 'service_date': 'service_month'
                , 'check': ''
                , 'batch': ''
            }
        )
        , 'AR for Reserves': ('TopLine_SQL', 'mssql', 'Y', 'queries\\ar_for_reserves.sql', {
                'mpi': 'patient_mpi'
                , 'claim': 'claim_no'
                , 'facility': 'ss_loc'
                , 'accounting_date': 'accounting_date'
                , 'service_date': 'service_month'
                , 'check': ''
                , 'batch': ''
            }
        )
        , 'Test': (
            'AdventureWorks_32bit', 'mssql', 'Y', 'queries\\test.sql', {
                'mpi': 'mpi'
                , 'claim': 'claim'
                , 'facility': 'facility'
                , 'accounting_date': 'accounting_date'
                , 'service_date': 'service_date'
                , 'check': 'check_no'
                , 'batch': ''
            }
        )
    }
    FSO.write_json(dsn_dict, 'config.json')