SDES2 EDIT PAT PRE-REG (4959)    REMOTE PROCEDURE (8994)

Name Value
NAME SDES2 EDIT PAT PRE-REG
TAG EDITPREREG
ROUTINE SDES2EDITPREREG
RETURN VALUE TYPE ARRAY
INACTIVE ACTIVE
CLIENT MANAGER YES
APP PROXY ALLOWED Yes
DESCRIPTION
Updates patient pre-registration and associated files when a Vetlink 
Kiosk pre-register event occurs.
INPUT PARAMETER
  • SDCONTEXT
    PARAMETER TYPE:   LIST
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
     SDCONTEXT("ACHERON AUDIT ID") = 36 character unique ID number.
     SDCONTEXT("PATIENT DFN") = The DFN of the Veteran/user taking action
     on the calling application.
     
     SDCONTEXT("PATIENT ICN") = The ICN of the Veteran/user taking action 
     on the calling application.
     Ex: 11d9dcc6-c6a2-4785-8031-8261576fca37
      
     SDCONTEXT("USER DUZ") = The DUZ of the user taking action on the calling 
     application.
                      
     SDCONTEXT("USER SECID") = The Security ID of the user taking action on
     the calling application.
      
    
  • PARAMS
    PARAMETER TYPE:   LIST
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
     PARAMS("DFN")     - DFN for the Pre-Registration Call.
         'N' = 'NO ANSWER'
         'P' = 'NO PHONE'
         'T' = 'DON'T CALL'
         'U' = 'UNCOOPERATIVE'
         'V' = 'PREVIOUSLY UPDATED'
         'W' = 'WRONG NUMBER'
         'X' = 'CHANGE INFORMATION'
     
     PARAMS("PRESTAT") - Status Code for the Pre-Registration Call:
     
         'B' = 'BUSY'
         'C' = 'CONNECTED'
         'D' = 'DEATH'
         'K' = 'CALL BACK'
         'M' = 'LEFT CALLBACK MESSAGE'
    
RETURN PARAMETER DESCRIPTION
Successful edit:
 
Unsuccessful edit:
 
{
   "Error":[
      "The Pre-Registration Status Code is Invalid for this Request."
   ],
   "Pre-Registration":[
      ""
   ]
 
}
{
   "Pre-Registration":
      {
         "Success":"Pre-Registration completed." 
      }
}