DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also