Package com.pixelmed.test
Class TestCMove.OurReceivedObjectHandler
- java.lang.Object
-
- com.pixelmed.network.ReceivedObjectHandler
-
- com.pixelmed.test.TestCMove.OurReceivedObjectHandler
-
- Enclosing class:
- TestCMove
protected class TestCMove.OurReceivedObjectHandler extends ReceivedObjectHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected DatabaseInformationModeldatabaseInformationModel
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendReceivedObjectIndication(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.
-
-
-
Field Detail
-
databaseInformationModel
protected DatabaseInformationModel databaseInformationModel
-
-
Method Detail
-
sendReceivedObjectIndication
public void sendReceivedObjectIndication(java.lang.String dicomFileName, java.lang.String transferSyntax, java.lang.String callingAETitle) throws DicomNetworkException, DicomException, java.io.IOExceptionDescription copied from class:ReceivedObjectHandlerDo something with the received data set stored in the specified file name.
- Specified by:
sendReceivedObjectIndicationin classReceivedObjectHandler- 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:
DicomNetworkExceptionDicomExceptionjava.io.IOException
-
-