Overview and description of Leadtools Dicom AddIn Interfaces classes, delegates, enumerations, and interfaces.
Class | Description | |
---|---|---|
AddInImage | Respresents a marshable image. This allows the image to be marshaled across app domains. | |
MatchFoundEventArgs | Provides data to the MatchFound event. | |
MoveDataSetEventArgs | Provides data to the MoveDataset event. | |
ServerFeatures | Constants for predefined features recognized by PACS Framework Server licensing. |
Delegate | Description | |
---|---|---|
MatchFoundDelegate | Represents the method that will handle the event when a match has been found during a C-FIND-REQ. | |
MoveDataSetDelegate | Represents the method that will handle the event when a dataset is available for moving. |
Interface | Description | |
---|---|---|
IAddInOptions | Supports addin specific options. | |
IAETitle | Supports server AE title verification and enumeration. | |
IAuditLog | Support DICOM audit logging. | |
IConfigureDialog | Addins implement this interface if they want to provide a custom configuration dialog. | |
ICrud | External Store Addins implement this interface to provide ICrud operations (Create, Retrieve, Update, Delete). | |
IDicomRequest | Supports addins sending DICOM related requests. | |
IDicomSecurity | Provides security information when performing a secure DICOM conneciton. | |
IExtendedPresentationContextProvider | Allows implementors to support DICOM extended negotiation features in an addin. | |
IFeature | Allows implementors to add licensing features to the PACS Framework Server. | |
ILicense | Allows implementors to provide license to the PACS Framework Server. | |
ILicenseProvider | Allows the implementer to provide runtime license information to the storage server. | |
IModule | Defines a set of methods to be implemented by modules deployed in the application. | |
INotifyReceiveMessage | Addins implement this interface to be notified of all DICOM messages that occur. Implementers of this interface cannot affect the messages. | |
INotifySendMessage | Addins implement this interface to be notified whenever a new DICOM message is sent. Implementers of this interface cannot affect the messages. | |
IPresentationContextProvider | Addins implement this interface if they want to dynamically decide on presentation context support. | |
IProcessBreak | Addins implement this interface to be notified when a processing stop request has been issued. | |
IProcessCFind | Allows implementors to respond to C-FIND-REQ commands. | |
IProcessCGet | Allows impementors to respond to a C-GET-REQ command. | |
IProcessCMove | Allows impementors to respond to a C-MOVE-REQ command. | |
IProcessCStore | Allows implementors to respond to a C-STORE-REQ command. | |
IProcessNAction | Allows implementor to process N-ACTION-REQ command. | |
IProcessNCreate | Allows implementors to process N-CREATE-REQ command. | |
IProcessNDelete | Allows implementors to process N-DELETE-REQ commands. | |
IProcessNGet | Allows implementors to process N-GET-REQ commands. | |
IProcessNReport | Allows implementors to process N-EVENT-REPORT-REQ commands. | |
IProcessNSet | Allows implementors to process N-SET-REQ commands. | |
IProcessServiceMessage | Allows an addin to process a service message. | |
IServerConfig | Allow an implementer to initialize some configuration information when the server loads. |
Enumeration | Description | |
---|---|---|
BreakType | Defines break types for addins. | |
ExtendedNegotiation | Specifies the type of extended negotiation used in DICOM communications. | |
LicenseFeatureType | License feature types. |
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