See: Description
| Interface | Description |
|---|---|
| IAssociationStatusListener |
This interface needs to be implemented with all those classes which gets affected from Association Status.
|
| IAsyncReceiver |
The Interface IAsyncReceiver.
|
| IDataNotificationReceiver |
The Interface IDataNotificationReceiver needs to be implemented from all classes
which provides processing of Association or Services Messages.
|
| IDataSink |
This Interface needs to be implemented by classes which provides storage processing of Data.
|
| IDataSource |
The interface IDataSource needs to be implemented by all the classes which works as a Source of Data.
|
| IMessageListener |
The Interface IMessageListenser needs to be implemented by all classes which provides final processing of DIMSE Responses.
|
| IQueryModel |
| Class | Description |
|---|---|
| AssociationConstants |
The Class AssociationConstants contains constants related to Association Module.
|
| CCancelRQ |
This class contains attributes of CCancelFind request.
|
| CommandElement |
This class represents Command Element of Dicom which reads the datatype of
its value from the DataDictionary provided to it.
|
| CommandSet |
This class is used as a Command Set in Dicom which holds the Command Elements
in increasing order of Tag number.
|
| DataNotificationEvent |
This event gets fired from Association or Service Agents when a association or service message arrives.
|
| DicomMessage |
The Class DicomMessge specifies common attributes of DIMSE Message.
|
| DICOMMessageValidator |
This class validates the Dicom Messages like Request, Responses for mandatory fields.
|
| DIMSERequest |
The class DIMSE Request specifies the common attributes of DIMSE Request in all services.
|
| DIMSEResponse |
The class DIMSE Request specifies common attributes of DIMSERequest for all services.
|
| ServiceAgent |
The class ServiceAgent handles and validates the Service messages while sending and receiving.
|
| ServiceMessageEvent |
This event gets triggered when a Service Message Arrives to further process the arrived Message.
|
| Enum | Description |
|---|---|
| EnumSCPSessionStopListeningOptions |
This enum represents elements of SCPSessionStopListeningOptions
|
| EnumSequenceName |
This enum contains the sequence present in the C-Service Query Model.
|