| TIT |
The Detailed Display (DT) and Results Display (RT)
actions available in OE/RR are also available via Consult/Request Tracking
screens. The OE/RR DT and RT require an ORIFN (Order File internal entry
number), but the Consult/Request Tracking DT and RT needs to be able to occur
even after the Order in the Order File has been purged. The documented entry
point in the OE/RR developers Guide EXT^ORUHDR, has been previous used which
set ORDG (Display Group), and ORVP (Patient variable pointer), and then called
TIT^ORUHDR. The EXT^ORUHDR depends on the ORIFN to be defined in order to
print the headers. To enable printing of headers from the Consult/Request
Tracking review screens, a GMRC routine sets variables that EXT^ORUHDR would
have set and calls TIT^ORUHDR directly, eliminating the requirement for ORIFN
(File 100 internal entry number) to exist.
|