TMGNDFK1 ;TMG/kst/FDA Import code -- KIDS Fns ;03/25/06
         ;;1.0;TMG-LIB;**1**;03/24/07
 
 ;"FDA - NATIONAL DRUG FILES IMPORT
 ;"Code to handle KIDS builds
 
 ;"Kevin Toppenberg MD
 ;"GNU General Public License (GPL) applies
 ;"3/24/07
 
 ;"=======================================================================
 ;" API -- Public Functions.
 ;"=======================================================================
 
 ;"=======================================================================
 ;" Private Functions.
 ;"=======================================================================
 ;"=======================================================================
 
CKENV
        ;"Purpose: Code to check the environment in the target system
 
        quit
 
 
PRETRANS
        ;"Purpose: Code that will be executed before creating the KIDS
 
        quit
 
 
PREINST
        ;"Purpose: Code that will be executed on the remote system before the import.
 
        quit
 
POSTINST
        ;"Purpose: Code that will be executed on the remote system after the import.
 
        quit
