Show / Hide Table of Contents
View Source

Class SignedShort

Encapsulates the SignedShort VR type

Inheritance
System.Object
AbstractElement<System.Int16>
SignedShort
Inherited Members
AbstractElement<Int16>.VR
AbstractElement<Int16>.Data
AbstractElement<Int16>.Data_
AbstractElement<Int16>.Tag
AbstractElement<Int16>.DatType
AbstractElement<Int16>.DData
AbstractElement<Int16>.DData_
AbstractElement<Int16>.ToString()
AbstractElement<Int16>.SetData(Int16)
AbstractElement<Int16>.SetData(Int16[])
AbstractElement<Int16>.GetDataOrDefault()
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 Source

SignedShort()

Declaration
public SignedShort()
View Source

SignedShort(Tag, Int16)

Declaration
public SignedShort(Tag tag, short data)
Parameters
Type Name Description
Tag tag
System.Int16 data
View Source

SignedShort(Tag, Int16[])

Declaration
public SignedShort(Tag tag, short[] data)
Parameters
Type Name Description
Tag tag
System.Int16[] data

Extension Methods

IDICOMElementExtensions.IsVR(VR)
IDICOMElementExtensions.ToXElement()
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX