'Declaration Public Enum BasicOffsetTableHandling Inherits System.Enum
'Usage Dim instance As BasicOffsetTableHandling
public enum BasicOffsetTableHandling : System.Enum
public enum class BasicOffsetTableHandling : public System.Enum
'Declaration Public Enum BasicOffsetTableHandling Inherits System.Enum
'Usage Dim instance As BasicOffsetTableHandling
public enum BasicOffsetTableHandling : System.Enum
public enum class BasicOffsetTableHandling : public System.Enum
Member | Description |
---|---|
CompressAndCache | Each frame is compressed and cached in memory, allowing the lengths to be calculated. The BOT is then written using those lengths, followed by the cached fragments themselves. |
CompressTwice | Each frame is compressed allowing the lengths to be calculated, but the frames are discarded. The BOT is then written using those lengths, followed by the fragments themselves, which are generated by compressing the data a second time. |
Omit | An empty (zero-length) BOT is written |
Seek | The individual fragments are written, and the stream position is then moved back to the BOT to write the locations. This is the most efficient solution to producing a BOT, but is only applicable to seekable media and therefore cannot be used when performing C-STORE etc. |
System.Object
System.ValueType
System.Enum
DicomObjects.Enums.BasicOffsetTableHandling