'Declaration Public Enum ProgressiveStatus Inherits System.Enum
'Usage Dim instance As ProgressiveStatus
public enum ProgressiveStatus : System.Enum
public enum class ProgressiveStatus : public System.Enum
'Declaration Public Enum ProgressiveStatus Inherits System.Enum
'Usage Dim instance As ProgressiveStatus
public enum ProgressiveStatus : System.Enum
public enum class ProgressiveStatus : public System.Enum
Member | Description |
---|---|
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. |
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.
System.Object
System.ValueType
System.Enum
DicomObjects.Enums.ProgressiveStatus