GENERAL DESCRIPTION |
Lab requests permission to access the LAB LABEL PRINTER
field (#101) in the Kernel DEVICE (#3.5) file. Field is used to determine if
user has a Lab label printer associated with the user's home device in the
DEVICE (#3.5) file. If an association exists then this device is used as the
default prompt for label printer instead of the standard LABLABEL device.
Code to access this field is as follows:
I $G(IOS) D ; Check if label device assigned to this user's HOME Device
. S X=$$GET1^DIQ(3.5,IOS_",",101,"E")
. I $L(X) S %ZIS("B")=X
|