Package com.pixelmed.network
Class MoveSOPClassSCU.CMoveResponseHandler
java.lang.Object
com.pixelmed.network.ReceivedDataHandler
com.pixelmed.network.CompositeResponseHandler
com.pixelmed.network.MoveSOPClassSCU.CMoveResponseHandler
- Enclosing class:
- MoveSOPClassSCU
-
Field Summary
Fields inherited from class com.pixelmed.network.CompositeResponseHandler
allowData, commandReceived, dataReceived, status, successFields inherited from class com.pixelmed.network.ReceivedDataHandler
done, release -
Method Summary
Modifier and TypeMethodDescriptionprotected voidExtract the status information from a composite response and set the status flag accordingly.protected voidIgnore any data set in the composite response (unless this method is overridden).Methods inherited from class com.pixelmed.network.CompositeResponseHandler
dumpAttributeListFromCommandOrData, getAttributeListFromCommandOrData, getAttributeListFromCommandOrData, getStatus, sendPDataIndication, wasSuccessfulMethods inherited from class com.pixelmed.network.ReceivedDataHandler
dumpPDVList, dumpPDVListToString, isDone, isToBeReleased, setDone, setRelease
-
Method Details
-
evaluateStatusAndSetSuccess
Description copied from class:CompositeResponseHandlerExtract the status information from a composite response and set the status flag accordingly.- Specified by:
evaluateStatusAndSetSuccessin classCompositeResponseHandler- Parameters:
list-
-
makeUseOfDataSet
Description copied from class:CompositeResponseHandlerIgnore any data set in the composite response (unless this method is overridden).- Overrides:
makeUseOfDataSetin classCompositeResponseHandler- Parameters:
list-
-