Class | Description | |
---|---|---|
AddInImage | Respresents a marshable image. This allows the image to be marshaled accross app domains. | |
MatchFoundEventArgs | Provides data to the MatchFound event. | |
MoveDataSetEventArgs | Provides data to the MoveDataset event. |
Interface | Description | |
---|---|---|
IAddInOptions | Supports addin specific options. | |
IAETitle | Supports server ae title verification and enumeration. | |
IAuditLog | Support DICOM audit logging. | |
IDicomRequest | Supports addins sending DICOM related requests. | |
IDicomSecurity | Provides security information when performing a secure DICOM conneciton. | |
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. | |
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 impementors to respond to a C-STORE-REQ command. | |
IProcessNAction | Allows implementor to process N-ACTION-REQ command. | |
IProcessNCreate | Allows implementor to process N-CREATE-REQ command. | |
IProcessNDelete | Allows implementor to process N-DELETE-REQ command. | |
IProcessNGet | Allows implementor to process N-GET-REQ command. | |
IProcessNReport | Allows implementor to process N-REPORT-REQ command. | |
IProcessNSet | Allows implementor to process N-SET-REQ command. | |
IProcessServiceMessage | Allows and addin to process a service message. | |
IServiceLog | Allows an implementor to provide the servic log. |
Delegate | Description | |
---|---|---|
MatchFoundDelegate | Represents the method that will handle the event when a match has been found during a C-FIND-REQ. | |
MoveDataSetDelegate | Respresents the method that will handle the event when a dataset is available for moving. |
Enumeration | Description | |
---|---|---|
BreakType | Defines break types for addins. | |
LogTypes | Specifies the type of log message category. |