public class DicomConsumer extends DefaultConsumer implements DimseRQHandler
Modifier and Type | Class and Description |
---|---|
private class |
DicomConsumer.EndpointDimseRQHandlerAsyncCallback |
log
shutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending
Constructor and Description |
---|
DicomConsumer(DicomEndpoint endpoint,
Processor processor) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStart() |
protected void |
doStop() |
DicomEndpoint |
getEndpoint() |
String[] |
getSopClasses() |
void |
onClose(Association as) |
void |
onDimseRQ(Association as,
PresentationContext pc,
Dimse dimse,
Attributes cmd,
PDVInputStream data) |
getAsyncProcessor, getExceptionHandler, getProcessor, handleException, handleException, setExceptionHandler, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspend
public DicomConsumer(DicomEndpoint endpoint, Processor processor)
public DicomEndpoint getEndpoint()
getEndpoint
in interface Consumer
getEndpoint
in class DefaultConsumer
public String[] getSopClasses()
protected void doStart() throws Exception
doStart
in class DefaultConsumer
Exception
protected void doStop() throws Exception
doStop
in class DefaultConsumer
Exception
public void onClose(Association as)
onClose
in interface DimseRQHandler
public void onDimseRQ(Association as, PresentationContext pc, Dimse dimse, Attributes cmd, PDVInputStream data) throws IOException
onDimseRQ
in interface DimseRQHandler
IOException
Copyright © 2017 dcm4che.org. All rights reserved.