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

NameDescription
OtherWord(Tag, Span<ushort>)
OtherWord(Tag, ushort)Initializes a new instance of the OtherWord with the given value and tag.

Properties

NameDescription
Count { get; }
Data { get; }
Tag { get; }
override ValueRepresentation { get; }

Methods

NameDescription
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