Print Page as PDF
LEXICON SETUP SEARCH PARAMETERS ICR (1609)

LEXICON SETUP SEARCH PARAMETERS    ICR (1609)

Name Value
NUMBER 1609
IA # 1609
DATE CREATED 1996/08/19
CUSTODIAL PACKAGE LEXICON UTILITY
CUSTODIAL ISC Salt Lake City
USAGE Supported
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE LEXSET
NAME LEXICON SETUP SEARCH PARAMETERS
GENERAL DESCRIPTION
The Lexicon Utility uses LEXSET to setup search
parameters based on applications definitions, subset definitions and user
defaults stored in the Subsets Definition file (#757.2).  These search
parameters are stored in the global array ^TMP("LEXSCH",$J).
STATUS Active
DURATION Till Otherwise Agreed
ID LEXSET
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
CONFIG(LEXNS,LEXSS,DATE)
This entry point may be used by other applicaitons to
setup parameters for conducting a search of the Lexicon Utility.
VARIABLES TYPE VARIABLES DESCRIPTION
LEXNS Input
LEXNS is an application identifier (formerly
namespace) which tells the setup routines which application definition in file
757.2 to use to retrieve application defaults (i.e., global, display, filter,
etc.)  Acceptable values for LEXNS are found in file 757.2 in the "AN" index:

^LEXT(757.2,"AN",LEXNS)

LEXSS Input
LEXSS is a subset identifier which tells the setup
routines which subset definition in file 757.2 to use to retrieve subset and
user defaults (i.e., global, display, filter, etc.).  Acceptable values for
LEXSS may be found in file 7 57.2 in either the "AA" or the "AB" indexes:

^LEXT(757.2,"AA",LEXSS)
^LEXT(757.2,"AB",LEXSS)

TMP(LEXSCH,$J) Output
^TMP("LEXSCH",$J) is a global array used by the
Lexicon Utility to control how a search of the Lexicon is to be conducted.  It
contains the following segments:

APP    Application (from LEXNS)
DIS    Display format
FIL    Filter
FLN    File Number
GBL    Global (Fileman DIC)
IDX    Index used during the search
LEN    Length of list to display
LOC    Hospital Location
OVR    Overwrite User Defaults flag
SCT    Shortcuts
SVC    Service
UNR    Unresolved Narrative flag
USR    User (DUZ)
VDT    Version Date Check (for classification codes)
VOC    Vocabulary


A detailed description of this global array may be found in the Lexicon
Utility's Technical Manual.

DATE Input
This is a date in Fileman format used to check
classification code codes to determine if they are active or inactive on the
specified date.  If not supplied, it will default to TODAY.