TITLE | VALUE | |
---|---|---|
NAME | XUS MVI NEW PERSON RMTE AUDIT | |
DESCRIPTION | This restricted RPC is used exclusively by the Master Veteran Index (MVI) to return audit data from the AUDIT (#1.1) file at a facility for a specific user's record in the NEW PERSON (#200) file. | |
TAG | AUDIT | |
ROUTINE | XURNPAUD | |
INPUT PARAMETERS | SEQUENCE NUMBER | 1 |
INPUT PARAMETER | PARAM | |
DESCRIPTION | Required input: -------------- PARAM("SourceSystemID") = Facility Station Number PARAM("SourceID") = Source ID (DUZ) Optional input: -------------- PARAM("IDTYPE") = Source ID Type (e.g., "PN") PARAM("ASSIGNAUTH") = Assigning Authority (e.g., "USDVA") PARAM("BegDate") = The earliest recorded date of the audit records to return. Must contain a year, month, and day. (Defaults to the date of the first audit record.) PARAM("EndDate") = The latest recorded date of the audit records to return. Must contain a year, month, and day. (Defaults to the date of the last audit record.) | |
PARAMETER TYPE | LIST | |
REQUIRED | YES | |
MAXIMUM DATA LENGTH | ||
RETURN VALUE TYPE | GLOBAL ARRAY | |
RETURN PARAMETER DESCRIPTION | First Line ---------- The first line returned contains basic information, including the data that was passed to the remote procedure: @Return@(0) = 1^ ^ ^ where, PARAM("SourceSystemID"). PARAM("ASSIGNAUTH"). PARAM("BegDate") in yyyymmdd format. PARAM("EndDate") in yyyymmdd format. Subsequent lines ---------------- Each subsequent line contains data from one of the Audit records that fall within the specified date range: @Return@(n) = ^ ^ ^ where, FileMan external format MMM DD, YYYY@hh:mm:ss e.g., MAR 03, 2021@14:25:30 If there was no old value, " If there was no new value, " returned. system that was used to change the data (if any). Option that was used (if any). Error ----- If there was some problem with the input parameters or in obtaining the audit data, a single line is returned in the following format: @Return@(0) = -1^ where, SourceSystemID: Facility Station Number is required SourceID: Source ID is required BegDate: Beginning Date is not a valid date EndDate: Ending Date is not a valid date | |
AVAILABILITY | AGREEMENT | |
INACTIVE | ||
CLIENT MANAGER | ||
WORD WRAP ON | TRUE | |
VERSION | 1 | |
SUPPRESS RDV USER SETUP | ||
APP PROXY ALLOWED | Yes |