Difference between revisions of "MAN ListMan"
From VistApedia
DavidWhitten (talk | contribs) |
DavidWhitten (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | == Official Documentation == | ||
look at: https://www.va.gov/vdl/application.asp?appid=14 | look at: https://www.va.gov/vdl/application.asp?appid=14 | ||
local copy: http://www.vistapedia.com/images/9/9d/List_manager_developer.pdf | local copy: http://www.vistapedia.com/images/9/9d/List_manager_developer.pdf | ||
+ | == Overview Data == | ||
=== Callable Entry Points === | === Callable Entry Points === | ||
Line 14: | Line 16: | ||
SET VALMBCK="R". | SET VALMBCK="R". | ||
Then List Manager will automatically invoke this [[FILE LIST TEMPLATE FIELD HEADER CODE]] as part of the re-display of the screen. | Then List Manager will automatically invoke this [[FILE LIST TEMPLATE FIELD HEADER CODE]] as part of the re-display of the screen. | ||
+ | |||
+ | === Variables while running === | ||
+ | |||
+ | ^TMP("VALM DATA",$J,*) | ||
+ | ^TMP("VALM DATA",$J,0,"DAYS")=30 | ||
+ | ^TMP("VALM DATA",$J,0,"FNL")= code from [[FILE 409.61/FIELD 105|LIST TEMPLATE File #409.61 EXIT CODE Field #105]] | ||
+ | ^TMP("VALM DATA",$J,0,"HIDDEN")="PSO HIDDEN ACTIONS #2" | ||
+ | ^TMP("VALM DATA",$J,0,"HLP")= | ||
+ | : code from [[FILE 409.61/FIELD 103|LIST TEMPLATE File #409.61 EXIT CODE Field #103]] | ||
+ | ^TMP("VALM DATA",$J,0,"INIT")= | ||
+ | : code from [[FILE 409.61/FIELD 106|LIST TEMPLATE File #409.61 ENTRY CODE Field #106]] | ||
+ | |||
+ | VALM = index into ^SD(409.61,VALM,*) current entry in [[LIST TEMPLATE FILE]]. | ||
+ | |||
+ | VALM("PROTOCOL")=IEN_";ORD(101," | ||
+ | : Current PROTOCOL MENU from LIST TEMPLATE (resolved FreeText Pointer to PROTOCOL File #101 |
Revision as of 00:40, 9 October 2019
Contents
Official Documentation
look at: https://www.va.gov/vdl/application.asp?appid=14
local copy: http://www.vistapedia.com/images/9/9d/List_manager_developer.pdf
Overview Data
Callable Entry Points
D FULL^VALM1 (restore full screen scroll region)
EN^VALM2 (entry selection call)
Change Header and force redraw of screen including header
If header needs to be changed, KILL VALMHDR SET VALMBCK="R". Then List Manager will automatically invoke this FILE LIST TEMPLATE FIELD HEADER CODE as part of the re-display of the screen.
Variables while running
^TMP("VALM DATA",$J,*) ^TMP("VALM DATA",$J,0,"DAYS")=30 ^TMP("VALM DATA",$J,0,"FNL")= code from LIST TEMPLATE File #409.61 EXIT CODE Field #105 ^TMP("VALM DATA",$J,0,"HIDDEN")="PSO HIDDEN ACTIONS #2" ^TMP("VALM DATA",$J,0,"HLP")=
^TMP("VALM DATA",$J,0,"INIT")=
VALM = index into ^SD(409.61,VALM,*) current entry in LIST TEMPLATE FILE.
VALM("PROTOCOL")=IEN_";ORD(101,"
- Current PROTOCOL MENU from LIST TEMPLATE (resolved FreeText Pointer to PROTOCOL File #101