GENERAL DESCRIPTION |
Instead of collecting dispensing by looping through the
"AL", "AJ", "AM", and "AN" x-refs in the outpatient ^PSRX( global, the
dispensing data will be stored on a daily basis in ^XTMP("PSA",. If the Drug
Acct. background job is not scheduled, the Outpatient routine will not update
^XTMP("PSA",. If it is scheduled and a Drug Acct. Location for that
Outpatient Division is tracking the drug being released or returned to stock,
a cumulative total will be updated in ^XTMP("PSA",DIVISION,DRUG,DT). The Drug
Acct. background job is intended to be run nightly and will loop thru
^XTMP("PSA", updating Drug Acct. files and then killing off that node in
^XTMP("PSA",. When the job completes, ^XTMP("PSA",0) is updated. This file
agreement supports Outpatient direct global reads to ^PSD(58.8, and direct
writes to ^XTMP("PSA", in routines PSODISP* and PSORESK*.
|