Show / Hide Table of Contents
View Source

Class DecimalString

Encapsulates the DecimalString VR type

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

Constructors

View Source

DecimalString()

Declaration
public DecimalString()
View Source

DecimalString(Tag, Double)

Declaration
public DecimalString(Tag tag, double data)
Parameters
Type Name Description
Tag tag
System.Double data
View Source

DecimalString(Tag, Double[])

Declaration
public DecimalString(Tag tag, double[] data)
Parameters
Type Name Description
Tag tag
System.Double[] data
View Source

DecimalString(Tag, String)

Declaration
public DecimalString(Tag tag, string data)
Parameters
Type Name Description
Tag tag
System.String data

Extension Methods

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