GMV ADD VM (1267)    REMOTE PROCEDURE (8994)

Name Value
NAME GMV ADD VM
TAG EN1
ROUTINE GMVDCSAV
RETURN VALUE TYPE SINGLE VALUE
AVAILABILITY SUBSCRIPTION
INACTIVE ACTIVE
WORD WRAP ON TRUE
DESCRIPTION
This remote procedure call is used to enter a new Vital/Measurement record
in the GMRV Vital Measurement file (#120.5).
 
This remote procedure call is documented in Integration Agreement 3996.
INPUT PARAMETER
  • GMRVDATA
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   255
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This variable contains the data needed to create a Vital/Measurement
      piece2 = patient number from FILE 2 (i.e., DFN)
      piece3 = vital type, a semi-colon, the reading, a semi-colon, and 
               oxygen flow rate and percentage values [optional] (e.g.,
               21;99;1 l/min 90%)
      piece4 = hospital location (FILE 44) pointer value
      piece5 = user number from FILE 200 (i.e., DUZ), an asterisk, and the 
               qualifier (File 120.52) internal entry numbers separated by
               colons (e.g., 547*50:65)
    record in the GMRV Vital Measurement (#120.5) file. The values are parsed
    out of the GMRVDATA variable and filed.
     
    GMRVDATA has the following data:
     piece1^piece2^piece3^piece4^piece5
     
     where:
      piece1 = date/time in FileMan internal format
    
RETURN PARAMETER DESCRIPTION
RESULT does not return a value. 
 
The data is filed in the GMRV VITAL MEASUREMENT (#120.5) file.
 
Example:
 
 > S GMRVDATA="3051011.1635^134^1;120/80;^67^87*2:38:50:75"
 > D EN1^GMVDCSAV(.RESULT,GMRVDATA)