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