IMAGING |
Washington/Silver Spring |
Vista Imaging sets cross refencences on fields: .01
(NAME), .03 (DATE OF BIRTH) and .09 (SOCIAL SECURITY NUMBER). The cross
reference during the SET command is SET^MAGDHLE and during the KILL command is
KIL^MAGDHLE.
The SET^MAGDHLE routine will create a message in HL7 format for newly created
entries or on edited entries. The KIL^MAGDHLE routine will just quit.
The setting of these cross references are set by an IRM person at the site
that is installing Imaging but only if the site has a commercial PAC system.
The information is only requested by the commercial PAC system to update their
local database. Instruction on setting this cross reference is located in the
VistA Imaging DICOM Installation manual.
Imaging requests the site to set the cross reference number to 2005, and the
index to be MAGAP1 for .01 field, MAGAP3 for .03 field and MAGAPI9 for .09
field. Everything is set to the Imaging number space or namepace.
Example of the cross reference follows.
Global ^DD(2,.01,1,2005
^DD(2,.01,1,2005,0) = 2^MAGAP1^MUMPS
^DD(2,.01,1,2005,1) = D SET^MAGDHLE
^DD(2,.01,1,2005,2) = D KIL^MAGDHLE
^DD(2,.01,1,2005,"DT") = 2970723
Global ^DD(2,.03,1,2005
DD(2,.03,1,2005
^DD(2,.03,1,2005,0) = 2^MAGAP3^MUMPS
^DD(2,.03,1,2005,1) = D SET^MAGDHLE
^DD(2,.03,1,2005,2) = D KIL^MAGDHLE
^DD(2,.03,1,2005,"DT") = 2970723
Global ^DD(2,.09,1,2005
DD(2,.09,1,2005
^DD(2,.09,1,2005,0) = 2^MAGAP9^MUMPS
^DD(2,.09,1,2005,1) = D SET^MAGDHLE
^DD(2,.09,1,2005,2) = D KIL^MAGDHLE
^DD(2,.09,1,2005,"DT") = 2970723
|