DicomObjects Reference
DicomObjects Reference / DicomQuery Object / QueryDataSet Method
In This Topic
    QueryDataSet Method
    In This Topic
    Description
    Returns a 'basic' dataset as would be used in DoQuery for modification and use in DoRawQuery
    Syntax
    Visual Basic
    Public Function QueryDataSet() As DicomDataSet
    Remarks
    This method returns exactly the same dataset that would have been used for a DoQuery method, which depends on most of the other DicomQuery parameters such as QueryRootQueryLevel etc.  The result is suitable for passing to DoRawQuery, normally after some modification/addition and this method is particularly useful where a slight variation on the “standard” queries generated by DoQuery is required, but the user does not wish to generate a whole new dataset from scratch.
    See Also