Function LOS(): Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
Line 3: Line 3:


== Log ==
== Log ==
* 2022-05-11 - added [[Function LOS int()|Function LOS int()]] to work where an integer result, ie the number of days, is required.
* 2022-04-28 - updated how this is calculated to be consistent with how it's done in created variables common: Round(dis_dttm - ad_dttm, 3) ''was WorksheetFunction.Ceiling((dis_dttm) - (ad_dttm), 1)''; updated both CCMDB and CFE.
* 2022-04-28 - updated how this is calculated to be consistent with how it's done in created variables common: Round(dis_dttm - ad_dttm, 3) ''was WorksheetFunction.Ceiling((dis_dttm) - (ad_dttm), 1)''; updated both CCMDB and CFE.
* 2022-02-10 - Updated function to use [[Created_AdmitDtTm query]]/[[Admit DtTm]] as input instead of Arrive DtTm
* 2022-02-10 - Updated function to use [[Created_AdmitDtTm query]]/[[Admit DtTm]] as input instead of Arrive DtTm

Revision as of 09:43, 2022 May 11

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

Round(dis_dttm - ad_dttm, 3)

Log

  • 2022-05-11 - added Function LOS int() to work where an integer result, ie the number of days, is required.
  • 2022-04-28 - updated how this is calculated to be consistent with how it's done in created variables common: Round(dis_dttm - ad_dttm, 3) was WorksheetFunction.Ceiling((dis_dttm) - (ad_dttm), 1); updated both CCMDB and CFE.
  • 2022-02-10 - Updated function to use Created_AdmitDtTm query/Admit DtTm as input instead of Arrive DtTm

Related articles

Related articles: