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