VistA Analysis » VistA Reference » RPCs » ORWUH POPUP

ORWUH POPUP

Retrieves the “What’s This” text for a given control.

Properties

Property Value
Label POPUP
MUMPS Implementation ORWUH
Return Type ARRAY

MUMPS Method Description

Property Value
Method POPUP^ORWUH
Method Comment Get instructions for a given control
Input Parameters CTRL
First Comment
 ERROR
Code
 N TMP,I,ILST
D GETWP^XPAR(.TMP,"PKG","ORWUH WHATSTHIS",CTRL,.ERR)
S ILST=1,LST(1)=$G(TMP)
S I=0 F S I=$O(TMP(I)) Q:'I S ILST=ILST+1,LST(ILST)=TMP(I,0)
I ERR ; Generate an error of some sort

CPRS

File Type Description
NOT OSEHRA CPRS  


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