Table of Contents

Class DicomUnknown

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Unknown (UN)

public class DicomUnknown : DicomOtherByte, IComparable<DicomItem>, IComparable
Inheritance
DicomUnknown
Implements
Inherited Members
Extension Methods

Constructors

DicomUnknown(DicomTag, IByteBuffer)

public DicomUnknown(DicomTag tag, IByteBuffer data)

Parameters

tag DicomTag
data IByteBuffer

DicomUnknown(DicomTag, params byte[])

public DicomUnknown(DicomTag tag, params byte[] values)

Parameters

tag DicomTag
values byte[]

Properties

ValueRepresentation

Gets the Value Representation of the item.

public override DicomVR ValueRepresentation { get; }

Property Value

DicomVR

Methods

ValidateVM()

protected override void ValidateVM()