SDES2 GET RECALL APPT TYPES (5031)    REMOTE PROCEDURE (8994)

Name Value
NAME SDES2 GET RECALL APPT TYPES
TAG GETRECREMTYPES
ROUTINE SDES2GRECAPTYPE
RETURN VALUE TYPE ARRAY
AVAILABILITY RESTRICTED
WORD WRAP ON FALSE
APP PROXY ALLOWED Yes
DESCRIPTION
This RPC returns a list of the Recall reminder appointment types from the 
RECALL REMINDERS APPT TYPE file (#403.51).
INPUT PARAMETER
  • SDCONTEXT
    PARAMETER TYPE:   LIST
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
     
     - 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("ACHERON AUDIT ID")
     - Up to 40 Character unique ID number. 
     - Ex: 11d9dcc6-c6a2-4785-8031-8261576fca37
    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 the calling application.
    SDCONTEXT("PATIENT DFN")
    
  • SDINPUT
    PARAMETER TYPE:   LIST
    REQUIRED:   NO
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    Placeholder parameter. Not currently used.
    
RETURN PARAMETER DESCRIPTION
{
     "Name": "YEARLY EXAM",
     "Synonym": "YEAR"
 },
 {
     "IEN": 3,
     "Name": "SEMI-ANNUAL EXAM",
     "Synonym": "SA"
 },
 {
     "IEN": 4,
    "RecallReminderType": [
     "Name": "OTHER",
     "Synonym": "O"
 }
    ]
}
 {
     "IEN": 1,
     "Name": "FOLLOW-UP",
     "Synonym": "F"
 },
 {
     "IEN": 2,