Query check pt from ER: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) mNo edit summary |
Ttenbergen (talk | contribs) mNo edit summary |
||
| Line 6: | Line 6: | ||
| DIC_app = CCMDB.accdb | | DIC_app = CCMDB.accdb | ||
| DIC_coding = query ''check_pt_from_ER'', function Validate_Accept_DtTm(); function from_ER() | | DIC_coding = query ''check_pt_from_ER'', function Validate_Accept_DtTm(); function from_ER() | ||
| DIC_status = | | DIC_status = implemented | ||
| DIC_implementation_date = date change was rolled out / first applied | | DIC_implementation_date = date change was rolled out / first applied | ||
}} | }} | ||
Revision as of 16:25, 7 October 2021
| Data Integrity Checks | |
| Summary: | part of validating Accept DtTm |
| Related: | Accept DtTm, Previous Location |
| Firmness: | soft check |
| Timing: | always |
| App: | CCMDB.accdb |
| Coding: | query check_pt_from_ER, function Validate_Accept_DtTm(); function from_ER() |
| Uses L Problem table: | not relevant for this app |
| Status: | implemented |
| Implementation Date: | date change was rolled out / first applied |
| Backlogged: | true |
This query in CCMDB.accdb identifies patients from ER. The name would lead you to think it's a cross check query, but it isn't.
Query is used by by function from_ER() which is in turn used by function Validate_Accept_DtTm() which validates the Accept DtTm.
Related articles
| Related articles: |