Check function preAdmit NE Location: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) m Ttenbergen moved page Check function preAdmit NE Location() to Check function preAdmit NE Location without leaving a redirect |
Ttenbergen (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
{{Data Integrity Check | {{Data Integrity Check | ||
| DIC_summary = [[Pre-admit Inpatient Institution field]] can't be same as [[Service/Location field]] | |DIC_summary=[[Pre-admit Inpatient Institution field]] can't be same as [[Service/Location field]] | ||
| DIC_related_concepts = Service/Location field; Pre-admit Inpatient Institution field | |DIC_related_concepts=Service/Location field; Pre-admit Inpatient Institution field | ||
| DIC_firmness = hard check | |DIC_firmness=hard check | ||
| DIC_timing = complete | |DIC_timing=complete | ||
|DIC_coding=function preAdmit_NE_Location() | |||
| DIC_coding = function preAdmit_NE_Location() | |DIC_status=needs review | ||
| DIC_status = | |DIC_LProblem=No | ||
| | |DIC_app=CCMDB.mdb | ||
}} | }} | ||
== Failure for [[Service/Location]]s with the splitting letters at the end == | |||
{{Discuss | who = Tina | question = | |||
* need to make sure concept ICUa is discussed on wiki somewhere. | |||
* This cross check will not detect previous locations that correspond to current locations with a letter at the end. Could probably change it so that this works by using [[s_dispo table]].real_collection field. Would need to update Function ''preAdmit_NE_Location''.}} | |||
** right now it just compares form fields, will need to change it to be a query based check | |||
[[Category:Registry checks]] | [[Category:Registry checks]] | ||
Revision as of 18:19, 30 October 2018
| Data Integrity Checks | |
| Summary: | Pre-admit Inpatient Institution field can't be same as Service/Location field |
| Related: | Service/Location field, Pre-admit Inpatient Institution field |
| Firmness: | hard check |
| Timing: | complete |
| App: | CCMDB.mdb |
| Coding: | function preAdmit_NE_Location() |
| Uses L Problem table: | not relevant for this app |
| Status: | needs review |
| Implementation Date: | not entered |
| Backlogged: | true |
Failure for Service/Locations with the splitting letters at the end
|
- right now it just compares form fields, will need to change it to be a query based check