Function long LOS(): Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) m m |
Ttenbergen (talk | contribs) m Template:CCMDB Data Integrity Checks change |
||
Line 1: | Line 1: | ||
<onlyinclude>Function long LOS() checks that the [[LOS]]/Length of Stay for patients is not unlikely long based on historical [[LOS]] for a given ward.</onlyinclude> | <onlyinclude>Function long LOS() checks that the [[LOS]]/Length of Stay for patients is not unlikely long based on historical [[LOS]] for a given ward.</onlyinclude> | ||
== {{CCMDB Data Integrity Checks|implemented}}== | |||
The [[statistician]] provided mean LOS + 3 standard variations. This is stored in [[s_dispo table]] field meanLOS3STD. | The [[statistician]] provided mean LOS + 3 standard variations. This is stored in [[s_dispo table]] field meanLOS3STD. |
Revision as of 22:58, 2017 November 13
Function long LOS() checks that the LOS/Length of Stay for patients is not unlikely long based on historical LOS for a given ward.
Template:CCMDB Data Integrity Checks
The statistician provided mean LOS + 3 standard variations. This is stored in s_dispo table field meanLOS3STD. The function compares the difference between Dispo DtTm field and Arrive DtTm field (not Accept DtTm field) to this meanLOS3STD and gives a warning (an error that can be OK'd past) if the current patient has been there longer.