com.pixelmed.apps
Class DoseReporterWithLegacyOCRAndAutoSendToRegistry.OurReceivedObjectHandler

java.lang.Object
  extended by com.pixelmed.network.ReceivedObjectHandler
      extended by com.pixelmed.apps.DoseReporterWithLegacyOCRAndAutoSendToRegistry.OurReceivedObjectHandler
Enclosing class:
DoseReporterWithLegacyOCRAndAutoSendToRegistry

protected class DoseReporterWithLegacyOCRAndAutoSendToRegistry.OurReceivedObjectHandler
extends ReceivedObjectHandler


Constructor Summary
protected DoseReporterWithLegacyOCRAndAutoSendToRegistry.OurReceivedObjectHandler()
           
 
Method Summary
 void sendReceivedObjectIndication(String dicomFileName, String transferSyntax, String callingAETitle)
          Do something with the received data set stored in the specified file name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoseReporterWithLegacyOCRAndAutoSendToRegistry.OurReceivedObjectHandler

protected DoseReporterWithLegacyOCRAndAutoSendToRegistry.OurReceivedObjectHandler()
Method Detail

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