Reconnect check missing L Tables content query: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
m (removed duplicate description, one in top table should do, they were already out of synch)
Line 1: Line 1:
{{Data Integrity Check
{{Data Integrity Check
|DIC_summary=Complete patients must have entries in all of  
|DIC_summary=Complete patients must have entries in all of  
* [[L_Dxs table]]
* [[L_ICD10 table]]
* [[L_Como table]]
* [[L_CCI_Picklist table]]
* [[L_Labs_Flowsheet table]]
* [[L_Labs_Flowsheet table]]
* [[L_Pharm_Flowsheet table]]
* [[L_Pharm_Flowsheet table]]
Line 15: Line 15:
}}
}}


The [[CFE]] [[Quality Assurance queries in CFE | quality assurance query]] NDC_Missing_L Tables content will list any patient who
'''This query must be run daily by [[Data Processor]]. This is one RED flag to data processor, that there was a problem with the [[sending]]. '''
* is '''not''' incomplete and doesn't have at least one entry in one of
** [[L_ICD10 table]]
** [[L_CCI_Picklist table]]
** [[L_Labs_Flowsheet table]]
** [[L_Pharm_Flowsheet table]]
 
This query must be run daily by [[Data Processor]]. This is one RED flag to data processor, that there was a problem with the [[sending]].  


==Investigation Process==
==Investigation Process==

Revision as of 22:24, 2019 January 6

Data Integrity Checks
Summary: Complete patients must have entries in all of
Related: Quality Assurance queries in CFE, L_Dxs table, L_Como table, L_Labs_Flowsheet table, L_Pharm_Flowsheet table, Sending Patients
Firmness: hard check
Timing: complete
App: Centralized data front end.accdb
Coding: query NDC_missing_L_Tables_content
Uses L Problem table: No
Status: implemented
Implementation Date: 2016-01-21
Backlogged: true
  • Cargo


  • SMW


  • Categories: 
  • form:

This query must be run daily by Data Processor. This is one RED flag to data processor, that there was a problem with the sending.

Investigation Process

Data Processor must:

  • In CFE, review other profiles with the same sentDtTm from site location. The concern is that if one profile has missing content in one of the above, other profiles that had changes made and where completed and sent, could be missing any changes collector made to any table above.
  • have collector resend data.
    • if data is deleted, the processor to obtain backup from Regional Server ASAP and resend.

Log errors

There are checks in place in CCMDB.mdb that should prevent sending of these. So, if any get through then either those checks are not working, or the problem arises during Sending and not at the source.

  • Pagasa, could you please log here when this query lists errors, and what was found to be the problem (ie whether there was data in CCMDB.mdb that didn't make it, or no data in first place.
  • SMW


  • Cargo


  • Categories

Log

2019-01-06

  • added sendDtTm to query - if it needs to be reviewed each time the query triggers it might as well be there
  • removed L_Dxs and L_Como table, and added L_ICD10 and L_CCI_Picklist table

Related articles

Related articles: