VistA Analysis » VistA Reference » RPCs » GMV GET CATEGORY IEN

GMV GET CATEGORY IEN

Returns the IEN if the value is found in the GMRV VITAL CATEGORY (#120.53)file. This remote procedure call is documented in Integration Agreement 4354.

Properties

Property Value
Label CATEGORY
MUMPS Implementation GMVUTL8
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
GMVCAT LITERAL 45 true GMVCAT = Name of Category (from FILE 120.53) (e.g., METHOD)

MUMPS Method Description

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

CPRS

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


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