UnsignedVeryLong
UnsignedVeryLong(Tag, Span<ulong>)
public UnsignedVeryLong(Tag tag, Span<ulong> data)
See Also
- class Tag
- class UnsignedVeryLong
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical
UnsignedVeryLong(Tag, ulong)
Initializes a new instance of the UnsignedVeryLong with the given value and tag.
public UnsignedVeryLong(Tag tag, ulong value)
| Parameter | Type | Description |
|---|---|---|
| tag | Tag | Element’s tag. |
| value | UInt64 | Element’s value. |
Exceptions
| exception | condition |
|---|---|
| DicomValidationException | The provided data are invalid. |
See Also
- class Tag
- class UnsignedVeryLong
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical