TITLE | VALUE | |
---|---|---|
NAME | VPS PATIENT CHECK-IN | |
DESCRIPTION | Called by Vetlink Kiosk system. The RPC will accept a single value as input representing the string of pending appointments that the patient is to be checked-in.; and the output produced will be an array that returns the results of each attempted check-in. | |
TAG | CHK | |
ROUTINE | VPSRPC4 | |
INPUT PARAMETERS | SEQUENCE NUMBER | 1 |
INPUT PARAMETER | VPSAPPTS | |
DESCRIPTION | Input: string that represents the appt(s) to be checked in. Since more than one appt can be checked-in, each appt consists of the DFN, CLINIC ien, and appt date/timestamp. Each appt is delimited by ";" and the 3 pieces of data are separated by "-". All 3 data elements in the appt representation are required input. Syntax: input=DFN_"-"_clinic IEN_"-"_date/timestamp of scheduled appt_";" example of data string (represents 2 appts): "308165-1218-3120420.1215;308165-4569-3120420.1030" | |
PARAMETER TYPE | LITERAL | |
REQUIRED | YES | |
MAXIMUM DATA LENGTH | 225 | |
RETURN VALUE TYPE | ARRAY | |
RETURN PARAMETER DESCRIPTION | single-dimensional array that represents the result of attempted check-in for each appt: 1 if check-in successful or '99' if there was a problem. Syntax: RESULT(n)= DFN_"-"_clinicIEN_"-"_date/time of appt_"-"_return value example of data output: RESULT(1)="308165-1218-3120420.1215-1" RESULT(2)="308165-4569-3120420.1030-99" RESULT(3)="308165-2312-3120420.1430-1" | |
AVAILABILITY | PUBLIC | |
INACTIVE | ACTIVE | |
CLIENT MANAGER | ||
WORD WRAP ON | ||
VERSION | 1 | |
SUPPRESS RDV USER SETUP | ||
APP PROXY ALLOWED | Yes |