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

Package: Lexicon Utility

Routine: LEXQIL


Information

LEXQIL ;ISL/KER - Query - ICD Non-Versioned Lookup ;10/10/2017

Source Information

Source file <LEXQIL.m>

Entry Points

Name Comments DBIA/ICR reference
ICD(X) ; ICD DX Lookup
ICP(X) ; ICD PR Lookup
ONE(X) ; One Entry Found
MUL(X) ; Multiple Entries Found
MULW ; Write Multiple
MULS(X,Y) ; Select Multiple
MULSH ; Select Multiple Help
MULQ ; Quit Multiple
BC(X,Y) ; Lookup by Code
BT(X,Y) ; Lookup by Text
BLD(X,Y) ; Build Selection Array
PAR(X,Y,LEX) ; Parse text into tokens
GET(X,LEX) ; Get Entries
INP(X) ; Input
INPH ; Input Help
X(X,Y) ; Get X Return Value
FD(X) ; Get Future Date
TM(X,Y) ; Trim Character Y - Default " "

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: MUL+4
Function Call: WRITE
  • Prompt: !," ",LEXTTT," matches found"
  • Condition for execution: +LEXTTT>1
  • Line Location: MUL+4
Function Call: WRITE
  • Prompt: !
  • Line Location: MUL+9
Function Call: WRITE
  • Prompt: !,$J(LEXK,5),". ",$G(LEX(1))
  • Line Location: MULW+2
Function Call: WRITE
  • Prompt: !,$G(LEXTQ)
  • Line Location: MULSH+1
Function Call: WRITE
  • Prompt: !
  • Line Location: INP+4
Function Call: WRITE
  • Prompt: !," Enter an ICD Diagnosis code or a term, or '^' to exit",!
  • Line Location: INPH+2
Function Call: WRITE
  • Prompt: !," Enter an ICD Procedure code or a term, or '^' to exit",!
  • Line Location: INPH+4
Function Call: WRITE
  • Prompt: !," Enter an ICD code or a term, or '^' to exit",!
  • Line Location: INPH+5
Info |  Source |  Entry Points |  Interaction Calls