DicomObjects.NET.8.48 Documentation
DicomObjects.Enums Namespace / RetrieveType Enumeration






In This Topic
    RetrieveType Enumeration
    In This Topic
    The type of retrieval requested
    Syntax
    'Declaration
     
    
    Public Enum RetrieveType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RetrieveType
    public enum RetrieveType : System.Enum 
    public enum RetrieveType = class(System.Enum)
    public enum RetrieveType extends System.Enum
    __value public enum RetrieveType : public System.Enum 
    public enum class RetrieveType : public System.Enum 
    Members
    MemberDescription
    FullFull Data
    NoBulkDataRemove all bulk data before sending
    Remarks
    Until 2009, all DICOM retrievals were "Full", but supplement 119 introduced the concept of "No Bulk data" retrieval which is indicated in the EventArguments.QueryReceivedArgs by a property of this type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.RetrieveType

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also