SDES2 SET APPT CHECKOUT (4989)    REMOTE PROCEDURE (8994)

Name Value
NAME SDES2 SET APPT CHECKOUT
TAG SETCHECKOUT
ROUTINE SDES2SETCHECKOUT
RETURN VALUE TYPE ARRAY
INACTIVE ACTIVE
CLIENT MANAGER YES
APP PROXY ALLOWED Yes
DESCRIPTION
Set the checkout date/time for the specified appointment.
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("APPT IEN")      - IEN of SDEC APPOINTMENT (#409.84) file record 
                                to be Checked Out (required)
      
      PARAMS("CHECKOUT DATE") - Checkout date/time in ISO format (required)
    
RETURN PARAMETER DESCRIPTION
 Successful edit:
  
 Unsuccessful edit:
  
 {
    "Error":[
       "{error message.}"
    ],
    "Checkout":[
       ""
    ]
  
 }
 {
    "Checkout":
       {
          "Success":"Checked out." 
       }
 }