MAGV UPDATE WORK ITEM (3169)    REMOTE PROCEDURE (8994)

Name Value
NAME MAGV UPDATE WORK ITEM
TAG UPDITEM
ROUTINE MAGVIM01
RETURN VALUE TYPE SINGLE VALUE
AVAILABILITY RESTRICTED
DESCRIPTION
 +---------------------------------------------------------------+
 | a medical device.  As such, it may not be changed in any way. |
 | Modifications to this software may result in an adulterated   |
 | medical device under 21CFR820, the use of which is considered |
 | to be a violation of US Federal Statutes.                     |
 +---------------------------------------------------------------+
 
This RPC updates a work item in the MAG WORK ITEM file (#2006.941). 
 | Property of the US Government.                                |
 | No permission to copy or redistribute this software is given. |
 | Use of unreleased versions of this software requires the user |
 | to execute a written test agreement with the VistA Imaging    |
 | Development Office of the Department of Veterans Affairs,     |
 | telephone (301) 734-0100.                                     |
 |                                                               |
 | The Food and Drug Administration classifies this software as  |
INPUT PARAMETER
  • ITEMID
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This is the item ID that uniquely identifies the work list item.
    
  • EXPSTAT
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    This is the expected status of the work item.  If the expected status
    does not match the status of the work item then the item will not
    be updated.
    
  • NEWSTAT
    PARAMETER TYPE:   LITERAL
    SEQUENCE NUMBER:   3
    DESCRIPTION:   
    This is the new status to be filed in the work item.
    
  • MESSAGE
    PARAMETER TYPE:   LITERAL
    SEQUENCE NUMBER:   4
    DESCRIPTION:   
    This is the message that is associated with the work item.
    
  • UPDUSR
    PARAMETER TYPE:   LITERAL
    SEQUENCE NUMBER:   5
    DESCRIPTION:   
    This is the user that has updated the work item.
    
  • UPDAPP
    PARAMETER TYPE:   LITERAL
    SEQUENCE NUMBER:   6
    DESCRIPTION:   
    This is the application/service that has updated the work item.
    
RETURN PARAMETER DESCRIPTION
The return parameter returns a "0" for success. "-1" followed by an error message is returned if an error has occurred.