Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: BSDL

BSDL.m

Go to the documentation of this file.
  1. BSDL ; ; 13-DEC-2001
  1. ;; ;
  1. EN ; -- main entry point for BSDRM CREATE VISIT STATUS
  1. D EN^VALM("BSDRM CREATE VISIT STATUS")
  1. Q
  1. ;
  1. HDR ; -- header code
  1. S VALMHDR(1)="This is a test header for BSDRM CREATE VISIT STATUS."
  1. S VALMHDR(2)="This is the second line"
  1. Q
  1. ;
  1. INIT ; -- init variables and list array
  1. F LINE=1:1:30 D SET^VALM10(LINE,LINE_" Line number "_LINE)
  1. S VALMCNT=30
  1. Q
  1. ;
  1. HELP ; -- help code
  1. S X="?" D DISP^XQORM1 W !!
  1. Q
  1. ;
  1. EXIT ; -- exit code
  1. Q
  1. ;
  1. EXPND ; -- expand code
  1. Q
  1. ;