| GENERAL DESCRIPTION |
Discharge Summary hereby grants permission for Health
Summary to call into the routine MAIN^GMRDXTRT with the formal parameters DFN,
TIME1 (inverted late dictation date/time), TIME2 (inverted early dictation
date/time), OCCLIM (occurrence limit), and TEXT (a boolean flag indicating
whether or not to include the textual report). This entry point is called by
both GMTSDS and GMTSDSB to extract the information appropriately, and will be
supported by Discharge Summary as described here until otherwise agreed.
In fact, rather than creating a GMRD namespaced option to call the ad hoc
Health Summary, we're letting DIFROM attach the GMTS HS ADHOC option to the
GMRD DICTATION HELP MENU option. The return array for Discharge Summary's
extract routine, GMRDXTRT, will look like this:
^TMP("GMRD",$J,INVERSE DICT DATE,COUNT)=ADM DATE^DISCH DATE
^DICTATING PHYS^ATTENDING PHYS^TREATING SPECIALTY
^SIGNATURE STATUS^COSIGNATURE DATE/TIME ^TMP("GMRD",$J,INVERSE
DICT DATE,COUNT,"TEXT",LINE,0)=EACH LINE OF THE REPORT TEXT
This structure for the return array will be maintained indefinitely, until
otherwise agreed.
|