| Class | Description | |
|---|---|---|
| AddInUtils | Common utilities used in addins. | |
| AsyncHelper | Provides helper methods for executing methods asynchronously. | |
| AsyncResult | Hold information about an executing asynchronous operation. | |
| Generic DataEventArgs | Generic arguments class to pass to event handlers that need to receive data. | |
| DicomClient | Base DICOM client class. This base class is used to pass information to the addins. | |
| DicomRequest | Represents a DICOM request initiated by an addin. | |
| DicomRequestEventArgs | Provides data for the Request done event. | |
| DicomServer | Base DICOM server class. This base class is used to pass information to the addins. | |
| Extensions | Provides extension methods for the addin library. | |
| ModuleInit | A default implementation of the IModule interface. | |
| NotifyReceiveMessageBase | A base class implementation of INotifyReceiveMessage. | |
| NotifySendMessageBase | A base class implementation of INotifySendMessage. | |
| PresentationContext | Hold DICOM presentation context information. | |
| ServiceLocator | Global Microsoft Unity container. | |
| Generic ThreadSafeDictionary | Implements a thread safe dictionary. | |
| Generic ThreadSafeList | A Thread safe list. |
| Delegate | Description | |
|---|---|---|
| ReceiveCEchoResponseDelegate | Represents the method that will handle the ReceiveCEchoResponse event. | |
| ReceiveCFindResponseDelegate | Represents the method that will handle the ReceiveCFindResponse event. | |
| ReceiveCGetResponseDelegate | Represents the method that will handle the ReceiveCGetResponse event. | |
| ReceiveCMoveResponseDelegate | Represents the method that will handle the ReceiveCMoveResponse event. | |
| ReceiveCStoreResponseDelegate | Represents the method that will handle the ReceiveCStoreResponse event. | |
| ReceiveNActionResponseDelegate | Represents the method that will handle the ReceiveNActionResponse event. | |
| ReceiveNCreateResponseDelegate | Represents the method that will handle the ReceiveNCreateResponse event. | |
| ReceiveNDeleteResponseDelegate | Represents the method that will handle the ReceiveNDeleteResponse event. | |
| ReceiveNGetResponseDelegate | Represents the method that will handle the ReceiveNGetResponse event. | |
| ReceiveNReportResponseDelegate | Represents the method that will handle the ReceiveNReportResponse event. | |
| ReceiveNSetResponseDelegate | Represents the method that will handle the ReceiveNSetResponse event. | |
| RequestDoneDelegate | Represents the method that will handle an event that occurs when a DICOM request is finished processing. | |
| ThreadDoneEventHandler | Represents the method that will handle an event that occurs when a thread has finished executing. |
| Enumeration | Description | |
|---|---|---|
| ConnectType | The type of DICOM request connection. |