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.