; Print Template selection ; Prompt user for a print template
; Let EN1^DIP do it. Just print instructions here to alert user
; as to what to do.
TEMPLATE(TNAMESFX)
;
; Look for site-specific version of the print template.
; The template name ends in TNAMESFX.
; Otherwise, use the standard print template for TNAMESFX.
; Total Comprehensive Detail ; $$TEMPLATE("COMPREHENSIVE DETAIL")
ACTION
; EP - given ACTION = one of the codes for an action
; as selected from the list in ABSPOSMZ
; Also the ABSPOSMA() array is still there
; All of the EN1^DIP variables have been NEWed by the caller
REC
; Summary Receipt ; $$TEMPLATE("SUMMARY RECEIPT")
DIP
; and each one rejoins here (G DIP) to set up for call to EN1^DIP
; with TEMPLATE=[template name]
FM
; Fileman to customize output ; EN1^DIP will prompt user for fields
; to be printed.