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

Package: Lexicon Utility

Routine: LEXNDX4


Information

LEXNDX4 ;ISL/KER - Set/kill indexes (Part 4) Link ;04/21/2014

Source Information

Source file <LEXNDX4.m>

Entry Points

Name Comments DBIA/ICR reference
LINK ; Link a Keyword to an expression
MOK
VERIFY ; Display linkages made for user verification
OK(LEXOK) ; Get user response
OK1 ; Prompt "Is this correct"
RELINK ; Relink Keywords to expressions
UNLINK ; Unlink a Keyword from an expression
SUB ; Index linked words in sub-file before UNLINK and RELINK

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"LINK"
  • Line Location: LINK+2
Function Call: WRITE
  • Prompt: !!,"Map ",^LEX(757.01,LEXREC,0),!,"To ",LEXREP,!,"OK"
  • Line Location: MOK+1
Function Call: WRITE
  • Prompt: !
  • Line Location: MOK+1
Function Call: WRITE
  • Prompt: !!,"By answering ""Yes"", an index reference will be made to link the",!,"term to the key word ",LEXREP
  • Line Location: MOK+2
Function Call: WRITE
  • Prompt: !
  • Line Location: MOK+7
Function Call: WRITE
  • Prompt: !,"No Word Linkages Created",!
  • Line Location: VERIFY+2
Function Call: WRITE
  • Prompt: !!,$P(^LEX(757.05,DA,0),"^",1)," has been linked to: ",!
  • Line Location: VERIFY+3
Function Call: WRITE
  • Prompt: !,?4,$E(^LEX(757.01,^LEX(757.05,DA,1,LEXSREC,0),0),1,75)
  • Line Location: VERIFY+6
Function Call: WRITE
  • Prompt: !
  • Line Location: VERIFY+7
Function Call: WRITE
  • Prompt: !,"Is this correct"
  • Line Location: OK1+1
Function Call: WRITE
  • Prompt: !,"By confirming the word linkages displayed above, a look-up"
  • Line Location: OK1+5
Function Call: WRITE
  • Prompt: !,"conducted on ",$P(^LEX(757.05,DA,0),"^",1)
  • Line Location: OK1+6
Function Call: WRITE
  • Prompt: " will retrieve the linked terms."
  • Line Location: OK1+7
Info |  Source |  Entry Points |  Interaction Calls