Show / Hide Table of Contents
View Source

Class Unsigned64bitVeryLong

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

Constructors

View Source

Unsigned64bitVeryLong()

Declaration
public Unsigned64bitVeryLong()
View Source

Unsigned64bitVeryLong(Tag, UInt64)

Declaration
public Unsigned64bitVeryLong(Tag tag, ulong data)
Parameters
Type Name Description
Tag tag
System.UInt64 data
View Source

Unsigned64bitVeryLong(Tag, UInt64[])

Declaration
public Unsigned64bitVeryLong(Tag tag, ulong[] data)
Parameters
Type Name Description
Tag tag
System.UInt64[] data

Extension Methods

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