Print Page as PDF
DBIA3142 ICR (3142)

DBIA3142    ICR (3142)

Name Value
NUMBER 3142
IA # 3142
DATE CREATED 2000/07/13
CUSTODIAL PACKAGE OUTPATIENT PHARMACY
CUSTODIAL ISC Birmingham
USAGE Controlled Subscription
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE PSOORAPI
NAME DBIA3142
GENERAL DESCRIPTION
This agreement allows the Clinical Reminders package to
call the Outpatient Pharmacy package for patient and prescription information,
based on a specified date range and a specified list of medications.
STATUS Active
DURATION Till Otherwise Agreed
ID PSOORAPI
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
EN(PSOB,PSOE,PSOX,PSODT,PSON)
This entry point returns patient and prescription
information in a TMP global to the subscribing package, based on the criteria
passed into the call.
VARIABLES TYPE VARIABLES DESCRIPTION
PSOB Input
This is the beginning date to search by, in VA
FileMan format.
PSOE Input
This is the ending date for the search, in VA FileMan
format.
PSOX Input
This is the medication array for the search. It can
be in two types.

PSOX("123;PSDRUG(") where 123 is the internal entry number, and PSDRUG(
indicates that the entry number corresponds with an entry in the DRUG file
(#50).

PSOX("321;PSNDF(50.6,") where 321 is the internal entry number, and
PSNDF(50.6, indicates that the entry number corresponds with an entry in the
VA GENERIC file (#50.6).
PSODT Input
This variable determines how the search is to be
conducted.

"F" for Fill Date, "R" for Release Date.
PSON Input
This is the first subscript of the TMP global that is
returned.
TMP(PSON,$J,DFN,#,0) Output
This is returned in the format ^TMP(PSON,$J,DFN,#,0).

This node contains the medication criteria of the finding. This would be in
the format of the PSOX input array.
TMP(PSON,$J,DFN,#,1) Output
This is returned in the format ^TMP(PSON,$J,DFN,#,1).

This node contains 4 pieces.

Piece 1 is the Fill Date if the search criteria is by Fill Date. It will be
the Fill Date of the released fill, if the search criteria is by Release Date.

Piece 2 is the Release Date if the search criteria is by Release Date. It will
be Release Date or null, if the search criteria is by Fill Date, so if the
fill in this case has not yet been released, a null will be returned.

Piece 3 is the name (#01) of the Drug from the DRUG file (#50), regardless of
whether the finding was based on the DRUG file (#50) or VA GENERIC file
(#50.6) criteria.

Piece 4 is the Days Supply of the fill.
SUBSCRIBING PACKAGE
SUBSCRIBING PACKAGE ISC SUBSCRIBING DETAILS
CLINICAL REMINDERS Salt Lake City
This entry point is designed to return specific
prescription information, based on a set of medication criteria defined by the
subscribing package.