UnsignedVeryLong

UnsignedVeryLong(Tag, Span<ulong>)

public UnsignedVeryLong(Tag tag, Span<ulong> data)

See Also


UnsignedVeryLong(Tag, ulong)

Initializes a new instance of the UnsignedVeryLong with the given value and tag.

public UnsignedVeryLong(Tag tag, ulong value)
ParameterTypeDescription
tagTagElement’s tag.
valueUInt64Element’s value.

Exceptions

exceptioncondition
DicomValidationExceptionThe provided data are invalid.

See Also