org.dicom4j.network.dimse.services
Class CStoreSCP
java.lang.Object
org.dicom4j.network.association.listeners.defaults.DefaultAssociationListener
org.dicom4j.network.dimse.services.BaseDimseService
org.dicom4j.network.dimse.services.ThreadedDimseService
org.dicom4j.network.dimse.services.CStoreSCP
- All Implemented Interfaces:
- AssociationListener, DimseService
public abstract class CStoreSCP
- extends ThreadedDimseService
Base class to implement a CStoreSCP service.
sub-class need to override "handleStoreRequest"
- Since:
- 0.0.2
- Author:
- Laurent Lecomte
| Methods inherited from class org.dicom4j.network.dimse.services.BaseDimseService |
associationAborted, bind, exceptionCaught, getConfiguration, getFactory, getMessageID, getName, isBinded, isBinded, isFinished, setConfiguration, setFactory, unBind |
CStoreSCP
public CStoreSCP()
handleStoreRequest
public abstract void handleStoreRequest(byte aPresentationContextID,
CStoreRequestMessage aRequest)
throws Exception
- Throws:
Exception
toString
public String toString()
- Overrides:
toString in class DefaultAssociationListener
Copyright © 2009 dicom4j. All Rights Reserved.