DicomObjects.NET.8.48 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 RequestType = class(System.Enum)
    public enum RequestType extends System.Enum
    __value public enum RequestType : public 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: .NET CLR 4.8 or higher

    See Also