Hi,
I need to pull patients first locations when being admitted to the hospital into a report. The fields in the database are pat_loc1, pat_loc2, pat_loc3, pat_loc4, pat_loc5, etc. The values of the location fields are updated in the database so that the most current location is #1, for example, if a patient comes in through the ED, then pat_loc1 = ED, but if the patient is admitted to 4South, pat_loc1 = 4South and pat_loc2 = ED. If the patient is then transferred to ICU, pat_loc1 = ICU, pat_loc2 = 4South, pat_loc3 = ED. ED is the location that I need in this instance to display on the report.
I appreciate your assistance
I need to pull patients first locations when being admitted to the hospital into a report. The fields in the database are pat_loc1, pat_loc2, pat_loc3, pat_loc4, pat_loc5, etc. The values of the location fields are updated in the database so that the most current location is #1, for example, if a patient comes in through the ED, then pat_loc1 = ED, but if the patient is admitted to 4South, pat_loc1 = 4South and pat_loc2 = ED. If the patient is then transferred to ICU, pat_loc1 = ICU, pat_loc2 = 4South, pat_loc3 = ED. ED is the location that I need in this instance to display on the report.
I appreciate your assistance