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



ProgressiveStatus Enumeration
The status of an image being viewed in a progressive manner
Syntax
'Declaration
 
Public Enum ProgressiveStatus 
   Inherits System.Enum
 
'Usage
 
Dim instance As ProgressiveStatus
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: 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