The following tables list the members exposed by RetrieveClient.
Public Constructors
Name | Description | |
---|---|---|
RetrieveClient | Initializes a new instance of this class. |
Protected Constructors
Name | Description | |
---|---|---|
BaseClient | Initializes a new instance of the BaseClient class. (Inherited from BaseClient) |
Public Methods
Name | Description | |
---|---|---|
CancelRetrieve | Cancels the current retrieve operation. | |
RetrieveImages | Starts the DICOM DataSets retrieval operation. |
Protected Methods
Name | Description | |
---|---|---|
DoCancelRetrieve | Performs the Cancel request for the retrieve process. | |
DoRetrieveImages | Performs the retrieve operation for the matching DICOM instance. | |
OnDicomDataSetReceived | Provides information for the InstanceReceivedEventArgs and raises the InstanceReceived event. | |
OnInstanceMoved | Raises the InstanceMoved event. | |
OnInstanceReceived | Raises the InstanceReceived event. |
Public Properties
Name | Description | |
---|---|---|
CipherSuiteList | The list of DicomTlsCipherSuiteType used by an SCU to connect securely using Transport Layer Security (TLS) to an SCP. (Inherited from BaseClient) | |
ClientAE | Gets the information about the client. | |
ClientCertificate | The path to the file that contains the client certificate used by an SCU to connect securely using Transport Layer Security (TLS) to an SCP. (Inherited from BaseClient) | |
ClientCertificateKey | The path to the file that contains the client certificate key used with the ClientCertificate, used by an SCU to connect securely using Transport Layer Security (TLS) to an SCP. (Inherited from BaseClient) | |
ClientCertificateKeyPassword | The password to use if the ClientCertificateKey file is password-encrypted. (Inherited from BaseClient) | |
ClientCertificateType | Gets or sets the type of ClientCertificate. (Inherited from BaseClient) | |
EnableLog | Gets or sets whether logging is enabled. | |
LoadDataSetOnRetrieve | Gets or sets a value that indicates whether to load the retrieved Leadtools.Dicom.DicomDataSet. | |
LogFileName | Gets or sets the name of the log file. | |
OpenSslContextCreationSettings | The Transport Layer Security (TLS) options used by an SCU to connect securely to an SCP. (Inherited from BaseClient) | |
Processing | Gets a value that indicates whether the client is currently busy in a retrieve operation. |
Protected Properties
Name | Description | |
---|---|---|
Cancelling | Gets a value that indicates whether the RetrieveClient is currently cancelling the retrieve operation. |
Public Events
Name | Description | |
---|---|---|
InstanceMoved | Occurs when a Leadtools.Dicom.DicomDataSet is successfully moved. | |
InstanceReceived | Occurs when a Leadtools.Dicom.DicomDataSet is retrieved. |