VPS GET CLINIC (3051)    REMOTE PROCEDURE (8994)

Name Value
NAME VPS GET CLINIC
TAG GETCLN
ROUTINE VPSRPC1
RETURN VALUE TYPE ARRAY
AVAILABILITY PUBLIC
INACTIVE ACTIVE
WORD WRAP ON TRUE
VERSION 1
APP PROXY ALLOWED Yes
DESCRIPTION
Called by the Vetlink Kiosk system.  The RPC will accept a single input
value representing the name of the clinic (full or partial name); and the
output produced will be an array that returns all the possible matches for
the clinic (one to many clinics).  Values returned will be the name of the
clinic and the ien of the clinic.
INPUT PARAMETER
  • CLINICNAME
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   70
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    The input would represent a full or partial name of a given clinic.
    
RETURN PARAMETER DESCRIPTION
A single dimensional array that represents each clinic that matched to 
LIST(1005)="44^1567^10^^PHYSICAL LOCATION"
the input value.  The syntax of the array is:
LIST(n) = "FileNum^ClinicIEN^FieldNum^Data^FieldName"
Exception return value:
LIST(n)="-1^Error text message"
 
Example of successful return values:
LIST(1003)="44^1567^.001^1567^CLINIC NUMBER"
LIST(1004)="44^1567^.01^CHY SURG CLARKE WALK IN^NAME"