IMAGING |
Washington/Silver Spring |
DICOM images received on Imaging gateway contain a
psuedo transaction number consisting of the medicine file and internal entry
number (example: GM-200 would be Generalized Procedure/Consult Medicine file
(#699.5) and entry 200). This information is lookup in the Medicine file(s)
to get the patient name and procedure/sub specialty name using FILEMAN
Database API.
To obtain the PROCEDURE/SUBSPECIALTY field number in any Medicine file sent in
the psuedo transaction number a call is made to $$PRCFLD^MCUIMAGO. The
results are saved in a variable and passed to a FM database call,
GETS^DIQ(MEDFILE,MEDIEN,MEDFLDS,"IE","MAGARR","MAGERR") to lookup the entry
(MEDIEN) in the medicine file.
|