protected class RemapFrameOfReferenceUIDs.OurMediaImporter extends MediaImporter
MediaImporter.MediaImporterWithFileChooserDialogThreadlogger, mediaDirectoryPath, progressBar, progressBarUpdater| Constructor and Description |
|---|
RemapFrameOfReferenceUIDs.OurMediaImporter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doSomethingWithDicomFileOnMedia(java.lang.String mediaFileName)
Do something with the referenced DICOM file that has been encountered.
|
choosePathAndImportDicomFiles, choosePathAndImportDicomFiles, getDirectory, importDicomFiles, isOKToImport, logLn, mainpublic RemapFrameOfReferenceUIDs.OurMediaImporter()
protected void doSomethingWithDicomFileOnMedia(java.lang.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. The default method does nothing.
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 file