XTIDTERM ;OAKCIOFO/JLG - TERM/CONCEPT index entry ;03/18/2005 15:12
Source file <XTIDTERM.m>
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 |