PSODFN |
Input |
This is the internal entry number of the patient.
This variable will be unchanged in this component.
|
PSOSD |
Output |
This is the array which contains the current
prescriptions for the patient. It also contains current Pending orders that
are in the PENDING OUTPATIENT ORDERS File (#52.41) for the patient. The
variable PSOSD will be equal to the number of entries in the array. The pieces
of the array are described after the following 2 examples.
PSOSD("ACTIVE","CEFOPERAZONE 1GM INJ")=2050^5^^Z^AM103^10^820A1^30^
PSOSD("PENDING","METYRAPONE 250GM TAB")=*****^17^Z^Z^DX900^0^1132A1^90^29712
12.121545^1068^128
The first example, for CEFOPERAZONE 1GM INJ, is an active prescription. The
pieces are as follows:
Piece 1 - Internal number from the PRESCRIPTION File (#52). Piece 2 - Status
code from the Status field of the PRESCRIPTION File (#52). Piece 3 - Free
text set of characters used for different classifications
of the drug (not applicable to the functions of this agreement).
Piece 4 - Free text set of characters used to identify site parameters and
drug characteristics. Piece 5 - VA classification of the drug.
Piece 6 - Refills remaining for the prescription. Piece 7 - National Drug
File information, in the form of
National Drug File entry_"A"_VA Product Name entry. Piece 8 - Days
supply of the prescription.
The second example, for METYRAPONE 250MG TAB, is a Pending Outpatient ordered,
not yet finished. The pieces are as follows:
Piece 1 - Always ***** for a Pending order. Piece 2 - Always 17 for a Pending
order. (Indicates Pending order status) Piece 3 - Always Z for a Pending
order. Piece 4 - Always Z for a Pending order. Piece 5 - VA classification
of the drug. Piece 6 - Number of refills requested by the ordering person.
Piece 7 - National Drug File information, in the form of
National Drug File entry_"A"_VA Product Name entry. Piece 8 -
Quantity requested by the ordering person. Piece 9 - Effective date of the
order. Piece 10 - Internal entry number from the PENDING OUTPATIENT ORDERS
File
(#52.41). Piece 11 - Internal entry number from the DRUG File
(#50).
|