The following tables list the members exposed by StoreClient.
Public Constructors
Name | Description | |
---|---|---|
StoreClient | Initializes a new instance of the StoreClient class. |
Protected Constructors
Name | Description | |
---|---|---|
BaseClient | Initializes a new instance of the BaseClient class. (Inherited from BaseClient) |
Public Methods
Name | Description | |
---|---|---|
CancelStore | Cancels the current store operation. | |
StoreSeries | Start the operation of storing the DICOM instances with the provided parameters. |
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 client information. | |
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) | |
DataAccess | Gets the data access object which is used to query for the images to be stored. | |
EnableLog | Gets or sets whether logging is enabled. | |
LogFileName | Gets or sets the log file name. | |
OpenSslContextCreationSettings | The Transport Layer Security (TLS) options used by an SCU to connect securely to an SCP. (Inherited from BaseClient) | |
Processing | Gets whether the client is currently busy in a store operation. | |
SCP | Gets the DICOM Server information to which the store is being performed against. |
Public Events
Name | Description | |
---|---|---|
InstanceStored | Occurs when a DICOM instance is stored. |