com.pixelmed.display
Class DicomCleaner.OurReceivedObjectHandler

java.lang.Object
  extended by com.pixelmed.network.ReceivedObjectHandler
      extended by com.pixelmed.display.DicomCleaner.OurReceivedObjectHandler
Enclosing class:
DicomCleaner

protected class DicomCleaner.OurReceivedObjectHandler
extends ReceivedObjectHandler


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

DicomCleaner.OurReceivedObjectHandler

protected DicomCleaner.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 - where the received data set has been stored
transferSyntax - the transfer syntax in which the data set was received and is stored
callingAETitle - the AE title of the caller who sent the data set
Throws:
DicomNetworkException
DicomException
IOException