DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomQuery Class
Members



In This Topic
    DicomQuery Class
    In This Topic
    Object used for DICOM Query/retrieve SCU operations
    Syntax
    'Declaration
     
    
    Public Class DicomQuery 
    'Usage
     
    
    Dim instance As DicomQuery
    public class DicomQuery 
    public ref class 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also