VPS PATIENT CHECK-IN

TITLEVALUE
NAMEVPS PATIENT CHECK-IN
DESCRIPTIONCalled 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.
TAGCHK
ROUTINEVPSRPC4
INPUT PARAMETERSSEQUENCE NUMBER1
INPUT PARAMETERVPSAPPTS
DESCRIPTIONInput: 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 TYPELITERAL
REQUIREDYES
MAXIMUM DATA LENGTH225

RETURN VALUE TYPEARRAY
RETURN PARAMETER DESCRIPTIONsingle-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"
AVAILABILITYPUBLIC
INACTIVEACTIVE
CLIENT MANAGER
WORD WRAP ON
VERSION1
SUPPRESS RDV USER SETUP
APP PROXY ALLOWEDYes