Show / Hide Table of Contents
View Source

Class SignedLong

Encapsulates the SignedLong VR type

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

Constructors

View Source

SignedLong()

Declaration
public SignedLong()
View Source

SignedLong(Tag, Int32)

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

SignedLong(Tag, Int32[])

Declaration
public SignedLong(Tag tag, int[] data)
Parameters
Type Name Description
Tag tag
System.Int32[] data

Extension Methods

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