GENERAL DESCRIPTION |
Inpatient Medications requests permission to call
routine ^DIC with the variable DIC defined as "^DD(53.1," and DIC(0)="QEM".
This will perform a lookup on the field names of a particular file and return
the needed variables. This is used in our routines to allow a user to
up-arrow jump to another field during the editing of an order. Example: The
user is editing an order and enters "^STA". The ^DIC lookup is performed,
finds the START DATE field, and returns the field's internal entry number.
That number is then used to go to the appropriate code to edit that field.
|