GMV MARK ERROR (1271)    REMOTE PROCEDURE (8994)

Name Value
NAME GMV MARK ERROR
TAG ERROR
ROUTINE GMVUTL1
RETURN VALUE TYPE SINGLE VALUE
AVAILABILITY SUBSCRIPTION
INACTIVE ACTIVE
DESCRIPTION
This remote procedure call marks a selected vitals record in the GMRV
Vital Measurement (#120.5) file as entered-in-error.
 
This remote procedure call is documented in Integration Agreement 4414.
INPUT PARAMETER
  • GMVDATA
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   60
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    GMVDATA contains the following information:
     
     piece1^piece2^piece3
     
     where piece1 = FILE 120.5 IEN 
           piece2 = FILE 200 IEN (i.e., DUZ)
           piece3 = A single value to indicate the reason for the error.
                    1 = INCORRECT DATE/TIME, 2 = INCORRECT READING, 3 =
                    INCORRECT PATIENT and 4 = INVALID RECORD
    
RETURN PARAMETER DESCRIPTION
If the record is marked as entered in error, RESULT is set to "OK".
Otherwise, RESULT is set to "Record Not Found"
 
 Example:
 > S GMVDATA="1560^547^1"
 > D ERROR^GMVUTL1(.RESULT,GMVDATA) ZW RESULT
 > RESULT="OK"