DicomObjects.NET Core 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 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also