SDES2 EDIT APPOINTMENT (5066)    REMOTE PROCEDURE (8994)

Name Value
NAME SDES2 EDIT APPOINTMENT
TAG EDIT
ROUTINE SDES2EDITAPPT
RETURN VALUE TYPE ARRAY
CLIENT MANAGER YES
APP PROXY ALLOWED Yes
DESCRIPTION
This RPC allows the editing of the note tied to the appointment.
INPUT PARAMETER
  • SDCONTEXT
    PARAMETER TYPE:   LIST
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
       SDCONTEXT("ACHERON AUDIT ID") = Up to 40 Character unique ID number.
                                 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 SECID of the user taking action in the
                                 calling application.
       SDCONTEXT("PATIENT DFN")= The name of the patient taking action on the
                                 calling application.
       SDCONTEXT("PATIENT ICN")= The ICN of the patient taking action on the
    
  • SDINPUT
    PARAMETER TYPE:   LIST
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    SDINPUT("APPTIEN") = Appointment IEN from File #409.84
    SDINPUT("NOTE")    = Note being added to the appointment.
    
RETURN PARAMETER DESCRIPTION
This is the note that will replace the existing note.
 RETURN PARAMETER DESCRIPTION:   
 {
     "Appointment": "",
     {
             "IEN": "252500"
     }
 }