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

Package: Toolkit

Routine: XTIDTERM


Information

XTIDTERM ;OAKCIOFO/JLG - TERM/CONCEPT index entry ;03/18/2005 15:12

Source Information

Source file <XTIDTERM.m>

Entry Points

Name Comments DBIA/ICR reference
GETVUID(TERM) ; return VUID value
GETMASTR(TERM) ; return MASTER VUID value
;
GETSTAT(TERM,DATE) ; return MASTER VUID value
;
SETVUID(TERM,VUID) ; set new VUID to existing TERM
SETMASTR(TERM,MVUID) ; set MASTER ENTRY flag to existing TERM
SETSTAT(TERM,STATUS,DATE) ; set status
; set status and date for the given term
FINDSTAT(FILE,IENS,DATE) ; find status info
; find status of term for given DATE
; D LIST^DIC(FILE,IENS,FIELDS,FLAGS,NUMBER,[.]FROM,[.]PART,INDEX,[.]SCREEN,IDENTIFIER,TARGET_ROOT,MSG_ROOT)
DUPLMSTR(FILE,FIELD,TVUID) ; check duplicates
; used to determine existence of duplicate
; entries with the same VUID and master flag
; can potentially use this from DD trigger
CNSTR1() ; check constraints when setting VUID
; called from SETVUID()
; only one MASTER ENTRY FOR VUID can exist
CNSTR2() ; check constraints when setting MASTER ENTRY flag
; called from SETMASTR()
; only one MASTER ENTRY FOR VUID can exist
Info |  Source |  Entry Points