DicomObjects.NET.V8
DicomObjects Namespace / DicomQuery Class
Members



DicomQuery Class
Object used for DICOM Query/retrieve SCU operations
Syntax
public class DicomQuery 
public ref class DicomQuery 
'Declaration
 
Public Class DicomQuery 
 
'Usage
 
Dim instance As DicomQuery
Remarks

A DicomQuery Object that facilitates the querying of information and retrieval of images from DICOM servers that support the Query/Retrieve protocols as a Service Class Provider (SCP)

A useful feature of this object is that is re-usable, so as the user descends though a hierarchical search, new constraints may be added, and the search repeated, with having to re-set those already used.

The query object can be used either to retrieve images to itself for data extraction, conversion to JPEG etc., or it may initiate DICOM C-MOVE requests to send the images to another entity, commonly a DicomServer control.

Inheritance Hierarchy

System.Object
   DicomObjects.DicomQuery

Requirements

Target Platforms: .NET CLR 3.5 or higher

See Also