VistA-IHS-VA_UTILITIES-XB/XBLMP.m

28 lines
518 B
Mathematica

XBLMP ; ; 16-MAY-1995
;;4.0;XB;;Jul 20, 2009;Build 2
;; ;
EN ; -- main entry point for XB DISPLAY (PROTOCAL)
D EN^VALM("XB DISPLAY (PROTOCAL)")
Q
;
HDR ; -- header code
S VALMHDR(1)="This is a test header for XB DISPLAY (PROTOCAL)."
S VALMHDR(2)="This is the second line"
Q
;
INIT ; -- init variables and list array
F LINE=1:1:30 D SET^VALM10(LINE,LINE_" Line number "_LINE)
S VALMCNT=30
Q
;
HELP ; -- help code
S X="?" D DISP^XQORM1 W !!
Q
;
EXIT ; -- exit code
Q
;
EXPND ; -- expand code
Q
;