T
theroo
I need to calculate length of stay (LOS) for individual patients then perform summary statistics on the whole group. I calculate individual LOS by subtracting Discharge from admit (both fields formatted as date and time, i.e. 11/7/03 23:00) to get LOS. Since some patients have not been discharged at the time calculation are need, their LOS field is blank (or contains 0). Because of this average and median functions are useless. I need to ignore blank or zero fields. The value in the LOS field can never actually be zero. How can I avoid this problem and perform calculations only on those records which contain a discharge date-time?
Any help will be appreciated hugely.
theroo
Any help will be appreciated hugely.
theroo