OtherByteFragment
Contents
[
Hide
]OtherByteFragment class
Represents a fragment sequence of Other Byte (OB) items. Intended for handling OB fragments of encapsulated (compressed) pixel data.
public class OtherByteFragment : FragmentSequence
Properties
| Name | Description |
|---|---|
| Count { get; } | |
| Fragments { get; } | The collection of fragments. Read-only Byte[][]. |
| OffsetTable { get; } | The fragment offset table. Read-only UInt32[]. |
| Tag { get; } | The DICOM tag associated with the element. Read-only Tag. |
| override ValueRepresentation { get; } |
Methods
| Name | Description |
|---|---|
| AddFragment(Span<byte>) | Adds the given fragment to the collection of fragments. |
| Get<T>(Index) | |
| Get<T>(int) | |
| GetEnumerator() | |
| GetOrDefault<T>(Index) | |
| GetOrDefault<T>(int) | |
| GetValues<T>() | |
| GetValues<T>(Range) | |
| override ToString() | |
| TryGetValue<T>(Index, out T) | |
| TryGetValue<T>(int, out T) |
See Also
- class FragmentSequence
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical