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

Package: Health Level Seven

Routine: HLOPRSR2


Information

HLOPRSR2 ;ALB/CJM - Visual Parser 12 JUN 1997 10:00 am ;08/17/2009

Source Information

Source file <HLOPRSR2.m>

Entry Points

Name Comments DBIA/ICR reference
WRITELN(LINE,Y) ;writes one line to the screen
RIGHT ;
GORIGHT ;
LEFT ;
GOLEFT ;
MSGSIZE() ;
SCRNSIZE() ;
TOP(INC) ;msg line at the top of the scrolling area
LINE(TO,INC) ;msg line
X(TO,INC) ;current position within the line
Y(LINE) ;screen line of msg line = LINE
SEG(INC) ;returns the current segement #
FLD(SET) ;returns the currrent field #
REP(SET) ;returns the current repitition #
COMP(SET) ;returns the current component #
SUB(SET) ;returns the current sub-component #
SEGSTART(SEGMENT) ;
IOXY(Y,X) ; moves to screen position line=Y, col=X
HILITE(LINE1,CHAR1,LINE2,CHAR2) ;does hightlighting
LITE
UNLITE ;
DOWN ;
UP ;
SCROLL(COUNT) ; Scrolls up (COUNT positive) or down (COUNT negative)
GETCHAR(INC) ;returns a message character, can go forward or backward but will not cross the segment boundary.
LJ(STRING,LENGTH) ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: IORVOFF
  • Line Location: HILITE+12
Function Call: WRITE
  • Prompt: IOCUON
  • Line Location: HILITE+25
Function Call: WRITE
  • Prompt: IORVOFF
  • Line Location: UNLITE+2
Function Call: WRITE
  • Prompt: IOINHI
  • Line Location: UNLITE+6
Function Call: WRITE
  • Prompt: IOINORM
  • Line Location: UNLITE+8
Info |  Source |  Entry Points |  Interaction Calls