SDEC WLPCSET (3591)    REMOTE PROCEDURE (8994)

Name Value
NAME SDEC WLPCSET
TAG WLPCSET
ROUTINE SDEC
RETURN VALUE TYPE GLOBAL ARRAY
AVAILABILITY RESTRICTED
INACTIVE ACTIVE
WORD WRAP ON FALSE
DESCRIPTION
SET update patient contacts in SD WAIT LIST file
INPUT PARAMETER
  • INP
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    ;  INP = Patient Contacts separated by ::
     ;            Each :: piece has the following ~~ pieces:  (same as they 
    are passed into SDEC WLSET)
     ;            1) = (required)    DATE ENTERED external date/time
     ;            2) = (optional)    PC ENTERED BY USER ID or NAME - Pointer 
    to NEW PERSON file or NAME
     ;            4) = (optional)    ACTION - 'Called' or 'Message Left'
     ;            5) = (optional)    PATIENT PHONE Free-Text 4-20 characters
    
  • WLIEN
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    Wait List Id pointer to SDEC WAIT LIST file 409.3
    
RETURN PARAMETER DESCRIPTION
    Successful Return:
      M errors are trapped by the use of M and Kernel error handling.
      The RPC execution stops and the RPC Broker sends the error
      generated text back to the client.
      A single entry in the Global Array in the format
      "0^<optional msg text>"
      "T00020RETURNCODE^T00100TEXT"
   Caught Exception Return:
    A single entry in the Global Array in the format "-1^<error text>"
    "T00020RETURNCODE^T00100TEXT"
   Unexpected Exception Return:
      Handled by the RPC Broker.