Table of Contents

Class DicomCodeString

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Code String (CS)

public class DicomCodeString : DicomMultiStringElement, IComparable<DicomItem>, IComparable
Inheritance
DicomCodeString
Implements
Inherited Members
Extension Methods

Constructors

DicomCodeString(DicomTag, IByteBuffer)

public DicomCodeString(DicomTag tag, IByteBuffer data)

Parameters

tag DicomTag
data IByteBuffer

DicomCodeString(DicomTag, params string[])

public DicomCodeString(DicomTag tag, params string[] values)

Parameters

tag DicomTag
values string[]

Properties

ValueRepresentation

Gets the Value Representation of the item.

public override DicomVR ValueRepresentation { get; }

Property Value

DicomVR