DicomObjects.NET Core Documentation
DicomObjects.Enums Namespace / RequestType Enumeration



In This Topic
    RequestType Enumeration
    In This Topic
    Enum used in the DicomObjects.Internal.PixelRequest class to pecify the required usage of the data requested
    Syntax
    'Declaration
     
    
    Public Enum RequestType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RequestType
    public enum RequestType : System.Enum 
    public enum class RequestType : public System.Enum 
    Members
    MemberDescription
    Background Low priority background request to satisfy a possible future requirement
    Display Data is for display - i.e. it will may be acquired asynchronously
    Synchronous Data must be acquired synchronously (e.g. for Writing out, or generating a bitmap etc.)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.RequestType

    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