fennerhillpro
MIS
I had to convert time from a # and I used this formula:
time(int({table.timeint}/100),remainder {table.timeint},100),0)
Now I need to subtract the time a patient was discharged for the time they came in. Example:
Admit Discharge Should =
7:50am 10:40 2:50
7:51am 10:50 2:59
5:02pm 6:28pm 1:26
6:49pm 11:29pm 4:40
I have tried: time(int({ERLOG.DTIME}/100),remainder({ERLOG.DTIME},100),0) -
time(int({ERLOG.ATIME}/100),remainder({ERLOG.ATIME},100),0)
please help
time(int({table.timeint}/100),remainder {table.timeint},100),0)
Now I need to subtract the time a patient was discharged for the time they came in. Example:
Admit Discharge Should =
7:50am 10:40 2:50
7:51am 10:50 2:59
5:02pm 6:28pm 1:26
6:49pm 11:29pm 4:40
I have tried: time(int({ERLOG.DTIME}/100),remainder({ERLOG.DTIME},100),0) -
time(int({ERLOG.ATIME}/100),remainder({ERLOG.ATIME},100),0)
please help