DicomObjects.NET Core Documentation
DicomObjects.DicomWeb Namespace / QidoEventArgs Class / Results Property



In This Topic
    Results Property (QidoEventArgs)
    In This Topic
    Results to pass back to the client - this must be set before the event returns
    Syntax
    'Declaration
     
    
    Public Property Results As DicomDataSetCollection
    'Usage
     
    
    Dim instance As QidoEventArgs
    Dim value As DicomDataSetCollection
     
    instance.Results = value
     
    value = instance.Results
    public DicomDataSetCollection Results {get; set;}
    public:
    property DicomDataSetCollection^ Results {
       DicomDataSetCollection^ get();
       void set (    DicomDataSetCollection^ value);
    }
    Remarks
    See Limit for how paging can be accomplished
    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