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






In This Topic
    ProgressiveStatus Enumeration
    In This Topic
    The status of an image being viewed in a progressive manner
    Syntax
    'Declaration
     
    
    Public Enum ProgressiveStatus 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ProgressiveStatus
    public enum ProgressiveStatus : System.Enum 
    public enum ProgressiveStatus = class(System.Enum)
    public enum ProgressiveStatus extends System.Enum
    __value public enum ProgressiveStatus : public System.Enum 
    public enum class ProgressiveStatus : public System.Enum 
    Members
    MemberDescription
    Incomplete The image is currently being retrieved, and will update asynchronously
    NotStarted The meta data and JPEG 2000 Header have not yet been retrieved/
    RequiredResolution All data available and needed for the current display area and resolution has been received, but more may be available if the area or magnification change.
    WholeImage All available data for the image has been retrieved.
    Remarks

    This enumeration is currently only used for JPIP, but is generic, and could be used for other similar transports in the future.

    Note that the values are strictly ordered allowing greater and lesser comparisons to be used.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.ProgressiveStatus

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also