VPS PATIENT PRE-REGISTRATION (3249)    REMOTE PROCEDURE (8994)

Name Value
NAME VPS PATIENT PRE-REGISTRATION
TAG PREREG
ROUTINE VPSRPC3
RETURN VALUE TYPE SINGLE VALUE
AVAILABILITY PUBLIC
INACTIVE ACTIVE
VERSION 1
APP PROXY ALLOWED Yes
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
INPUT PARAMETER
  • DFN
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    Input: the patient's internal entry number (IEN) from file #2. Only one 
    DFN is allowed to be passed in, required.
    
  • VPSCST
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   1
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    Input: the call status code, either 'C' (Connected) or 'X' (Change 
    Information), required.
    
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."