Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 776.32

Package: Health Level Seven

HL7 MONITOR EVENT TYPE(#776.3)-->776.32

Sub-Field: 776.32


Information

Parent File Name Number Package
HL7 MONITOR EVENT TYPE(#776.3) SERVER LOCATIONS 776.32 Health Level Seven

Details

Field # Name Loc Type Details
.01 DOMAIN 0;1 POINTER TO DOMAIN FILE (#4.2) DOMAIN(#4.2)

  • LAST EDITED:  JUL 10, 2003
  • HELP-PROMPT:  What locations will monitor servers be located for this event type?
  • DESCRIPTION:  
    This will be a list of Mailman Domains where events of this type should be sent for centralized monitoring.
  • CROSS-REFERENCE:  776.32^B
    1)= S ^HLEV(776.3,DA(1),2,"B",$E(X,1,30),DA)=""
    2)= K ^HLEV(776.3,DA(1),2,"B",$E(X,1,30),DA)
2 SCREEN 1;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  OCT 02, 2003
  • HELP-PROMPT:  Enter MUMPS code to be Xecuted when an event of this type occurs. It should set $T to 1 if the event should be sent to this remote location.
  • DESCRIPTION:  This field provides a method for application developers to screen which events are sent to a remote server. At the point at which an event occurs, Event Logging determines what remoted locations to send the event. If
    an application wishes to provide remoted viewing of its events then for those Event Types for which it is concerned it should make an entry in the Server Locations multiple. It can further screen which events to send by
    associating a MUMPS screen with that SERVER LOCATION. When Xecuted, the screen should set $T=1 if the event should be sent to the remote server, 0 otherwise. The HLEVENT() array is defined at the point at which the
    screen is executed. A complete description of that array is provided for the $$EVENT^HLEME() API that is provide for application developers using the HL7 package.
Info |  Details