The following tables list the members exposed by QueryClient.
Name | Description | |
---|---|---|
QueryClient | Initializes a new instance of this class. |
Name | Description | |
---|---|---|
BaseClient | Initializes a new instance of the BaseClient class. (Inherited from BaseClient) |
Name | Description | |
---|---|---|
CancelFind | Cancels the current Query operation. | |
FindImages | Overloaded. Runs an image-based query with the specified parameters. | |
FindPatients | Overloaded. Runs a patient-based query with the specified parameters. | |
FindSeries | Overloaded. Run a series-based query with the specified parameters. | |
FindStudies | Overloaded. Runs a study-based query with the specified parameters. |
Name | Description | |
---|---|---|
DoCancelFind | Performs the Cancel request for the query process. | |
DoFindImages | Performs an image-based query and fills the Leadtools.Dicom.DicomDataSet with the images that are returned. | |
DoFindPatients | Performs a patient-based query and fills the Leadtools.Dicom.DicomDataSet with the patients that are returned. | |
DoFindSeries | Performs a series-based query and fills the Leadtools.Dicom.DicomDataSet with the series that is returned. | |
DoFindStudies | Performs a studies-based query and fills the Leadtools.Dicom.DicomDataSet with the studies that are returned. |
Name | Description | |
---|---|---|
AddOptionalElementsToTemplate | Gets or sets a value that indicates whether or not optional elements should be added to the Leadtools.Dicom.DicomDataSet template for the query operation. | |
CipherSuiteList | The list of DicomTlsCipherSuiteType used by an SCU to connect securely using Transport Layer Security (TLS) to an SCP. (Inherited from BaseClient) | |
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. | |
LogFileName | Gets or sets the filename for 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 query operation. | |
QueryTemplate | Gets or sets a Leadtools.Dicom.DicomDataSet that is used as a template for the query operation. |
Name | Description | |
---|---|---|
Cancelling | Gets a value that indicates whether the QueryClient is currently cancelling the query operation. |