com.pixelmed.apps
Class DoseReporterWithLegacyOCRAndAutoSendToRegistry.OurReceivedObjectHandler
java.lang.Object
com.pixelmed.network.ReceivedObjectHandler
com.pixelmed.apps.DoseReporterWithLegacyOCRAndAutoSendToRegistry.OurReceivedObjectHandler
- Enclosing class:
- DoseReporterWithLegacyOCRAndAutoSendToRegistry
protected class DoseReporterWithLegacyOCRAndAutoSendToRegistry.OurReceivedObjectHandler
- extends ReceivedObjectHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoseReporterWithLegacyOCRAndAutoSendToRegistry.OurReceivedObjectHandler
protected DoseReporterWithLegacyOCRAndAutoSendToRegistry.OurReceivedObjectHandler()
sendReceivedObjectIndication
public void sendReceivedObjectIndication(String dicomFileName,
String transferSyntax,
String callingAETitle)
throws DicomNetworkException,
DicomException,
IOException
- Description copied from class:
ReceivedObjectHandler
Do something with the received data set stored in the specified file name.
- Specified by:
sendReceivedObjectIndication in class ReceivedObjectHandler
- Parameters:
dicomFileName - transferSyntax - callingAETitle -
- Throws:
IOException
DicomException
DicomNetworkException