com.pixelmed.apps
Class DoseUtility.OurMediaImporter
java.lang.Object
com.pixelmed.dicom.MediaImporter
com.pixelmed.apps.DoseUtility.OurMediaImporter
- Enclosing class:
- DoseUtility
protected class DoseUtility.OurMediaImporter
- extends MediaImporter
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
canUseBzip
protected boolean canUseBzip
DoseUtility.OurMediaImporter
public DoseUtility.OurMediaImporter(MessageLogger logger,
JProgressBar progressBar)
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
isOKToImport
protected boolean isOKToImport(String sopClassUID,
String transferSyntaxUID)
- Description copied from class:
MediaImporter
Check for valid information, and that the file is not compressed or not a suitable storage object for import.
- Overrides:
isOKToImport in class MediaImporter