Class ReceivedObjectHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void sendReceivedObjectIndication​(java.lang.String fileName, java.lang.String transferSyntax, java.lang.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

      • ReceivedObjectHandler

        public ReceivedObjectHandler()
    • Method Detail

      • sendReceivedObjectIndication

        public abstract void sendReceivedObjectIndication​(java.lang.String fileName,
                                                          java.lang.String transferSyntax,
                                                          java.lang.String callingAETitle)
                                                   throws DicomNetworkException,
                                                          DicomException,
                                                          java.io.IOException

        Do something with the received data set stored in the specified file name.

        Parameters:
        fileName - 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:
        java.io.IOException
        DicomException
        DicomNetworkException