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

Package: Lexicon Utility

Routine: LEXLK


Information

LEXLK ;ISL/KER - Demo Look Up ;05/23/2017

Source Information

Source file <LEXLK.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; Initialize variables
LOOK ; Look-up term
AGAIN ; Try again?
MORE ; Do you want more information?
DISP ; If requested, get and display information
EXIT ; Clean up environment and quit
X(LEX) ; Evaluate X
Y(LEX) ; Evaluate Y

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: EN+1
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: EN+4
Function Call: WRITE
  • Prompt: !!
  • Line Location: LOOK+1
Function Call: WRITE
  • Prompt: !,"Try another"
  • Line Location: AGAIN+1
Function Call: WRITE
  • Prompt: !!,"You have searched for a term in the Lexicon, do you want to"
  • Line Location: AGAIN+3
Function Call: WRITE
  • Prompt: !!,"Do you want more information"
  • Line Location: MORE+1
Function Call: WRITE
  • Prompt: !!,"The Lexicon also contains definitions (on most major concepts),"
  • Line Location: MORE+3
Function Call: WRITE
  • Prompt: !,"codes (from major coding systems, i.e., ICD, CPT, NANDA, etc.),"
  • Line Location: MORE+4
Function Call: WRITE
  • Prompt: !,"synonyms, lexical variants, and semantic classifications for each"
  • Line Location: MORE+5
Function Call: WRITE
  • Prompt: !,"term by class and type."
  • Line Location: MORE+6
Info |  Source |  Entry Points |  Interaction Calls