Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: TIUPEDSP

TIUPEDSP.m

Go to the documentation of this file.
  1. TIUPEDSP ;SLC/JER - Display Filing Event ;12/13/94 17:58
  1. ;;1.0;TEXT INTEGRATION UTILITIES;;Jun 20, 1997
  1. ;;Text Integration Utility;;
  1. EN ; Option entry
  1. K ^TMP("TIUEVENT",$J) N TIU
  1. D EN^VALM("TIU DISPLAY FILING EVENT")
  1. K ^TMP("TIUEVENT",$J)
  1. Q
  1. MAIN ; Control branching
  1. D GET^TIUSRVE(TIUDA)
  1. Q
  1. HDR ; Build Header
  1. N TIUETYP S TIUETYP=$G(^TMP("TIUEVENT",$J,0),"Filing Event")
  1. S VALMHDR(1)=$$CENTER^TIULS($$TITLE^TIUU(TIUETYP))
  1. Q
  1. CLEAN ; Clean up your mess!
  1. K ^TMP("TIUEVENT",$J) D CLEAN^VALM10 K VALMY
  1. Q