Package com.pixelmed.doseocr
Class LegacyRadiationDoseOCRDicomForwardingService.OurReceivedObjectHandler
- java.lang.Object
-
- com.pixelmed.network.ReceivedObjectHandler
-
- com.pixelmed.doseocr.LegacyRadiationDoseOCRDicomForwardingService.OurReceivedObjectHandler
-
- Enclosing class:
- LegacyRadiationDoseOCRDicomForwardingService
protected class LegacyRadiationDoseOCRDicomForwardingService.OurReceivedObjectHandler extends ReceivedObjectHandler
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOurReceivedObjectHandler()
-
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.
-
-
-
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-transferSyntax-callingAETitle-- Throws:
java.io.IOExceptionDicomExceptionDicomNetworkException
-
-