Class UnsignedLong
Encapsulates the UnsignedLong VR type
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:EvilDICOM.Core.Element
Assembly:EvilDICOM.dll
Syntax
public class UnsignedLong : AbstractElement<uint>, IDICOMElement
Constructors
View SourceUnsignedLong()
Declaration
public UnsignedLong()
UnsignedLong(Tag, UInt32)
Declaration
public UnsignedLong(Tag tag, uint data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.UInt32 | data |
UnsignedLong(Tag, UInt32[])
Declaration
public UnsignedLong(Tag tag, uint[] data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.UInt32[] | data |