Package com.pixelmed.network
Class VerificationSOPClassSCU.CEchoResponseHandler
- java.lang.Object
-
- com.pixelmed.network.ReceivedDataHandler
-
- com.pixelmed.network.CompositeResponseHandler
-
- com.pixelmed.network.VerificationSOPClassSCU.CEchoResponseHandler
-
- Enclosing class:
- VerificationSOPClassSCU
protected class VerificationSOPClassSCU.CEchoResponseHandler extends CompositeResponseHandler
-
-
Field Summary
-
Fields inherited from class com.pixelmed.network.CompositeResponseHandler
allowData, commandReceived, dataReceived, status, success
-
Fields inherited from class com.pixelmed.network.ReceivedDataHandler
done, release
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
evaluateStatusAndSetSuccess(AttributeList list)
Extract the status information from a composite response and set the status flag accordingly.-
Methods inherited from class com.pixelmed.network.CompositeResponseHandler
dumpAttributeListFromCommandOrData, getAttributeListFromCommandOrData, getAttributeListFromCommandOrData, getStatus, makeUseOfDataSet, sendPDataIndication, wasSuccessful
-
Methods inherited from class com.pixelmed.network.ReceivedDataHandler
dumpPDVList, dumpPDVListToString, isDone, isToBeReleased, setDone, setRelease
-
-
-
-
Method Detail
-
evaluateStatusAndSetSuccess
protected void evaluateStatusAndSetSuccess(AttributeList list)
Description copied from class:CompositeResponseHandler
Extract the status information from a composite response and set the status flag accordingly.- Specified by:
evaluateStatusAndSetSuccess
in classCompositeResponseHandler
- Parameters:
list
-
-
-