Package com.pixelmed.database
Class RebuildDatabaseFromInstanceFiles
java.lang.Object
com.pixelmed.database.RebuildDatabaseFromInstanceFiles
This class allows the reconstruction of a database from the stored instance files, such as when the database schema model has been changed.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RebuildDatabaseFromInstanceFiles
public RebuildDatabaseFromInstanceFiles()
-
-
Method Details
-
main
Read the DICOM files listed on the command line, load them into the specified model and store the database files in the specified location.
- Parameters:
arg
- the class name of the model, the (full) path of the database file prefix, and a list of DICOM file names or directories
-