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
DicomTagdata
IByteBuffer
DicomOtherDouble(DicomTag, params double[])
public DicomOtherDouble(DicomTag tag, params double[] values)
Parameters
Properties
ValueRepresentation
Gets the Value Representation of the item.
public override DicomVR ValueRepresentation { get; }
Property Value
Methods
ValidateVM()
protected override void ValidateVM()