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: GMRADSP8

Package: Adverse Reaction Tracking

Routine: GMRADSP8


Information

GMRADSP8 ;HIRMFO/WAA-DISPLAY ALLERGY ;9/6/95 11:06

Source Information

Source file <GMRADSP8.m>

Entry Points

Name Comments DBIA/ICR reference
DISPLAY(ARRAY) ;This subroutine will print out the Reactant
; ARRAY is the array that is passed
HEAD ;Print the top of page for the display
WRITE(NL,TAB,STRING,GMRAOUT,HEAD) ; This will display all the
; text in a given string.
; Requited Variables:
; NL = Numeric repersentation of New lines
; = 0 No new line
; TAB = Number of tab spaces from the las given position
; STRING = The array of text to be printed.
; STRING(X) = Continue of string
; NOTE: This continuation will line feed and tab the same
; as the string itself.
; Optional variables
; GMRAOUT = The status of the Up-arrow out of a system.
; = "" use Page break function
; HEAD = HEADER SUB-ROUTINE
PAGE(HEAD) ; Bottom of page program
; Input variable:
; HEAD = Header program to be run

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: #
  • Line Location: HEAD+1
Function Call: WRITE
  • Prompt: ?TAB,STRING
  • Line Location: WRITE+17
Function Call: WRITE
  • Prompt: !
  • Line Location: WRITE+18
Function Call: WRITE
  • Prompt: ?TAB,STRING(GMAX)
  • Line Location: WRITE+20
Function Call: WRITE
  • Prompt: !
  • Line Location: WRITE+21
Info |  Source |  Entry Points |  Interaction Calls