NAME dbregimg SYNOPSIS dbregimg [options] index-out [dcmimg-in...] SUMMARY The dbregimg ulility registers DICOM image files in the database index file used by the imagectn and ti applications. No image files are copied. dbregimg can also list the contents of the database index file. USAGE dbregimg: Register a DICOM image file in an image database index file usage: dbregimg [options] index-out [dcmimg-in...] parameters: index-out storage area for the index file (directory) dcmimg-in DICOM image file to be registered in the index file options: -h --help print this help text and exit --version print version information and exit -v --verbose verbose mode, print processing details -d --debug debug mode, print debug information -p --print list contents of database index file -n --not-new set instance reviewed status to 'not new' BEHAVIOUR dbregimg attempts to add a reference to the database index file for each image- file provided on the command line. dbregimg disables the database back-end quota system so that no image files will be deleted. ENVIRONMENT The dbregimg utility will attempt to load DICOM data dictionaries specified in the DCMDICTPATH environment variable. By default, if the DCMDICTPATH environment variable is not set, the file /usr/local/dicom/lib/dicom.dic will be loaded. The default behaviour should be preferred and the DCMDICTPATH environment variable only used when alternative data dictionaries are required. The DCMDICTPATH environment variable has the same format as the shell PATH variable in that a colon (":") separates entries. The data dictionary code will attempt to load each file specified in the DCMDICTPATH environment variable. It is an error if no data dictionary can be loaded.