| DESCRIPTION OF ENHANCEMENTS |
The View Patient Address [EAS VIEW PATIENT ADDRESS] menu option will
In the situation where the user queues the output either by entering a
"Q" at the device prompt, or the selected device has the QUEUEING Field
(#5.5) set to "FORCED" in the DEVICE File (#3.5), when the USE command is
invoked, the DEVICE has not yet been opened by the process because it's
been queued for a later time. The error results due to the device not
yet being available.
allow a user to display the Patient's address along with Address Change
Date, Address Change Source, and Address Change Site (if applicable)
information. This option calls the EASAILK1 routine, which does a lookup
on the patient file, then, calls the standard device API (%ZIS) to open
the selected output device to output the information to. This error is
occurring because immediately after calling the device API (%ZIS), the
routine invokes the USE command to open the device to begin sending
output to it.
|