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.
|