WVRPCOR SAVEDATA (4396)    REMOTE PROCEDURE (8994)

Name Value
NAME WVRPCOR SAVEDATA
TAG SAVEDATA
ROUTINE WVRPCOR2
RETURN VALUE TYPE SINGLE VALUE
AVAILABILITY SUBSCRIPTION
INACTIVE ACTIVE
APP PROXY ALLOWED No
DESCRIPTION
Saves data entered from the CPRS cover sheet.
INPUT PARAMETER
  • DATA
    PARAMETER TYPE:   LIST
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    Array of data to save. The array is structured as name value pairs:
      DATA(N)="NAME=value"
    N is an interger that starts at one and increments by one. The internal
    entry number (IEN) of the patient in the PATIENT file (#2) should be
    stored in the "PATIENT" pair. The SUBS line-tag in the WVRPCOR
    routine contains the list of valid names that are accepted.
    
RETURN PARAMETER DESCRIPTION
Caret-delimited value indicating the call's status.
  Data successfully saved: "1^"
  Data not saved: "-1^ERROR_MESSAGE"