
| Name | Value |
|---|---|
| NAME | PSB MEDS ON PATIENT |
| TAG | MEDSONPT |
| ROUTINE | PSBRPC1 |
| RETURN VALUE TYPE | ARRAY |
| AVAILABILITY | SUBSCRIPTION |
| VERSION | 3 |
| DESCRIPTION | This RPC returns indicators if medications are still on a patient. The patient's DFN will be passed in and a RESULTS array returned with three flags set. Flags set to 1 for meds are on patient or 0 none per this category. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION |
A string with 3 pieces that indicate if Medications are on a patient per a
specific category.
Results[0] = ^1 The number of lines returned(count)
Results[1] = ^1 IV Meds are Infusing (1=exist, 0=do not exist)
^2 IV Meds are Stopped (1=exist, 0=do not exist)
^3 Patch on (1=exist, 0=do not exist)
|