The following tables list the members exposed by DicomDirQueryClient.
| Name | Description | |
|---|---|---|
| DicomDirQueryClient Constructor | Initializes a new instance of the DicomDirQueryClient class. |
| Name | Description | |
|---|---|---|
| DicomDirPath | Gets the name of the file that contains the DICOMDIR to be queried. |
| EnableLog | Gets or sets whether logging is enabled. (Inherited from Leadtools.Medical.Workstation.Client.QueryClient) |
| LogFileName | Gets or sets the filename for the log file. (Inherited from Leadtools.Medical.Workstation.Client.QueryClient) |
| Processing | Gets a value that indicates whether the client is currently busy in a query operation. (Inherited from Leadtools.Medical.Workstation.Client.QueryClient) |
| Name | Description | |
|---|---|---|
| Cancelling | Gets a value that indicates whether the QueryClient is currently cancelling the query operation. (Inherited from Leadtools.Medical.Workstation.Client.QueryClient) |
| Name | Description | |
|---|---|---|
| CancelFind | Cancels the current Query operation. (Inherited from Leadtools.Medical.Workstation.Client.QueryClient) |
| FindImages | Overloaded. Overloaded. Runs an image-based query with the specified parameters. (Inherited from Leadtools.Medical.Workstation.Client.QueryClient) |
| FindSeries | Overloaded. Overloaded. Runs a series-based query with the specified parameters. (Inherited from Leadtools.Medical.Workstation.Client.QueryClient) |
| FindStudies | Overloaded. Overloaded. Runs a study-based query with the specified parameters. (Inherited from Leadtools.Medical.Workstation.Client.QueryClient) |
| Name | Description | |
|---|---|---|
| DoCancelFind | Overridden. Cancels the current query operation. (Inherited from QueryClient) |
| DoFindImages | Overridden. Performs an image-based query on the DICOMDIR and fills the Leadtools.Dicom.DicomDataSet with the images that are returned. (Inherited from QueryClient) |
| DoFindSeries | Overridden. Performs a series-based query on the DICOMDIR and fills the Leadtools.Dicom.DicomDataSet with the series that is returned. (Inherited from QueryClient) |
| DoFindStudies | Overridden. Performs a studies-based query on the DICOMDIR and fills the Leadtools.Dicom.DicomDataSet with the studies that are returned. (Inherited from QueryClient) |