VIAA ENG GET EQUIPMENT (3780)    REMOTE PROCEDURE (8994)

Name Value
NAME VIAA ENG GET EQUIPMENT
TAG LASTEE
ROUTINE VIAAEUT
RETURN VALUE TYPE GLOBAL ARRAY
AVAILABILITY RESTRICTED
WORD WRAP ON TRUE
APP PROXY ALLOWED Yes
DESCRIPTION
This RPC requires two input parameters and returns all the new entries
(IENs) from the Engineering file #6914 following a given entry number.
INPUT PARAMETER
  • RETSTA
    PARAMETER TYPE:   LIST
    MAXIMUM DATA LENGTH:   32000
    REQUIRED:   YES
    DESCRIPTION:   
    This is the return array for the call.
    
  • REQDATA
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   255
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This is the last IEN that was stored in Weblogic and InSites.
    Once the RPC gets it, it can check if new entries have been added
    and report them in a list.
    
RETURN PARAMETER DESCRIPTION
For a successful call execution, the output for the client will be placed
follow the EE number sent from Insites.
 
If an error occurs during call execution, a message will be returned to 
the client using the following format in ^TMP:
 
^TMP("VIAALASTEE",$J,0)="-###^reason_for_failure", where '###' is a
3-digit http status code. The piece 'reason_for_failure' explains what
caused the error in VistA.
in ^TMP("VIAALASTEE",$J,count,0) and returned via the variable RETSTA; it
will consist of the following fields from file #6914:
 
^TMP("VIAALASTEE",$J,count,0)=IEN
^TMP("VIAALASTEE",$J,count+1,0)=next_IEN
. . .
 
The output will consist of a list of EE numbers found in file #6914 which