Function long LOS(): Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) m clean-up and update to be consistent with what happens in the VBA |
Ttenbergen (talk | contribs) m m |
||
Line 1: | Line 1: | ||
<onlyinclude>Function long LOS() checks that the [[Length of Stay | <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> | ||
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. | ||
Line 6: | Line 6: | ||
[[Category:2016 Time and Place changes]] | [[Category:2016 Time and Place changes]] | ||
[[Category:Length of stay]] | [[Category:Length of stay]] | ||
[[Category:CCMDB Data Integrity Checks]] |
Revision as of 14:31, 2016 July 3
Function long LOS() checks that the LOS/Length of Stay for patients is not unlikely long based on historical LOS for a given ward.
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.