com.pixelmed.apps
Class TranslateImagePositionPatient.OurMediaImporter

java.lang.Object
  extended by com.pixelmed.dicom.MediaImporter
      extended by com.pixelmed.apps.TranslateImagePositionPatient.OurMediaImporter
Enclosing class:
TranslateImagePositionPatient

protected class TranslateImagePositionPatient.OurMediaImporter
extends MediaImporter


Nested Class Summary
 
Nested classes/interfaces inherited from class com.pixelmed.dicom.MediaImporter
MediaImporter.MediaImporterWithFileChooserDialogThread
 
Field Summary
 
Fields inherited from class com.pixelmed.dicom.MediaImporter
logger, mediaDirectoryPath, progressBar, progressBarUpdater
 
Constructor Summary
TranslateImagePositionPatient.OurMediaImporter()
           
 
Method Summary
protected  void doSomethingWithDicomFileOnMedia(String mediaFileName)
          Do something with the referenced DICOM file that has been encountered.
 
Methods inherited from class com.pixelmed.dicom.MediaImporter
choosePathAndImportDicomFiles, choosePathAndImportDicomFiles, getDirectory, importDicomFiles, isOKToImport, logLn, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranslateImagePositionPatient.OurMediaImporter

public TranslateImagePositionPatient.OurMediaImporter()
Method Detail

doSomethingWithDicomFileOnMedia

protected void doSomethingWithDicomFileOnMedia(String mediaFileName)
Description copied from class: MediaImporter

Do 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.

Overrides:
doSomethingWithDicomFileOnMedia in class MediaImporter
Parameters:
mediaFileName - the fully qualified path name to a DICOM file