Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: DVBAUTL4

Package: Automated Medical Information Exchange

Routine: DVBAUTL4


Information

DVBAUTL4 ;ALB/JLU;UTILITY ROUTINE;9/9/94

Source Information

Source file <DVBAUTL4.m>

Entry Points

Name Comments DBIA/ICR reference
WR(TEXT) ;
EXIT
SHORT ;no text available may want to just use curser control
BODY ;text is available will look at all
FORM(A,B) ;issues the form feeds
LINE(A,B) ;issues the line feeds
TAB(A,B) ;issues the tabs
SPACE(A,B) ;issues the spaces
TEXT(A) ;writes the text
SET(A,B) ;general set statement
BEEP ;does a beep
SETTEXT ;sets up the two parts of each string
SETVAR ;sets up the necessary variables for each attribute
CLEAR ;clears the screen

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: LINE+5
Function Call: WRITE
  • Prompt: ?VAR
  • Line Location: TAB+8
Function Call: WRITE
  • Prompt: " "
  • Line Location: SPACE+5
Function Call: WRITE
  • Prompt: A
  • Line Location: TEXT+2
Function Call: WRITE
  • Prompt: *7
  • Line Location: BEEP+1
Info |  Source |  Entry Points |  Interaction Calls