Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: XDRDOC1

XDRDOC1.m

Go to the documentation of this file.
  1. XDRDOC1 ;IHS/OHPRD/JCM - DOCUMENTATION OF KERNEL ROUTINES ;07/06/93 16:46
  1. ;;7.3;TOOLKIT;;Apr 25, 1995
  1. ;
  1. XDRDQUE ; START AND STOP DUPLICATE CHECKER SEARCH
  1. ;
  1. ; Called by: XDRDCOMP,XDRDLIST,XDRDSCOR,XDRMADD if XDRFL or
  1. ; XDRFL not defined
  1. ;
  1. ; Calls : %ZTLOAD,DIC,DIE,Y^DIQ,DIR,CHECK^XDRU1
  1. ;
  1. ;FILE
  1. ;** I would suggest some sort of screen to allow users to select only
  1. ;** files that they have access for
  1. ;
  1. ;CHECK
  1. ; Checks the Duplicate Resolution file to make sure that all
  1. ; the information for the Duplicate Resolution software to
  1. ; run is present. Checks for existance of Candidate Collection
  1. ; routine, Potential Duplicate Threshold, and that there are
  1. ; Duplicate Tests entered in the Duplicate Tests multiple.
  1. ;
  1. XDRDSCOR ; SETS SCORES FOR DUPLICATE CHECKING ALGORITHM
  1. ;
  1. ; Input Variables: XDRFL,XDRD(0)
  1. ;
  1. ; Output Variables - XDRDSCOR(,XDRDTEST(
  1. ;
  1. ; Called by: XDRDCOMP,XDRDMAINI,XDRDUP,XDRMADD
  1. ;
  1. ; Calls: FILE^XDRDQUE,XDREMSG
  1. ;
  1. XDRDSTAT ; DISPLAY STATUS OF SEARCH
  1. ;
  1. ; Input variables: XDRFL
  1. ;
  1. ; Calls: DIC,Y^DIQ
  1. ;
  1. XDRDUP ; CHECKS TWO RECORDS TO SEE IF DUPLICATES
  1. ;
  1. ; Input variables: XDRFL,XDRDPDA
  1. ;
  1. ; Called by: XDRDADJ,XDRDCOMP,XDRDMAIN,XDRMADD
  1. ;
  1. ; Calls: EN^DIQ1,XDRDADD,XDRDSCOR,XDREMSG
  1. ;
  1. XDREMSG ; ERROR MESSAGE PROCESSOR
  1. ;
  1. ; This routine is responsible for either sending error messages to
  1. ; the operator or if the calling routine is running in background
  1. ; it will send a bulletin to the people in the Duplicate Manager
  1. ; mail group if one is defined.
  1. ;
  1. ; The following meanings of XDRERR=
  1. ;
  1. ; 1= The Candidate Collection Routine is Undefined
  1. ; 2= The Candidate Collection Routine is not present
  1. ; 3= The Potential Duplicate Threshold is Undefined
  1. ; 4= There are no Duplicate Tests entered for this Duplicate
  1. ; Resolution entry
  1. ; 5= The Global root node in DIC is undefined
  1. ; 6= No entry in Duplicate Resolution file for this file
  1. ; 7= The From and To Record are undefined
  1. ; 8= The test routine is not present
  1. ; 9= The routine defined as the Pre-Merge routine is not present
  1. ; 10= The routine defined as the Post-Merge routine is not present
  1. ; 11= The routine defined as the Verified Msg routine is
  1. ; not present
  1. ; 12= The routine defined as the Merged Msg routine is not present
  1. ; 13= Non-Interactive Merge style not allowed with Dinum Files
  1. ; for Merge entries
  1. ;
  1. ; Input Variables: XDRERR
  1. ;
  1. ; Called by: XDRDMAIN,XDRDSCOR,XDRDUP,XDRMAINI,XDRU1
  1. ;
  1. ; Calls: XMB