com.pixelmed.doseocr
Class LegacyRadiationDoseOCRDicomForwardingService.OurReceivedObjectHandler

java.lang.Object
  extended by com.pixelmed.network.ReceivedObjectHandler
      extended by com.pixelmed.doseocr.LegacyRadiationDoseOCRDicomForwardingService.OurReceivedObjectHandler
Enclosing class:
LegacyRadiationDoseOCRDicomForwardingService

protected class LegacyRadiationDoseOCRDicomForwardingService.OurReceivedObjectHandler
extends ReceivedObjectHandler


Constructor Summary
protected LegacyRadiationDoseOCRDicomForwardingService.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

LegacyRadiationDoseOCRDicomForwardingService.OurReceivedObjectHandler

protected LegacyRadiationDoseOCRDicomForwardingService.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