SignedVeryLong

SignedVeryLong class

Encapsulates the Signed Very Long (SV) VR type. https://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_6.2.html#:~:text=Section%206.2)-,SV,-Signed%2064%2Dbit.

public sealed class SignedVeryLong : ValueElement<long>

Constructors

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

Properties

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

Methods

NameDescription
Add(long)
AddRange(Span<long>)
ConvertData<TOutput>(Func<long, 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, long)
Remove(long)
RemoveAt(int)
Replace(IEnumerable<long>)
override ToString()
TryGetValue<TValue>(Index, out TValue)
TryGetValue<TValue>(int, out TValue)

See Also