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.
|