Function LOS int()

From CCMDB Wiki
Revision as of 09:34, 2022 May 11 by Ttenbergen (talk | contribs) (Created page with "Function LOS_int() takes a Pat_ID as parameter and calculates the LOS as follows: :: LOS_int = WorksheetFunction.Ceiling((dis_dttm) - (ad_dttm), 1) == Log == * 2022-05-11 - implemented this because CCMDB was using an integer version of the function while CFE was using a three-decimal-point version; want to have both available so adding this second function. == Related articles == {{Related Articles}} Category:Length of stay")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Function LOS_int() takes a Pat_ID as parameter and calculates the LOS as follows:

LOS_int = WorksheetFunction.Ceiling((dis_dttm) - (ad_dttm), 1)

Log

  • 2022-05-11 - implemented this because CCMDB was using an integer version of the function while CFE was using a three-decimal-point version; want to have both available so adding this second function.

Related articles

Related articles: