| CHKMEDS |
This function will check a patient's active
medication profile against any new allergies being entered into the system for
potential conflicts. Input parameters are the patient's DFN and the name of
the newly-entered allergy. The return data will be in an array format.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
ORDFN |
Input |
Patient's DFN
|
GMRAGNT |
Input |
The newly-entered patient allergy entered in the GMRA
system.
|
LST |
Output |
An array list of the patient's active medication
orders that have potential conflicts with the newly-entered allergy in the
GMRA system.
|
|
GETPROV |
For a given OR order number, this function returns a
list of providers who are associated with the order.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
ORDLST |
Input |
The OR order number needed to retrieve the list of
providers.
|
LST |
Output |
List of provider names along with each associated
file and ien. Returned in an array format.
|
|
SENDALRT |
This function sends a group of alerts for a new
allergy that impacts an existing medication order based on the OR order number
and list of providers passed in.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
ORIFN |
Input |
OR order number to send the alerts for.
|
PROVLST |
Input |
List of providers to send the alerts to.
|
|