DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / QidoWebClient Class / IncludeAll Property






In This Topic
    IncludeAll Property
    In This Topic
    Controls whether to add includfield=all to the query to request all available fields
    Syntax
    'Declaration
     
    
    Public Property IncludeAll As System.Boolean
    'Usage
     
    
    Dim instance As QidoWebClient
    Dim value As System.Boolean
     
    instance.IncludeAll = value
     
    value = instance.IncludeAll
    public System.bool IncludeAll {get; set;}
    public read-write property IncludeAll: System.Boolean; 
    public function get,set IncludeAll : System.boolean
    public: __property System.bool get_IncludeAll();
    public: __property void set_IncludeAll( 
       System.bool value
    );
    public:
    property System.bool IncludeAll {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also