Unknown

Unknown(Tag, Span<byte>)

public Unknown(Tag tag, Span<byte> data)

See Also


Unknown(Tag, byte)

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

public Unknown(Tag tag, byte value)
ParameterTypeDescription
tagTagElement’s tag.
valueByteElement’s value.

Exceptions

exceptioncondition
DicomValidationExceptionThe provided data are invalid.

See Also