The following tables list the members exposed by QueryClient.
Name | Description | |
---|---|---|
![]() | QueryClient Constructor | Initializes a new instance of the QueryClient class. |
Name | Description | |
---|---|---|
![]() | ClientAE | Gets the client information. |
![]() | EnableLog | Gets or sets whether logging is enabled. |
![]() | LogFileName | Gets or sets the filename for the log file. |
![]() | Processing | Gets a value that indicates whether the client is currently busy in a query operation. |
Name | Description | |
---|---|---|
![]() | Cancelling | Gets a value that indicates whether the QueryClient is currently cancelling the query operation. |
Name | Description | |
---|---|---|
![]() | CancelFind | Cancels the current Query operation. |
![]() | FindImages | Overloaded. Overloaded. Runs an image-based query with the specified parameters. |
![]() | FindSeries | Overloaded. Overloaded. Runs a series-based query with the specified parameters. |
![]() | FindStudies | Overloaded. 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 DicomDataSet with the images that are returned. |
![]() | DoFindSeries | Performs a series-based query and fills the DicomDataSet with the series that is returned. |
![]() | DoFindStudies | Performs a studies-based query and fills the DicomDataSet with the studies that are returned. |