SDES2 SEARCH RECALL PROVIDERS (5036)    REMOTE PROCEDURE (8994)

Name Value
NAME SDES2 SEARCH RECALL PROVIDERS
TAG RECPROVSEARCH
ROUTINE SDES2RECPRVSRCH
RETURN VALUE TYPE ARRAY
AVAILABILITY RESTRICTED
APP PROXY ALLOWED Yes
DESCRIPTION
This RPC allows users to search a recall provider's name either partially
or fully. The RPC will perform a search that matches the search criteria
(3-35 characters), and then, retrieves and returns a list of ACTIVE 
Recall Providers.
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.
                               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
    MAXIMUM DATA LENGTH:   32000
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    SDINPUT("SEARCHSTRING") = "search string" (required)
     
    Search string in SDINPUT("SEARCHSTRING") must be between 3 and 35
    characters.
    
RETURN PARAMETER DESCRIPTION
List of Recall Providers in JSON format.
                         "Homephone": "",
                         "IEN": "",
                         "Name": "",
                         "Officephone": "",
                         "PersonClass": [
                                 "",
                         ],
                         "Phone3": "",
                         "Phone4": "",
                         "ProviderClass": "",
  
                         "ProviderIEN": "",
                         "ProviderSecID": "",
                         "Title": "",
                         "UserClass": [
                                 ""
                         ],
                         "VoicePager": ""
                 }
         ]
 }
 {
 
If no providers match the search string this is the returned
JSON output:
 
{
        "Provider":
          [""]
}
         "Provider": [
                 {
                         "CommercialPhone": "",
                         "DigitalPager": "",
                         "Email": "",
                         "Fax": "",