Query check Project Consults data: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) re-sorted into the same order in which these are in the query. |
Ttenbergen (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Data Integrity Check | {{DISPLAYTITLE:query check_Project_Consults_data }}{{Data Integrity Check | ||
| DIC_summary = every [[LAU Collection Project]] must have an entry, and the date must make sense | | DIC_summary = every [[LAU Collection Project]] must have an entry, and the date must make sense | ||
| DIC_related_concepts = Admit date and time; Dispo_DtTm; Project Consults data | | DIC_related_concepts = Admit date and time; Dispo_DtTm; Project Consults data | ||
Line 21: | Line 21: | ||
== Log == | == Log == | ||
* 2025-03-06 - implemented | * [[CCMDB.accdb Change Log 2025#2025-03-14-1 | 2025-03-14-1]] - tweak to allow blank date and time when there is no consult | ||
* [[CCMDB.accdb Change Log 2025#2025-03-06|2025-03-06]] - implemented | |||
* 2025-03-05 - cross check defined | * 2025-03-05 - cross check defined | ||
Latest revision as of 17:08, 14 March 2025
Data Integrity Checks | |
Summary: | every LAU Collection Project must have an entry, and the date must make sense |
Related: | Admit date and time, Dispo_DtTm, Project Consults data |
Firmness: | hard check |
Timing: | complete |
App: | CCMDB.accdb |
Coding: | query check_Project_Consults_data |
Uses L Problem table: | not relevant for this app |
Status: | implemented |
Implementation Date: | 2025-03-06 |
Backlogged: | true |
This check is or a temporary entry collected for the LAU Collection Project.
Check:
- (L_TmpV2 table date_var, time_var) must not be null
- (L_TmpV2 table date_var + time_var) must be before Dispo DtTm field
- (L TmpV2 table date_var + time_var) must be after Admit date and time
- "item" is not "not entered"
- there is at least one entry for every LAU Collection Project record (Project: Consults)
- only check on RecordStatus="complete" since a "not entered" record is added automatically for each pt
Log
- 2025-03-14-1 - tweak to allow blank date and time when there is no consult
- 2025-03-06 - implemented
- 2025-03-05 - cross check defined
Related Articles
Related articles: |