Show / Hide Table of Contents
View Source

Class Signed64bitVeryLong

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

Constructors

View Source

Signed64bitVeryLong()

Declaration
public Signed64bitVeryLong()
View Source

Signed64bitVeryLong(Tag, Int64)

Declaration
public Signed64bitVeryLong(Tag tag, long data)
Parameters
Type Name Description
Tag tag
System.Int64 data
View Source

Signed64bitVeryLong(Tag, Int64[])

Declaration
public Signed64bitVeryLong(Tag tag, long[] data)
Parameters
Type Name Description
Tag tag
System.Int64[] data

Extension Methods

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