SDES2 CHECKIN (4983)    REMOTE PROCEDURE (8994)

Name Value
NAME SDES2 CHECKIN
TAG CHECKIN
ROUTINE SDES2CHECKIN
RETURN VALUE TYPE ARRAY
AVAILABILITY RESTRICTED
VERSION 1
APP PROXY ALLOWED Yes
DESCRIPTION
This RPC is used to check in a single appointment.
INPUT PARAMETER
  • SDCONTEXT
    PARAMETER TYPE:   LIST
    MAXIMUM DATA LENGTH:   32000
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    SDCONTEXT("ACHERON AUDIT ID") = Up to 40 Character unique ID number.
               the calling application.
               Ex: 11d9dcc6-c6a2-4785-8031-8261576fca37
    SDCONTEXT("PATIENT DFN") = The DFN/IEN of the target patient from the
               calling application.
    SDCONTEXT("PATIENT ICN") = The ICN of the target patient from the
               calling application.
    SDCONTEXT("USER DUZ") = The DUZ of the user taking action in the
               calling application.
    SDCONTEXT("USER SECID") = The SECID of the user taking action in
    
  • SDINPUT
    PARAMETER TYPE:   LIST
    MAXIMUM DATA LENGTH:   32000
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    SDINPUT("APPOINTMENT IEN")=IEN       Appointment IEN from the SDES
                                         APPOINTMENT (#409.84) file.
                                         (required)
    SDINPUT("CHECKIN DATE TIME")=DATE    ISO DATE and TIME to check-in the
                                         patient (required)
    SDINPUT("PROVIDER")=IEN              IEN of the PROVIDER in file
                                         NEW PERSON (#200) (optional)
    
RETURN PARAMETER DESCRIPTION
{
    "Checkin":[
      "Checked In."
    ]
}