Package com.pixelmed.test
Class TestCStore.OurReceivedObjectHandler
java.lang.Object
com.pixelmed.network.ReceivedObjectHandler
com.pixelmed.test.TestCStore.OurReceivedObjectHandler
- Enclosing class:
- TestCStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsendReceivedObjectIndication(String dicomFileName, String transferSyntax, String callingAETitle) Do something with the received data set stored in the specified file name.
-
Constructor Details
-
OurReceivedObjectHandler
protected OurReceivedObjectHandler()
-
-
Method Details
-
sendReceivedObjectIndication
public void sendReceivedObjectIndication(String dicomFileName, String transferSyntax, String callingAETitle) throws DicomNetworkException, DicomException, IOException Description 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:
DicomNetworkExceptionDicomExceptionIOException
-