OtherWord
OtherWord class
Encapsulates the Other Word (OW) VR type. https://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_6.2.html#:~:text=OW-,Other%20Word,-A%20stream%20of.
public sealed class OtherWord : ValueElement<ushort>
Constructors
| Name | Description |
|---|---|
| OtherWord(Tag, Span<ushort>) | |
| OtherWord(Tag, ushort) | Initializes a new instance of the OtherWord with the given value and tag. |
Properties
| Name | Description |
|---|---|
| Count { get; } | |
| Data { get; } | |
| Tag { get; } | |
| override ValueRepresentation { get; } |
Methods
| Name | Description |
|---|---|
| Add(ushort) | |
| AddRange(Span<ushort>) | |
| ConvertData<TOutput>(Func<ushort, TOutput>) | |
| Get(int) | |
| Get<TValue>(Index) | |
| Get<TValue>(int) | |
| GetOrDefault<TValue>(Index) | |
| GetOrDefault<TValue>(int) | |
| GetSingleOrDefault() | |
| GetValues() | |
| GetValues(Range) | |
| GetValues<TValue>() | |
| GetValues<TValue>(Range) | |
| Insert(int, ushort) | |
| Remove(ushort) | |
| RemoveAt(int) | |
| Replace(IEnumerable<ushort>) | |
| override ToString() | |
| TryGetValue<TValue>(Index, out TValue) | |
| TryGetValue<TValue>(int, out TValue) |
See Also
- class ValueElement<T>
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical