Table of Contents

Class DicomOtherFloat

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Other Float (OF)

public class DicomOtherFloat : DicomValueElement<float>, IComparable<DicomItem>, IComparable
Inheritance
DicomOtherFloat
Implements
Inherited Members
Extension Methods

Constructors

DicomOtherFloat(DicomTag, IByteBuffer)

public DicomOtherFloat(DicomTag tag, IByteBuffer data)

Parameters

tag DicomTag
data IByteBuffer

DicomOtherFloat(DicomTag, params float[])

public DicomOtherFloat(DicomTag tag, params float[] values)

Parameters

tag DicomTag
values float[]

Properties

ValueRepresentation

Gets the Value Representation of the item.

public override DicomVR ValueRepresentation { get; }

Property Value

DicomVR

Methods

ValidateVM()

protected override void ValidateVM()