DicomObjects.NET.V8
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:
    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.0 or higher

    See Also