Overview and description of Leadtools Dicom Scu Common classes, delegates, and enumerations.
Class | Description | |
---|---|---|
![]() |
AfterAssociateRequestEventArgs | Provides data for the AfterAssociateRequest event. |
![]() |
AfterCFindEventArgs | Provides data for the AfterCFind event. |
![]() |
AfterCGetEventArgs | Provides data for the AfterCGet event. |
![]() |
AfterCMoveEventArgs | Provides data for the AfterCMove event. |
![]() |
AfterConnectEventArgs | Provides data for the AfterConnect event. |
![]() |
AfterCStoreEventArgs | Provides data for the AfterCStore event. |
![]() |
AfterNActionEventArgs | Provides data for the AfterNAction event. |
![]() |
AfterSecureLinkReadyEventArgs | Provides data for the AfterSecureLInkReady event. |
![]() |
BaseEventArgs | Base event args. |
![]() |
BeforeAssociateAcceptEventArgs | Provides data for the BeforeAssociationAcceptDelegate. |
![]() |
BeforeAssociateRequestEventArgs | Provides data for the BeforeAssociateRequest event. |
![]() |
BeforeCFindEventArgs | Provides data for the BeforeCFind event. |
![]() |
BeforeCGetEventArgs | Provides data for the BeforeCGet event. |
![]() |
BeforeCMoveEventArgs | Provides data for the BeforeCMove event. |
![]() |
BeforeConnectEventArgs | Provides data for the Connect event. |
![]() |
BeforeCStoreEventArgs | Provides data for the BeforeCStore event. |
![]() |
BeforeNActionEventArgs | Provides data for the BeforeNAction event. |
![]() |
BeforeNGetEventArgs | Provides data for the BeforeNGetEvent event. |
![]() |
ClientAssociationException | The exception that is thrown when an DICOM association is rejected. |
![]() |
ClientClassNotSupportedException | The exception that is thrown during a DICOM C-GET when the SOP Class is not supported by the DICOM Association. |
![]() |
ClientCommunicationCanceled | The exception that is thrown when DICOM communication is canceled by the user. |
![]() |
ClientCommunicationException | The exception that is thrown when a communication error occurs. |
![]() |
ClientConnectionException | Exception that is thrown when a connection exception occurs. |
![]() |
ClientSecureLinkReadyException | The exception thrown when the secure handshake (TLS) failed. |
![]() |
CommonEventArgs | Provides data for DICOM events that share common data. |
![]() |
CompositeObjectInstance | Contains information about a composite object instance. |
![]() |
ContentTemplateSequence | Describes a specific content item. |
![]() |
DicomConnection | This is a support class to be used internally by the LEADTOOLS communication objects. |
![]() |
Enum<T> | Enumeration utility methods. |
![]() |
FindQuery | Defines a C-FIND query to send to a C-FIND SCP. |
![]() |
HostReadyEventArgs | Provides data for the QueryRetrieveScu.HostReady event. |
![]() |
Iphlpapi | Provides IPAddress helper function. |
![]() |
MatchEventArgs<T> | Provides data for the Match event. |
![]() |
MovedEventArgs | Provides data for the Moved event. |
![]() |
Parameters | Internal class used to hold current DICOM communication information. |
![]() |
PresentationContext | Summary description for ClassInfo. |
![]() |
PrivateKeyPasswordEventArgs | Provides data for the PriveKeyPassword event. |
![]() |
ReceiveBufferEventArgs | Provides data for the ReceiveBuffer event. |
![]() |
ReceivedStoreRequestEventArgs | Provides data for the Leadtools.Dicom.Scu.QueryRetrieveScu.ReceivedStoreRequest event. |
![]() |
ReferencedImageSequence | Item that contains a reference to a selected Image SOP Class/SOP Instance pair. |
![]() |
ReferencedRequestSequence | Item that provides info on a selected request. |
![]() |
ReferencedSeriesSequence | Item the includes the attributes for a series. |
![]() |
StatusCommonEventArgs | Provides data for DICOM events that share common data that includes a status. |
![]() |
StorageCommitmentResultEventArgs | Provides data for the Leadtools.Dicom.Scu.StoreScu.StorageCommitmentResult event. |
![]() |
StorageCommitmentWaitEventArgs | Provides data for the StorageCommitmentWait event. |
![]() |
VerifyCertificateEventArgs | Provides data for the VerifyCertificate event. |
![]() |
VerifyingObserverSequence | Describes a person authorized to verify specific documents. |
Delegate | Description | |
---|---|---|
![]() |
AfterAssociateRequestDelegate | Represents the method that will handle the AfterAssociateRequest event of a DicomFindSCU. |
![]() |
AfterCFindDelegate | Represents the method that will handle the AfterCFind event. |
![]() |
AfterCGetDelegate | Represents the method that will handle the AfterCGet event. |
![]() |
AfterCMoveDelegate | Represents the method that will handle the AfterCMove event. |
![]() |
AfterConnectDelegate | Represents the method that will handle the AfterConnect event. |
![]() |
AfterCStoreDelegate | Represents the method that will handle the AfterCStoreEvent. |
![]() |
AfterSecureLinkReadyDelegate | Represents the method that will handle the AfterSecureLinkReady event. |
![]() |
BeforeAssociationAcceptDelegate | Represents the method that will handle the BeforeAssociateRequest event of an SCU. |
![]() |
BeforeAssociationRequestDelegate | Represents the method that will handle the BeforeAssociationRequest event of a DicomFindSCU. |
![]() |
BeforeCFindDelegate | Represents the method that will handle the BeforeCFind event of a DicomFindSCU. |
![]() |
BeforeCGetDelegate | Represents the method that will handle the BeforeCGet event. |
![]() |
BeforeCMoveDelegate | Represents the method that will handle the BeforeCMove event. |
![]() |
BeforeConnectDelegate | Represents the method that will handle the BeforeConnect event. |
![]() |
BeforeCStoreDelegate | Represents the method that will handle the BeforeCStore event. |
![]() |
HostReadyDelegate | Represents the method that will handle the QueryRetrieveScu.HostReady event of a QueryRetrieveScu when calling QueryRetrieveScu.Move. |
![]() |
MatchInstanceDelegate | Represents the method that will handle the MatchInstance event. |
![]() |
MatchSeriesDelegate | Represents the method that will handle the MatchSeries event. |
![]() |
MatchStudyDelegate | Represents the method that will handle the MatchStudy event. |
![]() |
MovedDelegate | Represents the method that will handle the Moved event. |
![]() |
PrivateKeyPasswordDelegate | Represents the method that will handle the PrivateKeyPassword event. |
![]() |
ReceiveBufferDelegate | Represents the method that will handle the ReceiveBuffer event. |
![]() |
ReceivedStoreRequestDelegate | Represents the method that will handle the Leadtools.Dicom.Scu.QueryRetrieveScu.ReceivedStoreRequest event. |
![]() |
VerifyCertificateDelegate | Represents the method that will handle the VerifyCertificate event. |
Enumeration | Description | |
---|---|---|
![]() |
CompletionFlag | The estimated degree of completeness of this SR Document with respect to externally defined criteria in a manner specified in the Conformance Statement. |
![]() |
Compression | Specifies the compression to use when issuing a C-STORE-REQ. |
![]() |
InstanceAvailability | The availability of the referenced Instance |
![]() |
InstanceLevel | Defines the level of a composition object instance. |
![]() |
QueryLevel | Defines the level of a C-FIND query. |
![]() |
SkipMethod | Specifies how to handle files during a C-STORE operation. |
![]() |
VerificationFlag | Indicates whether this Structured Report Document is verified. |