GENERAL DESCRIPTION |
An E3R has been issued, asking to modify the Health
Summary Print by location option to allow selection of an Operating Room, and
to queue the selected Health Summary Type to print for all patients scheduled
for surgery in that OR on a user-specified date. To that end, the Print by
Location driver has been modified to look at the "B" cross reference of the
Operating Room File (i.e., ^SRS("B",+LOC,ORLOC)) to get the record number of
the selected OR, and then traverse the "AOR" cross reference of the Surgery
File (i.e., ^SRF("AOR",+ORLOC,SDT,SRN) to get the record number of each
surgery. It then visits the zero-node of each Surgery record to get the
patient, whom it adds to the list of patients for Health Summaries to be
printed.
Health Summary makes direct references to the above cited globals and cross
references.
|