SDES SEARCH CLINIC ATTRIBUTES (4719)    REMOTE PROCEDURE (8994)

Name Value
NAME SDES SEARCH CLINIC ATTRIBUTES
TAG SEARCHCLIN
ROUTINE SDESCLNSEARCH
RETURN VALUE TYPE ARRAY
AVAILABILITY RESTRICTED
APP PROXY ALLOWED Yes
DESCRIPTION
Given a whole or partial Clinic Name, Station Number (Opt) and Date (Opt) 
return the matching clinics and their key attributes.
INPUT PARAMETER
  • SEARCHSTRING
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    Full or partial clinic name to search for.
     Min Length = 2 chars
     Max Length = 30 chars
    
  • STATION
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   7
    REQUIRED:   NO
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    The Station Number to screen against. This is optional.
     If present, the search would be limited to matching clinics at the given
       institution.
     If absent, the search would take place across all divisions/institutions.
       Example values: 534, 534GB.
    
  • DATE
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   21
    REQUIRED:   NO
    SEQUENCE NUMBER:   3
    DESCRIPTION:   
    An ISO 8601 formatted date to use when determining the Status of the 
    clinic. If not passed in the date will default to the current date.
    
RETURN PARAMETER DESCRIPTION
A listing of matching clinics and their key attributes.
   "CreditStopCodeAMIS": 179,
   "CreditStopCodeIEN": 391,
   "CreditStopCodeName": "RT CLIN VID CARE HOME",
   "DefaultProviderIEN": 1234567,
   "DefaultProviderName": "VSETEST,PROVIDERONE",
   "DefaultProviderSecID": 1233213858,
   "NonCountClinic": "NO",
   "PatientFriendlyName": "",
   "Providers": [
    {
 
     "ID": 01234567,
     "Name": "TEST,PROVIDER1",
     "SecID": 1023705699
    },
    {
     "ID": 85555222,
     "Name": "TEST,PROVIDER2",
     "SecID": ""
    }
   ],
{
   "StopCodeAMIS": 529,
   "StopCodeIEN": 329,
   "StopCodeName": "HCHV/HCMI INDIV"
  }
 ]
} 
 "Clinic": [
  {
   "Abbreviation": "TEST1",
   "ClinicIEN": 5392,
   "ClinicName": "TEST CLINIC 1",
   "ClinicStatus": "Active",