INTEGRATED BILLING |
The IB package has MRA (Medicare Remittance Advice)
functionality using a specific, non-human user in file 200. IB MRA would like
to be able to re-set the DUZ to be this non-human user so all filing and
database activities appear to have been performed by this non-human IB MRA
user instead of by the Postmaster.
IB MRA is invoking DUZ^XUP at the beginning of a background task to set the
DUZ value and DUZ array entries.
Routine IBAMTS also must insure DUZ is set since the HL7 multi-thread listener
is not passing a valid DUZ.
With IB*2.0*432, in routine IBCAPP for the new IB CBW functionality, a
specific non-human user (AUTHORIZER,IB REG) is used for all reg 835 EOB filing
processes. IBCAPP would like to be able to re-set the DUZ to be this
non-human user so all filing and database activities appear to have been
performed by this non-human IB CBW user during these background processes.
|
LAB SERVICE |
|
IFCAP |
|
REGISTRATION |
|
VISTALINK SECURITY |
|
ORDER ENTRY/RESULTS REPORTING |
|
MAILMAN |
|
CONSULT/REQUEST TRACKING |
Added 11/12/20.
|
HEALTH LEVEL SEVEN |
Added 1/31/22 to document access in an existing routine
HLCSTCP4. Patch HL*1.6*174, will include the ICR reference in the routine.
The DUZ^XUP access is necessary to initialize the DUZ variables as part of the
incoming background filer which is not tied to an actual user. HLCSTCP4
;SFIRMFO/RSD - BI-DIRECTIONAL TCP ;08/03/2011 13:29
;;1.6;HEALTH LEVEL SEVEN;**109,122,140,157**;Oct 13,1995;Build 8
;Per VHA Directive 2004-038, this routine should not be modified.
;
Q
; RDERR & ERROR moved from HLCSTCP2 on 12/2/2003 - LJA
;
HLDUZ2 ; compare DUZ and HLDUZ
I $G(DUZ)'=HLDUZ D
. S DUZ=HLDUZ
. D DUZ^XUP(DUZ)
Q
;
|
RADIOLOGY/NUCLEAR MEDICINE |
Added 7/11/22,effective with patch RA*5*192, to use
POSTMASTER (DUZ=.5) to update the radiology order status and the CPRS order
status to COMPLETE. This update requires who made the change.
|
DSS RXTRACKER |
Added 11/3/23, effective with patch DSHX 2.0 for the
DSS RXTRACKER, also referred to as DSHX RXTRACKER. DSHX needs to alter DUZ in
routines DSHXOMP, DSHXOMP2, and DSHXOMPX. The provider(s) who
prescribed/discontinued the medication in RxTracker (external to VistA) are
returned in the HL7 message that is received and consumed by Vista. The
processing of the inbound HL7 message is invoked by the multi-listener in the
background so there is no user log-in for the instance. The Vista HL7
application DUZ value is that of the user who logged into CPRS/VistA or
Postmaster (.5) and not that of the provider/pharmacist who prescribed the
medication order in RxTracker. Having the accurate DUZ values will ensure the
proper provider/pharmacist is associated with the medication order(s).
|