protected class DownloadOrTransmit.OurMediaImporter extends MediaImporter
MediaImporter.MediaImporterWithFileChooserDialogThread, MediaImporter.OurReadTerminationStrategy| Modifier and Type | Field and Description |
|---|---|
protected boolean |
canUseBzip |
logger, mediaDirectoryPath, progressBar, progressBarUpdater, terminateAfterIdentifyingGroup| Constructor and Description |
|---|
OurMediaImporter(MessageLogger logger,
JProgressBar progressBar) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doSomethingWithDicomFileOnMedia(String mediaFileName)
Do something with the referenced DICOM file that has been encountered.
|
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.
|
choosePathAndImportDicomFiles, choosePathAndImportDicomFiles, doSomethingWithDicomFileOnMedia, doSomethingWithUnwantedFileOnMedia, getDirectory, importDicomFiles, logLn, mainpublic OurMediaImporter(MessageLogger logger, JProgressBar progressBar)
protected void doSomethingWithDicomFileOnMedia(String mediaFileName)
MediaImporterDo something with the referenced DICOM file that has been encountered.
This method needs to be implemented in a sub-class to do anything useful,
unless doSomethingWithDicomFileOnMedia(String mediaFileName,String transferSyntaxUID,String sopClassUID) has been overridden instead.
The default method does nothing.
"Wanted" files are those that are DICOM files for which isOKToImport(String sopClassUID,String transferSyntaxUID) returns true.
This method does not define any exceptions and hence must handle any errors locally.
doSomethingWithDicomFileOnMedia in class MediaImportermediaFileName - the fully qualified path name to a DICOM fileprotected 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