;Select One/Many/All locations within current imaging type
SUBMITQ(DA,Y)
;Called from file 71.3, field 8 (imaging location) screen
; returns 1 if location being screened has same imaging type as
; the common procedure.
; DA is the IEN of file 71.3, Y is the IEN of the entry in file
; 79.1 that is being screened.
Q
IPOPQ
INLO(X)
; Determine if the Imaging Location is inactive
; Pass in the IEN of the Imaging Location (most of the time +RAMLC)
; Pass back '1' if inactive, '0' if active.
SUBMIT(DA,Y)
;Called from file 75.1, field 20 (imaging location) screen
; returns 1 if location being screened has same imaging type as
; procedure ordered.
; DA is the IEN of file 75.1, Y is the IEN of the entry in file
; 79.1 that is being screened.
IPOP
;Determine if current pt loc is different than requesting loc