Overview and description of Leadtools Dicom AddIn classes.
Class | Description | |
---|---|---|
AddInUtils | Common utilities used in addins. | |
AsyncHelper | Provides helper methods for executing methods asynchronously. | |
AsyncResult | Hold information about an executing asynchronous operation. | |
DataEventArgs<TData> | 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. | |
ExternalStoreAddinConfigAbstract | All External Store Addins must contain a class that derives from this class in order to define configuration settings common to all external store add-ins. | |
Iphlpapi | Provides IPAddress helper function. | |
ModuleInit | A default implementation of the Leadtools.Dicom.AddIn.Interfaces.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. | |
ServiceStartException | Throw this exception from the Leadtools.Dicom.AddIn.Interfaces.IModule.Load member to prevent the service from starting | |
ThreadSafeDictionary<TKey,TValue> | Implements a thread safe dictionary. | |
ThreadSafeList<T> | A Thread safe list. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET