Programming with the VPE code library: Difference between revisions
From VistApedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
=== LIST (Generic Lister) === | |||
LIST^%ZVEMKT -- generic lister | LIST^%ZVEMKT -- generic lister | ||
=== SELECT (Generic Lister) === | |||
SELECT^%ZVEMKT -- generic selecter (different from SELECT^%ZVEMKTF) | SELECT^%ZVEMKT -- generic selecter (different from SELECT^%ZVEMKTF) | ||
Revision as of 00:29, 28 July 2006
Programming with the VPE code library
Started 7/24/2006 by K Toppenberg
I'll use this to capture notes:
The code library is in the %ZVEM namespace. The source files are stored in _ZVEM*.m on GT_M
The %ZVEMKT* modules contain the code for the scrollable display/selector.
LIST (Generic Lister)
LIST^%ZVEMKT -- generic lister
SELECT (Generic Lister)
SELECT^%ZVEMKT -- generic selecter (different from SELECT^%ZVEMKTF)
Examples:
do SELECT^%ZVEMKTF(50,"TOP") will allow a user to select (by toggling with
the space key) a list of fileman fields from file 50. [ESC] will jump
out, and the results are stored in ^TMP("VPE","FIELDS",$J,*)