HMP SUBSCRIBE (3450)    REMOTE PROCEDURE (8994)

Name Value
NAME HMP SUBSCRIBE
TAG SUBS
ROUTINE HMPPATS
RETURN VALUE TYPE GLOBAL ARRAY
AVAILABILITY SUBSCRIPTION
WORD WRAP ON TRUE
APP PROXY ALLOWED Yes
DESCRIPTION
This RPC will maintain a list of patients & events to monitor for new data.
The LIST of patients passed into this RPC is returned in ^TMP($J,"HMP",n)
as XML, with a subscription status of 'on', 'off', or 'error'.
INPUT PARAMETER
  • SYS
    PARAMETER TYPE:   LITERAL
    REQUIRED:   NO
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This is the name of the system calling the RPC; it is used to create
    an entry in the HMP SUBSCRIPTION file, and link a system to a list of
    patients and/or events.
    
  • LIST
    PARAMETER TYPE:   LIST
    REQUIRED:   NO
    SEQUENCE NUMBER:   3
    DESCRIPTION:   
    This is the list of patient identifiers, in the form 'dfn;icn', that
    are to be either added to or removed from the monitor.
    
  • STS
    PARAMETER TYPE:   LITERAL
    REQUIRED:   NO
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    This is a boolean value, 1 or 0, indicating if the patient should be
    added to or removed from the data monitor.
    
RETURN PARAMETER DESCRIPTION
Text array formatted as XML.