Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details |  All
Print Page as PDF
Sub-Field: 757.401

Package: Lexicon Utility

SHORTCUTS(#757.4)-->757.401

Sub-Field: 757.401


Information

Parent File Name Number Package
SHORTCUTS(#757.4) SHORTCUTS 757.401 Lexicon Utility

Details

Field # Name Loc Type Details
.01 SHORTCUT 0;1 FREE TEXT

  • INPUT TRANSFORM:  K:X[""""!($A(X)=45) X I $D(X) K:$L(X)>63!($L(X)<2) X
  • LAST EDITED:  FEB 11, 1995
  • HELP-PROMPT:  Shortcut must be 2-63 characters in length.
  • DESCRIPTION:  
    Shortcut to look for in the users input while searching the Expression file #757.01 of the Lexicon.
  • CROSS-REFERENCE:  757.401^B
    1)= S ^LEX(757.4,DA(1),1,"B",$E(X,1,30),DA)=""
    2)= K ^LEX(757.4,DA(1),1,"B",$E(X,1,30),DA)
    ^LEX(757.4,SHCT,1,"B",SC,IEN) - where SHCT is the entry number in the Shortcuts file, SC is a 30 character representation of the shortcut, and IEN is the Internal Entry Number of the Shortcuts sub-file where the shortcut
    is stored.
  • CROSS-REFERENCE:  757.4^AB
    1)= S ^LEX(757.4,"AB",$E(X,1,63),DA(1),DA)=""
    2)= K ^LEX(757.4,"AB",$E(X,1,63),DA(1),DA)
    ^LEX(757.4,"AB",SC,SHCT,IEN) - Where SC is a 63 character representation of the shortcut to look for in the users input, SHCT is the Internal Entry Number in the Shortcuts file #757.4, and IEN is the Internal Entry
    Number in the Shortcuts sub-file #757.401 where the keyword is stored.
  • CROSS-REFERENCE:  757.401^AB
    1)= S ^LEX(757.4,DA(1),1,"AB",$E(X,1,63),DA)=""
    2)= K ^LEX(757.4,DA(1),1,"AB",$E(X,1,63),DA)
    ^LEX(757.4,SHCT,1,"AB",SC,IEN) - Where SHCT is the Internal Entry Number in the Shortcuts file, SC is a 63 character of the shortcut to look for in the users input, and IEN is the Internal Entry Number in the Shortcuts
    sub-file #757.401 where the shortcut is stored.
1 CONTEXT 0;2 POINTER TO SHORTCUT CONTEXT FILE (#757.41)
************************REQUIRED FIELD************************
SHORTCUT CONTEXT(#757.41)

  • LAST EDITED:  JAN 17, 1995
  • DESCRIPTION:  Pointer to the Shortcut Context file. The context of the shortcut set is selectable as a user default. This enables the same shortcut to represent different expressions based on the context selected by the user.
    During searches of the Lexicon, if the shortcut is found in the user's input (exact match), and the shortcut context is contained in the user's defaults, then the expression pointed to will be returned immediately.
  • CROSS-REFERENCE:  757.4^ARA^MUMPS
    1)= D SRA^LEXNDX6
    2)= D KRA^LEXNDX6
    ^LEX(757.4,"ARA",SC,CXT,SHCT,IEN) - Where SC is the shortcut to look for in the users input, CXT is the context in which the shortcut is used (pointer to #757.41), SHCT is the Internal Entry Number of the Shortcuts file
    #757.4 where the Expression pointer is stored, and IEN is the Internal Entry Number in the Shortcuts sub-file #757.401 where the shortcut/context combination is stored.
Info |  Details |  All