DESCRIPTION |
There are 2 input parameters for the RPC call sent by the Vetlink kiosk
D = DEATH
K = CALL BACK
M =LEFT CALLBACK MESSAGE
N = NO ANSWER
P = NO PHONE
T = DON'T CALL
U = UNCOOPERATIVE
V = PREVIOUSLY UPDATED
W =WRONG NUMBER
X = CHANGE INFORMATION
Pre-registration event.
Output: string consisting of a single digit to denote success or failure
of the pre-registration, followed by a short message: 1 if
pre-registration was successful or 0 if there was a problem.
Syntax to indicate success:
VPSRES="1,Pre-Registration completed."
Syntax to indicate a failure:
VPSRES="0,Patient nof found."
VPSRES="0,Invalid SSN for this patient."
VPSRES="0,Unable to add Pre-Registration."
Inputs: DFN and Status Code.
Patient DFN -1st input parameter of the RPC call, required.
Status Code - code that represents the outcome of the pre-registration
interview with the patient, required. List of possible codes that could
be sent:
B = BUSY
C = CONNECTED
|
RETURN PARAMETER DESCRIPTION |
Output: string consisting of a single digit to denote success or failure
VPSRES="0, Invalid SSN for this patient."
VPSRES="0, Unable to add Pre-Registration."
of the pre-registration, followed by a short message:
1 if pre-registration was successful or 0 if there was a problem.
Syntax to indicate success:
VPSRES="1, Pre-Registration completed."
Syntax to indicate a failure:
VPSRES="0, Patient not found."
|