Show / Hide Table of Contents
View Source

Class UnsignedLong

Encapsulates the UnsignedLong VR type

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

Constructors

View Source

UnsignedLong()

Declaration
public UnsignedLong()
View Source

UnsignedLong(Tag, UInt32)

Declaration
public UnsignedLong(Tag tag, uint data)
Parameters
Type Name Description
Tag tag
System.UInt32 data
View Source

UnsignedLong(Tag, UInt32[])

Declaration
public UnsignedLong(Tag tag, uint[] data)
Parameters
Type Name Description
Tag tag
System.UInt32[] data

Extension Methods

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