public interface MultiCGetSCUHandler
Handler interface for receiving notifications when C-FIND response are received.
| Modifier and Type | Method and Description |
|---|---|
void |
onCGetResponse(CGetItemResponse itemResponse)
invoked for every C-GET-RSP message received.
|
StatusCode |
onCStoreRequest(SCUPresentationContext scuPresentationContext,
Command command,
java.io.InputStream in)
invoked for every C-STORE-RQ message received.
|
void onCGetResponse(CGetItemResponse itemResponse)
itemResponse - itemResponseStatusCode onCStoreRequest(SCUPresentationContext scuPresentationContext, Command command, java.io.InputStream in) throws AbortException
scuPresentationContext - the presentation context of the received messagecommand - the commandin - Inputstream to the datasetAbortException - throw an AbortException to abort the current association