GENERAL DESCRIPTION |
Drug Accountability will use the UNIT DOSE PICK LIST
STATS (#57.6) file to update UD dispensing activity in a Drug Accountability
Location. Looping through ^PS(57.6,D0), each date since the last update is
checked. Looping through ^PS(57.6,D0,1,D1), wards are checked. Looping
through ^PS(57.6,D0,1,D1,1,D2), providers are checked. Looping through
^PS(57.6,D0,1,D1,1,D2,1,D3), drugs checked. It is here that, if a match
occurs, $P($G(^PS(57.6,D0,1,D1,1,D2,1,D3,0)),U,2)-$P($G(^(0)),U,4) is used to
update the balance in Drug Accountability.
GLOBAL MAP DATA DICTIONARY #57.6 -- UNIT DOSE PICK LIST STATS FILE STORED IN
^PS(57.6,
------------------------------------------------------------------
Contains medication amounts and costs for the Unit Dose package. Data is
entered into this file when pick lists are filed away, and when pre- exchange
units, extra units dispensed, and returns are entered through the package.
Most of the cost reports gather their data from this file.
^PS(57.6,D0,0)= (#.01) DATE [1D] ^ ^PS(57.6,D0,1,0)=^57.61PA^^ (#1) WARD
^PS(57.6,D0,1,D1,0)= (#.01) WARD [1P] ^ ^PS(57.6,D0,1,D1,1,0)=^57.62PA^^ (#1)
PROVIDER ^PS(57.6,D0,1,D1,1,D2,0)= (#.01) PROVIDER [1P] ^
^PS(57.6,D0,1,D1,1,D2,1,0)=^57.63PA^^ (#1) DRUG
^PS(57.6,D0,1,D1,1,D2,1,D3,0)=(#.01) DRUG [1P] ^ (#1) DISPENSED AMOUNT [2N]
==>^ (#2) DISPENSED COST [3N] ^ (#3) RETURNED
==>AMOUNT [4N] ^ (#4) RETURNED COST [5N] ^
|