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

HLEVX.m

Go to the documentation of this file.
  1. HLEVX ;O-OIFO/LJA - VistA HL7 Event Monitor Code ;02/04/2004 15:25
  1. ;;1.6;HEALTH LEVEL SEVEN;**109**;Oct 13, 1995
  1. ;
  1. ; All official event code for the VistA HL7 package will be included
  1. ; in the LIST subroutine below (for internal team use.)
  1. ;
  1. CTRL D LIST
  1. F QUIT:($Y+3)>IOSL W !
  1. S X=$$BTE^HLCSMON("Press RETURN to exit... ")
  1. Q
  1. ;
  1. LIST N I,T W @IOF,$$CJ^XLFSTR("Official VistA HL7 Event Monitor Code",IOM),!,$$REPEAT^XLFSTR("=",IOM) F I=1:1 S T=$T(LIST+I) Q:T'[";;" S T=$P(T,";;",2,99) W !,$P(T,U,1,2),?18,$P(T,U,3)
  1. ;;
  1. ;;The "monitors" that are officially included in the VistA HL7 package are
  1. ;;listed below.
  1. ;;
  1. ;;Routine Monitor-Name
  1. ;;==============================================================================
  1. ;;SYSTEM^HLEVX001^EVENT MONITOR
  1. ;;CHK870^HLEVX000^STUB 870 SEARCH & MORE
  1. ;;CHKXREF^HLEVX002^XREF CHECK - FILE 772 & 773
  1. Q
  1. ;
  1. EOR ;HLEVX - VistA HL7 Event Monitor Code ;5/30/03 15:25