SDES2 GET PATIENT MED LIST (4915)    REMOTE PROCEDURE (8994)

Name Value
NAME SDES2 GET PATIENT MED LIST
TAG GETMEDLIST
ROUTINE SDES2GETMEDLIST
RETURN VALUE TYPE ARRAY
INACTIVE ACTIVE
CLIENT MANAGER YES
APP PROXY ALLOWED Yes
DESCRIPTION
An SDES2 Wrapper of the ORQQPS LIST RPC
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 SECID of the user taking action on the 
    calling application.
     
    
  • PARAMS
    PARAMETER TYPE:   LIST
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    PARAMS("DFN") -
    DFN for Med List retrieval (Required)
     
    PARAMS("START DATE") - 
    Start Date in ISO format (Optional - Defaults to TODAY)
     
    PARAMS("END DATE") -
    End Date in ISO format (Optional - Defaults to  9999999)
    
RETURN PARAMETER DESCRIPTION
Medication List return array in JSON format:
             "ScheduleInfusionRate": "",
             "StopDate": "",
       },
    ]
 }
                  
 {
    "Medication": [
       {
             "MedicationID": "",
             "MedicationName": "",
             "RefillsRemaining": "",
             "Route": "",