Class UnsignedShort
Encapsulates the UnsignedShort 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 UnsignedShort : AbstractElement<ushort>, IDICOMElement
Constructors
View SourceUnsignedShort()
Declaration
public UnsignedShort()
UnsignedShort(Tag, Int32)
Declaration
public UnsignedShort(Tag tag, int data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.Int32 | data |
UnsignedShort(Tag, UInt16)
Declaration
public UnsignedShort(Tag tag, ushort data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.UInt16 | data |
UnsignedShort(Tag, UInt16[])
Declaration
public UnsignedShort(Tag tag, ushort[] data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.UInt16[] | data |