protected class DicomImageViewer.OurDatabaseMediaImporter extends DatabaseMediaImporter
MediaImporter.MediaImporterWithFileChooserDialogThread, MediaImporter.OurReadTerminationStrategy| Modifier and Type | Field and Description |
|---|---|
protected boolean |
canUseBzip |
databaseInformationModel, savedInstancesFolder, storedFilePathStrategylogger, mediaDirectoryPath, progressBar, progressBarUpdater, terminateAfterIdentifyingGroup| Constructor and Description |
|---|
OurDatabaseMediaImporter(String mediaDirectoryPath,
File savedInstancesFolder,
StoredFilePathStrategy storedFilePathStrategy,
DatabaseInformationModel databaseInformationModel,
MessageLogger logger,
boolean acceptAnyTransferSyntax) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isOKToImport(String sopClassUID,
String transferSyntaxUID)
Check for valid information, and that the file is not compressed or not a suitable storage object for import.
|
doSomethingWithDicomFileOnMediachoosePathAndImportDicomFiles, choosePathAndImportDicomFiles, doSomethingWithDicomFileOnMedia, doSomethingWithUnwantedFileOnMedia, getDirectory, importDicomFiles, logLn, mainpublic OurDatabaseMediaImporter(String mediaDirectoryPath, File savedInstancesFolder, StoredFilePathStrategy storedFilePathStrategy, DatabaseInformationModel databaseInformationModel, MessageLogger logger, boolean acceptAnyTransferSyntax)
protected boolean isOKToImport(String sopClassUID, String transferSyntaxUID)
MediaImporterCheck for valid information, and that the file is not compressed or not a suitable storage object for import.
isOKToImport in class MediaImportersopClassUID - the SOP Class UID of the filetransferSyntaxUID - the Transfer Syntax UID of the file