Package com.pixelmed.display
Class DicomImageViewer.OurDatabaseMediaImporter
- java.lang.Object
-
- com.pixelmed.dicom.MediaImporter
-
- com.pixelmed.database.DatabaseMediaImporter
-
- com.pixelmed.display.DicomImageViewer.OurDatabaseMediaImporter
-
- Enclosing class:
- DicomImageViewer
protected class DicomImageViewer.OurDatabaseMediaImporter extends DatabaseMediaImporter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.pixelmed.dicom.MediaImporter
MediaImporter.MediaImporterWithFileChooserDialogThread, MediaImporter.OurReadTerminationStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected booleancanUseBzip-
Fields inherited from class com.pixelmed.database.DatabaseMediaImporter
databaseInformationModel, savedInstancesFolder, storedFilePathStrategy
-
Fields inherited from class com.pixelmed.dicom.MediaImporter
logger, mediaDirectoryPath, progressBar, progressBarUpdater, terminateAfterIdentifyingGroup
-
-
Constructor Summary
Constructors Constructor Description OurDatabaseMediaImporter(java.lang.String mediaDirectoryPath, java.io.File savedInstancesFolder, StoredFilePathStrategy storedFilePathStrategy, DatabaseInformationModel databaseInformationModel, MessageLogger logger, boolean acceptAnyTransferSyntax)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisOKToImport(java.lang.String sopClassUID, java.lang.String transferSyntaxUID)Check for valid information, and that the file is not compressed or not a suitable storage object for import.-
Methods inherited from class com.pixelmed.database.DatabaseMediaImporter
doSomethingWithDicomFileOnMedia
-
Methods inherited from class com.pixelmed.dicom.MediaImporter
choosePathAndImportDicomFiles, choosePathAndImportDicomFiles, doSomethingWithDicomFileOnMedia, doSomethingWithUnwantedFileOnMedia, getDirectory, importDicomFiles, logLn, main
-
-
-
-
Constructor Detail
-
OurDatabaseMediaImporter
public OurDatabaseMediaImporter(java.lang.String mediaDirectoryPath, java.io.File savedInstancesFolder, StoredFilePathStrategy storedFilePathStrategy, DatabaseInformationModel databaseInformationModel, MessageLogger logger, boolean acceptAnyTransferSyntax)
-
-
Method Detail
-
isOKToImport
protected boolean isOKToImport(java.lang.String sopClassUID, java.lang.String transferSyntaxUID)Description copied from class:MediaImporterCheck for valid information, and that the file is not compressed or not a suitable storage object for import.
- Overrides:
isOKToImportin classMediaImporter- Parameters:
sopClassUID- the SOP Class UID of the filetransferSyntaxUID- the Transfer Syntax UID of the file- Returns:
- true if is suitable
-
-