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
Print Page as PDF
Routine: XTIDTBL

Package: Toolkit

Routine: XTIDTBL


Information

XTIDTBL ;OAKCIOFO/JLG - TABLE CONTEXT ;04/21/2005 15:12

Source Information

Source file <XTIDTBL.m>

Entry Points

Name Comments DBIA/ICR reference
CONTEXT(TFILE,TFIELD,CTX) ; set up Context for "table" type
; called from CONTEXT^XTIDCTX(TFILE,TFIELD,CTX)
; returns a valid new CTX array
VALIDREF(CTX,TIREF) ; validate the term, internal ref
; test TIREF is a valid value in given context (table)
; TIREF must be in IENS form, but will be checked
; later as VDUI related data is retrieved
; would be nice if we can do an earlier check
; based on IENS and the CTX("SOURCE FILE#")
FINDTERM(CTX,TIREF,TERM) ; find term
; called from FINDTERM^XTIDCTX(CTX,TIREF,TERM)
; find term for given term IREF
; return TERM data as new TERM array
SRCHTRMS(CTX,VUID,XTTBARR,MASTER) ; search term index entries
; called from SEARCH^XTIDCTX(CTX,VUID,ARRAY,MASTER)
; FIND^DIC(FILE,IENS,FIELDS,FLAGS,[.]VALUE,NUMBER,[.]INDEXES,
; [.]SCREEN,IDENTIFIER,TARGET_ROOT,MSG_ROOT)
GETSUBF(FILE,MFIELD) ; get subfile #
; get subfile for the given file and multiple-valued field
Info |  Source |  Entry Points