Print Page as PDF
DBIA1030-D ICR (2260)

DBIA1030-D    ICR (2260)

Name Value
NUMBER 2260
IA # 2260
DATE CREATED 1998/01/09
CUSTODIAL PACKAGE OUTPATIENT PHARMACY
CUSTODIAL ISC Birmingham
USAGE Controlled Subscription
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE PSORX1
NAME DBIA1030-D
GENERAL DESCRIPTION
This entry point is used to build an Outpatient
prescription profile for a patient. The profile is returned in the form of an
array, named PSOSD.
STATUS Active
DURATION Till Otherwise Agreed
ID PSORX1
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
PROFILE
This entry point returns an Outpatient prescription
profile in the form of a PSOSD array.
VARIABLES TYPE VARIABLES DESCRIPTION
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).
SUBSCRIBING PACKAGE