| Version 14 (modified by , 9 years ago) ( diff ) |
|---|
DAPS
Tags: Lcbru Software Category
DAPS takes a sub-set of patient details and validates them against UHL PMI and the Spine Demographics Batch Service
To submit a file for processing with DAPS, copy a CSV file with the correct columns (see below) into the folder \\uhldwh\BRICCS_DBS_IN.
When processing is complete DAPS place 4 files for each submitted CSV in the folder V:\Study specific recruitment projects\IT returned files\
I think that the files returned from the spine are in the folder \\uhlieaae01\DBSClient\Data\OUTBOX\DBS\RWE\Processed-Auto. Maybe we could process them from there!
Input File Format
The input file has to have the following columns
| Column | Format |
|---|---|
| FORENAMES | |
| SURNAME | |
| DOB | YYYY-MM-DD |
| SEX | Female or Male |
| POSTCODE | |
| NHS_NUMBER | |
| SYSTEM_NUMBER | |
| ADDRESS1 | |
| ADDRESS2 | |
| ADDRESS3 | |
| ADDRESS4 | |
| ADDRESS5 | |
| LOCAL_ID |
Processing
The processing occurs in 2 stages:
- Send
- Reeceive
Send Process
Main database is the DWPATMATCH database on the data warehouse server.
- Copy values from the CSV file in the \\uhldwh\BRICCS_DBS_IN directory to the
DBS_TRACINGtable with a batch ID
The two following steps take place concurrently. I think this is an error, but it may only be the case in my (RaB) copy and not the live copy
- Patient matching
- Export patient details to the file to be sent to the Spine
Patient Matching
- Copy the values from the
DBS_TRACINGtable to thePMI_DEMOGRAPHICStable. - Run the script
USP_UPDATE_MATCH_FIELDS. This script runs various matching scripts if successful they update the S Number on thePMI_DEMOGRAPHICStable and assign the record a matching code (the code from the start of the script name). If all these fail, the record is given a code of '6 - NO MATCH'USP_UPDATE_MATCH_1A_NHS_NO_MATCH_WITH_SURNAME_AND_DOBUSP_UPDATE_MATCH_1A_S_NUMBER_MATCH_WITH_SURNAME_AND_DOBUSP_UPDATE_MATCH_1A_IPN_MATCH_WITH_SURNAME_AND_DOBUSP_UPDATE_MATCH_1B_CASENOTE_NUMBER_MATCH_WITH_SURNAME_AND_DOBUSP_UPDATE_MATCH_1C_S_NUMBER_MATCH_WITH_PREV_SURNAME_AND_DOBUSP_UPDATE_MATCH_1C_S_NUMBER_MATCH_WITH_PREV_SURNAME_AND_DOBUSP_UPDATE_MATCH_1D_CASENOTE_NUMBER_MATCH_WITH_PREV_SURNAME_AND_DOBUSP_UPDATE_MATCH_1E_NHS_NO_MATCH_DOBUSP_UPDATE_MATCH_2A_S_NUMBER_MATCH_WITH_SURNAME_AND_YEAR_OF_BIRTHUSP_UPDATE_MATCH_2A_IPN_MATCH_WITH_SURNAME_AND_YEAR_OF_BIRTHUSP_UPDATE_MATCH_2B_S_NUMBER_MATCH_WITH_DOB_AND_FIRST_3_CHAR_OF_SURNAMEUSP_UPDATE_MATCH_2B_S_NUMBER_MATCH_WITH_DOB_AND_FIRST_3_CHAR_OF_SURNAMEUSP_UPDATE_MATCH_2C_CASENOTE_NUMBER_MATCH_WITH_SURNAME_AND_YEAR_OF_BIRTHUSP_UPDATE_MATCH_2D_CASENOTE_NUMBER_MATCH_WITH_DOB_AND_FIRST_3_CHAR_OF_SURNAMEUSP_UPDATE_MATCH_2E_S_NUMBER_MATCH_WITH_PREV_SURNAME_AND_YEAR_OF_BIRTHUSP_UPDATE_MATCH_2E_IPN_MATCH_WITH_PREV_SURNAME_AND_YEAR_OF_BIRTHUSP_UPDATE_MATCH_2F_CASENOTE_NUMBER_MATCH_WITH_PREV_SURNAME_AND_YEAR_OF_BIRTHUSP_UPDATE_MATCH_3A_S_NUMBER_MATCH_WITH_SURNAMEUSP_UPDATE_MATCH_3A_IPN_MATCH_WITH_SURNAMEUSP_UPDATE_MATCH_3B_S_NUMBER_MATCH_WITH_DOBUSP_UPDATE_MATCH_3B_IPN_MATCH_WITH_DOBUSP_UPDATE_MATCH_3C_CASENOTE_NUMBER_MATCH_WITH_SURNAMEUSP_UPDATE_MATCH_3D_CASENOTE_NUMBER_MATCH_WITH_DOBUSP_UPDATE_MATCH_3E_S_NUMBER_MATCH_WITH_PREV_SURNAMEUSP_UPDATE_MATCH_3E_IPN_MATCH_WITH_PREV_SURNAMEUSP_UPDATE_MATCH_3F_CASENOTE_NUMBER_MATCH_WITH_PREV_SURNAMEUSP_UPDATE_MATCH_4A_DEMOGRAPHIC_SURNAME_FORENAME_3_CHAR_SEX_DOB_POSTCODE_OR_ADDR_5_CHARUSP_UPDATE_MATCH_4B_DEMOGRAPHIC_SURNAME_FORENAME_3_CHAR_SEX_DOBUSP_UPDATE_MATCH_4C_DEMOGRAPHIC_SURNAME_FORENAME_3_CHAR_SEX_POSTCODE_OR_ADDR_5_CHARUSP_UPDATE_MATCH_4D_DEMOGRAPHIC_SURNAME_FORENAME_3_CHAR_DOB_POSTCODE_OR_ADDR_5_CHARUSP_UPDATE_MATCH_4E_DEMOGRAPHIC_SURNAME_CHAR_SEX_DOB_POSTCODE_OR_ADDR_5_CHARUSP_UPDATE_MATCH_4F_DEMOGRAPHIC_FORENAME_3_CHAR_SEX_DOB_POSTCODE_OR_ADDR_5_CHARUSP_UPDATE_MATCH_5A_S_NUMBER_MATCHUSP_UPDATE_MATCH_5A_NHS_NO_MATCHUSP_UPDATE_MATCH_5B_CASENOTE_NUMBER_MATCH
Export Patient
- Run stored procedure
USP_UPDATE_S_NUMBER_AND_INTERNAL_NUMBER_IN_DBS_TRACING_BY_BATCH_IDthat updates the S number on theDBS_TRACINGtable from thePMI_DEMOGRAPHICStable where the match level is not like'%5'(which might never happen anyway). - Write the output of the stored procedure
USP_OUTPUT_NNSTS_BY_BATCH_IDto the batch file to be sent to the Spine. The stored procedure selects data only from thePatienttable in theDWREPOthat have a matching S Number from theDBS_TRACINGtable. That is, all data comes from thePatienttable and none from theDBS_TRACINGtable. - Execute the batch file
P:\DataForImport\Demographic Batch Service\RUN_Process_NNITS_auto.batwhich presumably export file somewhere to be processed.
Receive Process
Again uses the database DWPATMATCH.
- Copy results in the processed file into
DBS_NNITS_RESULTStable. - Run the stored procedure
USP_UPDATE_DBS_TRACING_FILES_RECEIVEDto log that the file has been received. - Run the stored procedure
USP_UPDATE_IDS_MERGES_DBS_TRACING, which updates the S Number and sets a merged flag on theDBS_TRACINGtable if the S number used on theDBS_TRACINGtable has been merged into another S number. - Run
USP_UPDATE_DEATHS_DBS_TRACING, which updates the death indicator on theDBS_TRACINGtable if necessary. - Run
USP_UPDATE_DEMOGRAPHICS_FROM_PMI_TO_DBS_TRACINGwhich updates the name and address fields on theDBS_TRACINGtable from UHL demographics and sets flags on theDBS_TRACINGtable if they are different than before. - Runs
USP_UPDATE_DEMOGRAPHICS_FROM_NSTS_TO_DBS_TRACINGwhich updates the DBS_... name and address fields on theDBS_TRACINGtable from theDBS_NNITS_RESULTStable and sets a flag if they are different from the existing ones. - Runs
USP_UPDATE_INPATIENTS_DBS_TRACINGwhich sets the flags to indicate if the patient has an upcoming or has had a recent in patient appointment. - Run
USP_UPDATE_AE_DBS_TRACINGwhich sets the flags to say if the patient is currently or has recently been in A&E. - Run
USP_UPDATE_OUTPATIENTS_DBS_TRACINGwhich sets the flag if the patient has had a recent output appointment. - Run
USP_UPDATE_FUTURE_OUTPATIENTS_DBS_TRACINGwhich sets the flag if the patient has an upcoming out-patient appointment and records some details of it. - Create the output Excel files.
- Processed - details from the
DBS_TRACINGtable for all patients for the specificBATCH_ID. - Alive - uses the stored procedure
USP_DBS_TRACING_MAILING_VIEWto get the details of the patients with the specifiedBATCH_IDthat haveNULLforRECENT_INPATIENT_FLAG,RECENT_AE_FLAG,CURRENT_AE_FLAG,CURRENT_INPATIENT_FLAGandPATIENT_DEATH_IND_CHANGED_FLAG, and that have the same post code (spaces removed) from DBS and in the UHL PMI. - Different address - details from the
DBS_TRACINGtable patients with the specifiedBATCH_IDthat haveNULLforRECENT_INPATIENT_FLAG,RECENT_AE_FLAG,CURRENT_AE_FLAG,CURRENT_INPATIENT_FLAGandPATIENT_DEATH_IND_CHANGED_FLAG, and that have different post code (spaces removed) from DBS and in the UHL PMI.
- Processed - details from the
Attachments (1)
-
Template for patients to be sent to IT.xls
(13.5 KB
) - added by 12 years ago.
Template for DAPS lookup
Download all attachments as: .zip
