protected class TestCStore_AETs.OurReceivedObjectHandler extends ReceivedObjectHandler
Modifier | Constructor and Description |
---|---|
protected |
OurReceivedObjectHandler() |
Modifier and Type | Method and Description |
---|---|
void |
sendReceivedObjectIndication(java.lang.String dicomFileName,
java.lang.String transferSyntax,
java.lang.String callingAETitle)
Do something with the received data set stored in the specified file name.
|
public void sendReceivedObjectIndication(java.lang.String dicomFileName, java.lang.String transferSyntax, java.lang.String callingAETitle) throws DicomNetworkException, DicomException, java.io.IOException
ReceivedObjectHandler
Do something with the received data set stored in the specified file name.
sendReceivedObjectIndication
in class ReceivedObjectHandler
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 setDicomNetworkException
DicomException
java.io.IOException