com.pixelmed.apps
Class DownloadOrTransmit.OurReceivedObjectHandler
java.lang.Object
com.pixelmed.network.ReceivedObjectHandler
com.pixelmed.apps.DownloadOrTransmit.OurReceivedObjectHandler
- Enclosing class:
- DownloadOrTransmit
protected class DownloadOrTransmit.OurReceivedObjectHandler
- extends ReceivedObjectHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DownloadOrTransmit.OurReceivedObjectHandler
protected DownloadOrTransmit.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 - where the received data set has been storedtransferSyntax - the transfer syntax in which the data set was received and is storedcallingAETitle - the AE title of the caller who sent the data set
- Throws:
DicomNetworkException
DicomException
IOException