Show / Hide Table of Contents
View Source

Class UnsignedShort

Encapsulates the UnsignedShort VR type

Inheritance
System.Object
AbstractElement<System.UInt16>
UnsignedShort
Inherited Members
AbstractElement<UInt16>.VR
AbstractElement<UInt16>.Data
AbstractElement<UInt16>.Data_
AbstractElement<UInt16>.Tag
AbstractElement<UInt16>.DatType
AbstractElement<UInt16>.DData
AbstractElement<UInt16>.DData_
AbstractElement<UInt16>.ToString()
AbstractElement<UInt16>.SetData(UInt16)
AbstractElement<UInt16>.SetData(UInt16[])
AbstractElement<UInt16>.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 UnsignedShort : AbstractElement<ushort>, IDICOMElement

Constructors

View Source

UnsignedShort()

Declaration
public UnsignedShort()
View Source

UnsignedShort(Tag, Int32)

Declaration
public UnsignedShort(Tag tag, int data)
Parameters
Type Name Description
Tag tag
System.Int32 data
View Source

UnsignedShort(Tag, UInt16)

Declaration
public UnsignedShort(Tag tag, ushort data)
Parameters
Type Name Description
Tag tag
System.UInt16 data
View Source

UnsignedShort(Tag, UInt16[])

Declaration
public UnsignedShort(Tag tag, ushort[] data)
Parameters
Type Name Description
Tag tag
System.UInt16[] data

Extension Methods

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