Class SignedShort
Encapsulates the SignedShort 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 SignedShort : AbstractElement<short>, IDICOMElement
Constructors
View SourceSignedShort()
Declaration
public SignedShort()
SignedShort(Tag, Int16)
Declaration
public SignedShort(Tag tag, short data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.Int16 | data |
SignedShort(Tag, Int16[])
Declaration
public SignedShort(Tag tag, short[] data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.Int16[] | data |