| TITLE | VALUE | |
|---|---|---|
| NAME | VPS PATIENT PRE-REGISTRATION | |
| DESCRIPTION | There are 2 input parameters for the RPC call sent by the Vetlink kiosk Pre-registration event. 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 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 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." | |
| TAG | PREREG | |
| ROUTINE | VPSRPC3 | |
| INPUT PARAMETERS | SEQUENCE NUMBER | 1 |
| INPUT PARAMETER | DFN | |
| DESCRIPTION | Input: the patient's internal entry number (IEN) from file #2. Only one DFN is allowed to be passed in, required. | |
| PARAMETER TYPE | LITERAL | |
| REQUIRED | YES | |
| MAXIMUM DATA LENGTH | 30 | |
| INPUT PARAMETERS | SEQUENCE NUMBER | 2 |
| INPUT PARAMETER | VPSCST | |
| DESCRIPTION | Input: the call status code, either 'C' (Connected) or 'X' (Change Information), required. | |
| PARAMETER TYPE | LITERAL | |
| REQUIRED | YES | |
| MAXIMUM DATA LENGTH | 1 | |
| RETURN VALUE TYPE | SINGLE VALUE | |
| RETURN PARAMETER DESCRIPTION | 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 not found." VPSRES="0, Invalid SSN for this patient." VPSRES="0, Unable to add Pre-Registration." | |
| AVAILABILITY | PUBLIC | |
| INACTIVE | ACTIVE | |
| CLIENT MANAGER | ||
| WORD WRAP ON | ||
| VERSION | 1 | |
| SUPPRESS RDV USER SETUP | ||
| APP PROXY ALLOWED | Yes | |