VistA Analysis » VistA Reference » RPCs » GMV LOCATION SELECT

GMV LOCATION SELECT

Select a hospital location by name, from a patient appointment or from apatient admission. Can also generate a list of active clinics. This remote procedure is documented in Integration Agreement 4461.

Properties

Property Value
Label RPC
MUMPS Implementation GMVRPCHL
Return Type GLOBAL ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
OPTION LITERAL 10 true Routine tag line in GMVRPCHL to call.
DATA LITERAL 100 true Other data as required for the call.

MUMPS Method Description

Property Value
Method RPC^GMVRPCHL
Method Comment [Procedure] Main RPC call tag
Input Parameters OPTION, DATA
First Comment
 RPC: [GMV LOCATION SELECT]

Input parameters
1. RESULTS [Reference/Required] RPC Return array
2. OPTION [Literal/Required] RPC Option to execute
3. DATA [Literal/Required] Other data as required for call
Code
 S RESULTS=$NA(^TMP("GMVHLOC",$J)) K @RESULTS
D:$T(@OPTION)]"" @OPTION
S:'$D(@RESULTS) @RESULTS@(0)="-1^No results returned"
D CLEAN^DILF,KVAR^VADPT

CPRS

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


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