Package com.pixelmed.apps
Class FindAndCopySelectedDicomFilesUsingDatabase
java.lang.Object
com.pixelmed.apps.FindAndCopySelectedDicomFilesUsingDatabase
This class copies a set of DICOM files, if they match specified criteria.
-
Constructor Summary
ConstructorsConstructorDescriptionFindAndCopySelectedDicomFilesUsingDatabase
(DatabaseInformationModel databaseInformationModel, Set<String> sopClasses, String outputPath) -
Method Summary
-
Constructor Details
-
FindAndCopySelectedDicomFilesUsingDatabase
public FindAndCopySelectedDicomFilesUsingDatabase(DatabaseInformationModel databaseInformationModel, Set<String> sopClasses, String outputPath)
-
-
Method Details
-
main
Copy a set of DICOM files, if they match specified criteria.
Does not actually check the Modality value in the file, but matches the SOP Class against what is returned from
SOPClass.getPlausibleStandardSOPClassUIDsForModality(String)
.- Parameters:
arg
- array of four strings - the class name of the database model, the fully qualified path of the database file prefix, the output path, and the SOP Class UID or Modality
-