VistA Analysis » VistA Reference » RPCs » GMV GET VITAL TYPE IEN

GMV GET VITAL TYPE IEN

Returns the IEN if the value is found in the GMRV VITAL TYPE (#120.51)file. This remote procedure call is documented in Integration Agreement 4357.

Properties

Property Value
Label TYPE
MUMPS Implementation GMVUTL8
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
GMVTYPE LITERAL 55 true GMVTYPE = Name of Vital Type (from FILE 120.51) (e.g., WEIGHT)

MUMPS Method Description

Property Value
Method TYPE^GMVUTL8
Method Comment GMV GET VITAL TYPE IEN [RPC entry point]
Input Parameters GMVTYPE
First Comment
 Input:
RESULT = variable name to hold result
GMVTYPE = Name of Vital Type (from FILE 120.51) (e.g., WEIGHT)
Output: Returns the IEN if GMVTYPE exists in FILE 120.51
else returns -1
Code
 I GMVTYPE="" S RESULT=-1 Q
S RESULT=+$O(^GMRD(120.51,"B",GMVTYPE,0))

CPRS

File Type Description
DLL File No Source Code Available (GMV_VitalsViewEnter.dll)


Document generated on August 31st 2022, 2:55:43 pm