Table of Contents

Class DicomOtherDouble

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Other Double (OD)

public class DicomOtherDouble : DicomValueElement<double>, IComparable<DicomItem>, IComparable
Inheritance
DicomOtherDouble
Implements
Inherited Members
Extension Methods

Constructors

DicomOtherDouble(DicomTag, IByteBuffer)

public DicomOtherDouble(DicomTag tag, IByteBuffer data)

Parameters

tag DicomTag
data IByteBuffer

DicomOtherDouble(DicomTag, params double[])

public DicomOtherDouble(DicomTag tag, params double[] values)

Parameters

tag DicomTag
values double[]

Properties

ValueRepresentation

Gets the Value Representation of the item.

public override DicomVR ValueRepresentation { get; }

Property Value

DicomVR

Methods

ValidateVM()

protected override void ValidateVM()