| $$EN |
Provides Inpatient Medications with the type, date,
and status of a patients last BCMA action.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
The patients internal entry number from the PATIENT
FILE, 2.
|
PSBORDX |
Input |
The pharmacy order number.
|
PSBSTUS |
Output |
This is the status of the last action.
|
PSBLAST |
Output |
A FileMan date/time. This is the date of the last
action.
|
PSBADMDT |
Output |
A FileMan date/time. This is the scheduled
administration time.
|
|
MOB |
Provides Inpatient Medications with an array of data
returned by the BCMA/CPRS Med Order function.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
The patients internal entry number from the PATIENT
FILE, 2.
|
PSBCORN |
Input |
The CPRS order number.
|
ARRAY |
Output |
^TMP("PSB",$J,0)
$P(1) = DFN
$P(2) = CPRS order number
$P(3) = Schedule
^TMP("PSB",$J,700,0) = Total number of dispense drugs
^TMP("PSB",$J,700,#) = IEN from file 50
^TMP("PSB",$J,800,0) = Total number of additives
^TMP("PSB",$J,800,#) = IEN from file 52.6
^TMP("PSB",$J,900,0) = Total number of solutions
^TMP("PSB",$J,900,#) = IEN from file 52.7
|
|
MOBR |
This entry point is used by Inpatient Medications to
notiy BCMA that the order has been processed or rejected. There is no return
from this entry point.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
The internal entry number from PATIENT FILE, 2.
|
PSBCORN |
Input |
The CPRS order number.
|
PSBORDN |
Input |
The Inpatient Medications order number if processed,
null if rejected.
|
|