public class FindAndCopySelectedDicomFilesUsingDatabase extends Object
This class copies a set of DICOM files, if they match specified criteria.
Constructor and Description |
---|
FindAndCopySelectedDicomFilesUsingDatabase(DatabaseInformationModel databaseInformationModel,
Set<String> sopClasses,
String outputPath) |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] arg)
Copy a set of DICOM files, if they match specified criteria.
|
public FindAndCopySelectedDicomFilesUsingDatabase(DatabaseInformationModel databaseInformationModel, Set<String> sopClasses, String outputPath)
public static void main(String[] arg)
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)
.
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