DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / QueryReceivedArgs Class / RetrieveType Property



    RetrieveType Property
    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
    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