Leadtools.Dicom.AddIn Namespace (original) (raw)
Leadtools.Dicom.AddIn Namespace
In This Topic ▼
Summary
Overview and description of Leadtools Dicom AddIn classes, delegates, and enumerations.
Classes
Class | Description | |
---|---|---|
![]() |
AddInUtils | Common utilities used in add-ins. |
![]() |
AsyncHelper | Provides helper methods for executing methods asynchronously. |
![]() |
AsyncResult | Hold information about an executing asynchronous operation. |
![]() |
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 add-in. |
![]() |
DicomRequestEventArgs | Provides data for the Request done event. |
![]() |
DicomServer | Base DICOM server class. This base class is used to pass information to the add-ins. |
![]() |
Extensions | Provides extension methods for the add-in library. |
![]() |
ExternalStoreAddinConfigAbstract | All External Store add-ins 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 | A Thread safe list. |
Delegates
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. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
ConnectType | The type of DICOM request connection. |
See Also
Leadtools.Dicom.Addin Assembly
Help Version 22.0.2023.2.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.AddIn Assembly
Leadtools.Dicom.AddIn Namespace
AssemblyResolveCheckParentFolder Method
CompletedSynchronously Property
DicomClient Constructor(DicomServer,string)
DicomClient Constructor(DicomServer,string,DicomNetSecurityMode)
DicomClient Constructor(DicomServer,string,DicomNetSecurityMode,bool)
ImplementationClassUid Property
DicomRequest Constructor(AeInfo)
DicomRequest Constructor(DicomClient)
DicomRequestEventArgs Constructor
OnServerSettingsChanged Method
AllowMultipleConnections Property
ImplementationVersionName Property
StoreOperationOptions Property
ToServiceStartModeExtended Method
ExternalStoreAddinConfigAbstract Class
ExternalStoreAddinConfigAbstract Constructor
EnableAutoExternalStore Property
EnableVerifyRetrieveAfterExternalStore Property
NotifyReceiveMessageBase Class
NotifyReceiveMessageBase Constructor
OnReceiveAssociateAccept Method
OnReceiveAssociateReject Method
OnReceiveAssociateRequest Method
OnReceiveCCancelRequest Method
OnReceiveCStoreResponse Method
OnReceiveNActionRequest Method
OnReceiveNActionResponse Method
OnReceiveNCreateRequest Method
OnReceiveNCreateResponse Method
OnReceiveNDeleteRequest Method
OnReceiveNDeleteResponse Method
OnReceiveNReportRequest Method
OnReceiveNReportResponse Method
OnReceiveReleaseRequest Method
NotifySendMessageBase Constructor
OnBeforeSendAssociateAccept Method
OnBeforeSendAssociateReject Method
OnBeforeSendAssociateRequest Method
OnBeforeSendCCancelRequest Method
OnBeforeSendCEchoRequest Method
OnBeforeSendCEchoResponse Method
OnBeforeSendCFindRequest Method
OnBeforeSendCFindResponse Method
OnBeforeSendCGetRequest Method
OnBeforeSendCGetResponse Method
OnBeforeSendCMoveRequest Method
OnBeforeSendCMoveResponse Method
OnBeforeSendCStoreRequest Method
OnBeforeSendCStoreResponse Method
OnBeforeSendNActionRequest Method
OnBeforeSendNActionResponse Method
OnBeforeSendNCreateRequest Method
OnBeforeSendNCreateResponse Method
OnBeforeSendNDeleteRequest Method
OnBeforeSendNDeleteResponse Method
OnBeforeSendNGetRequest Method
OnBeforeSendNGetResponse Method
OnBeforeSendNReportRequest Method
OnBeforeSendNReportResponse Method
OnBeforeSendNSetRequest Method
OnBeforeSendNSetResponse Method
OnBeforeSendReleaseResponse Method
PresentationContext Constructor
IsRegisteredInstanceTypeWithoutName Method
Register(Type,Type,string) Method
Register Method (ServiceLocator)
RegisterSingle(Type,Type,string) Method
Retrieve Method (ServiceLocator)
ServiceStartException Constructor
ServiceStartException Constructor()
ServiceStartException Constructor(SerializationInfo,StreamingContext)
ServiceStartException Constructor(string)
ServiceStartException Constructor(string,Exception)
ThreadSafeDictionary<TKey,TValue> Class
ThreadSafeDictionary<TKey,TValue> Constructor
Add Method (ThreadSafeDictionary<TKey,TValue>)
Add(KeyValuePair<TKey,TValue>) Method
Remove Method (ThreadSafeDictionary<TKey,TValue>)
Remove(KeyValuePair<TKey,TValue>) Method
ReceiveCEchoResponseDelegate Delegate
ReceiveCFindResponseDelegate Delegate
ReceiveCGetResponseDelegate Delegate
ReceiveCMoveResponseDelegate Delegate
ReceiveCStoreResponseDelegate Delegate
ReceiveNActionResponseDelegate Delegate
ReceiveNCreateResponseDelegate Delegate
ReceiveNDeleteResponseDelegate Delegate
ReceiveNGetResponseDelegate Delegate
ReceiveNReportResponseDelegate Delegate
ReceiveNSetResponseDelegate Delegate
ThreadDoneEventHandler Delegate
Leadtools.Dicom.AddIn.Attributes Namespace
ControlAttribute Constructor()
ControlAttribute Constructor(int)
ControlAttribute Constructor(int,int)
DicomAddInAttribute Constructor
DicomAddInAttribute Constructor()
DicomAddInAttribute Constructor(string,string)
ExternalStoreConfigurationAttribute Class
ExternalStoreConfigurationAttribute Constructor
PresentationContextAttribute Class
PresentationContextAttribute Constructor
PresentationContextAttribute Constructor()
PresentationContextAttribute Constructor(string,byte[],string[])
PresentationContextAttribute Constructor(string,string[])
Leadtools.Dicom.AddIn.Audit Namespace
ActiveParticipantType Constructor
NetworkAccessPointTypeCode Property
NetworkAccessPointTypeCodeSpecified Property
ApplicationActivityMessage Class
ApplicationActivityMessage Constructor
AuditLogUsedMessage Constructor
AuditMessage Constructor(CodedValueType,EventIdentificationTypeEventActionCode)
AuditSourceIdentification Property
ParticipantObjectIdentification Property
AuditMessageActiveParticipant Class
AuditMessageActiveParticipant Constructor
AuditSourceIdentificationType Class
AuditSourceIdentificationType Constructor
AuditEnterpriseSiteID Property
AuditSourceIdentificationTypeAuditSourceTypeCode Class
AuditSourceIdentificationTypeAuditSourceTypeCode Constructor
BeginTransferringDicomInstancesMessage Class
BeginTransferringDicomInstancesMessage Constructor
CodedValueType Constructor(string,string,string)
DicomInstancesAccessedMessage Class
DicomInstancesAccessedMessage Constructor
DicomInstancesTransferredMessage Class
DicomInstancesTransferredMessage Constructor
DicomStudyDeletedMessage Class
DicomStudyDeletedMessage Constructor
BeginTransferringDicomInstances Field
DicomInstancesTransferred Field
EventIdentificationType Constructor
EventActionCodeSpecified Property
EventOutcomeIndicator Property
NetworkEntryMessage Constructor
OrderRecordMessage Constructor
ParticipantObjectDescriptionType Class
ParticipantObjectDescriptionType Constructor
ParticipantObjectDescriptionTypeAccession Class
ParticipantObjectDescriptionTypeAccession Constructor
ParticipantObjectDescriptionTypeMPPS Class
ParticipantObjectDescriptionTypeMPPS Constructor
ParticipantObjectDescriptionTypeSOPClass Class
ParticipantObjectDescriptionTypeSOPClass Constructor
ParticipantObjectDescriptionTypeSOPClassInstance Class
ParticipantObjectDescriptionTypeSOPClassInstance Constructor
ParticipantObjectIdentificationType Class
ParticipantObjectIdentificationType Constructor
ParticipantObjectDataLifeCycle Property
ParticipantObjectDataLifeCycleSpecified Property
ParticipantObjectDescription Property
ParticipantObjectDetail Property
ParticipantObjectIDTypeCode Property
ParticipantObjectSensitivity Property
ParticipantObjectTypeCode Property
ParticipantObjectTypeCodeRole Property
ParticipantObjectTypeCodeRoleSpecified Property
ParticipantObjectTypeCodeSpecified Property
ParticipantObjectIdentificationTypeParticipantObjectIDTypeCode Class
ParticipantObjectIdentificationTypeParticipantObjectIDTypeCode Constructor
PatientRecordMessage Constructor
ProcedureRecordMessage Constructor
SecurityAlertMessage Constructor
UserAuthenticationMessage Class
UserAuthenticationMessage Constructor
EventIdentificationTypeEventActionCode Enumeration
EventIdentificationTypeEventOutcomeIndicator Enumeration
Leadtools.Dicom.AddIn.Common Namespace
GarbageCollectDicomServer Field
Write Method (NamedPipeStream)
SendMessage Method (PipeClient)
SendMessage(ServiceMessage) Method
ReadFromPipeExceptionEvent Event
ReadFromPipeExceptionEventArgs Class
ReadFromPipeExceptionEventArgs Constructor
ReceivedMessageEventArgs Class
ReceivedMessageEventArgs Constructor
AllowMultipleConnections Property
DeleteTempfilesOnStartup Property
GeneratedTemporaryDirectory Property
ImplementationVersionName Property
StoreOperationOptions Property
UseServiceNameAsTemporarySubDirectory Property
RelationalQuerySupportEnum Enumeration
ServiceStartModeExtended Enumeration
StoreSubOperationWaitOptions Enumeration
Leadtools.Dicom.AddIn.Configuration Namespace
GetAddInCustomData Method (AdvancedSettings)
GetAddInCustomData(string,string) Method
GetAddInCustomData(string,string,Type[]) Method
Open Method (AdvancedSettings)
SetAddInCustomData Method (AdvancedSettings)
SetAddInCustomData(string,string,T) Method
SetAddInCustomData(string,string,T,Type[]) Method
SetLoggerChannels Method (AdvancedSettings)
SetLoggerChannels(string,string,Dictionary<string,ILoggingChannel>) Method
SetLoggerChannels(string,string,Dictionary<string,Type>) Method
SettingsChangedNotifier Constructor
SettingsChangedNotifier Constructor(AdvancedSettings)
SettingsChangedNotifier Constructor(AdvancedSettings,string)
Dispose Method (SettingsChangedNotifier)
Leadtools.Dicom.AddIn.Controls Namespace
VersionInfoControl Constructor
Leadtools.Dicom.AddIn.Interfaces Namespace
MatchFoundEventArgs Constructor
MoveDataSetEventArgs Constructor
MoveDataSetEventArgs Constructor()
MoveDataSetEventArgs Constructor(DicomDataSet)
MaxConcurrentConnections Field
ExtendedNegotiation Enumeration
LicenseFeatureType Enumeration
RoleSelectionFlags Enumeration
Show Method (IConfigureDialog)
ShowDialog Method (IConfigureDialog)
ShowDialog(IWin32Window) Method
CertificationAuthoritiesFileName Property
MaximumVerificationDepth Property
IDicomSecurityCiphers Interface
IExtendedPresentationContextProvider Interface
INotifyBeforeSendMessage Interface
OnBeforeSendAssociateAccept Method
OnBeforeSendAssociateReject Method
OnBeforeSendAssociateRequest Method
OnBeforeSendCCancelRequest Method
OnBeforeSendCEchoRequest Method
OnBeforeSendCEchoResponse Method
OnBeforeSendCFindRequest Method
OnBeforeSendCFindResponse Method
OnBeforeSendCGetRequest Method
OnBeforeSendCGetResponse Method
OnBeforeSendCMoveRequest Method
OnBeforeSendCMoveResponse Method
OnBeforeSendCStoreRequest Method
OnBeforeSendCStoreResponse Method
OnBeforeSendNActionRequest Method
OnBeforeSendNActionResponse Method
OnBeforeSendNCreateRequest Method
OnBeforeSendNCreateResponse Method
OnBeforeSendNDeleteRequest Method
OnBeforeSendNDeleteResponse Method
OnBeforeSendNGetRequest Method
OnBeforeSendNGetResponse Method
OnBeforeSendNReportRequest Method
OnBeforeSendNReportResponse Method
OnBeforeSendNSetRequest Method
OnBeforeSendNSetResponse Method
OnBeforeSendReleaseResponse Method
INotifyReceiveMessage Interface
OnReceiveAssociateAccept Method
OnReceiveAssociateReject Method
OnReceiveAssociateRequest Method
OnReceiveCCancelRequest Method
OnReceiveCStoreResponse Method
OnReceiveNActionRequest Method
OnReceiveNActionResponse Method
OnReceiveNCreateRequest Method
OnReceiveNCreateResponse Method
OnReceiveNDeleteRequest Method
OnReceiveNDeleteResponse Method
OnReceiveNReportRequest Method
OnReceiveNReportResponse Method
OnReceiveReleaseRequest Method
IPresentationContextProvider Interface
IsAbstractSyntaxSupported Method
IsTransferSyntaxSupported Method
IProcessServiceMessage Interface