protected class TestCMove.OurReceivedObjectHandler extends ReceivedObjectHandler
| Modifier and Type | Field and Description |
|---|---|
protected DatabaseInformationModel |
databaseInformationModel |
| Modifier and Type | Method and Description |
|---|---|
void |
sendReceivedObjectIndication(String dicomFileName,
String transferSyntax,
String callingAETitle)
Do something with the received data set stored in the specified file name.
|
protected DatabaseInformationModel databaseInformationModel
public void sendReceivedObjectIndication(String dicomFileName, String transferSyntax, String callingAETitle) throws DicomNetworkException, DicomException, IOException
ReceivedObjectHandlerDo something with the received data set stored in the specified file name.
sendReceivedObjectIndication in class ReceivedObjectHandlerdicomFileName - 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 setDicomNetworkExceptionDicomExceptionIOException