DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / QueryReceivedArgs Class / RetrieveType Property






In This Topic
    RetrieveType Property
    In This Topic
    The type of retrieval requested
    Syntax
    'Declaration
     
    
    Public Property RetrieveType As RetrieveType
    'Usage
     
    
    Dim instance As QueryReceivedArgs
    Dim value As RetrieveType
     
    instance.RetrieveType = value
     
    value = instance.RetrieveType
    public RetrieveType RetrieveType {get; set;}
    public read-write property RetrieveType: RetrieveType; 
    public function get,set RetrieveType : RetrieveType
    public: __property RetrieveType get_RetrieveType();
    public: __property void set_RetrieveType( 
       RetrieveType value
    );
    public:
    property RetrieveType RetrieveType {
       RetrieveType get();
       void set (    RetrieveType value);
    }
    Remarks
    Until 2009, all DICOM retrievals were "Full", but supplement 119 introduced the concept of "No Bulk data" retrieval, which can be indicated by this property.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also