Table of Contents

Class DicomShortString

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Short String (SH)

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

Constructors

DicomShortString(DicomTag, params string[])

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

Parameters

tag DicomTag
values string[]

DicomShortString(DicomTag, Encoding[], IByteBuffer)

public DicomShortString(DicomTag tag, Encoding[] encodings, IByteBuffer data)

Parameters

tag DicomTag
encodings Encoding[]
data IByteBuffer

Properties

ValueRepresentation

Gets the Value Representation of the item.

public override DicomVR ValueRepresentation { get; }

Property Value

DicomVR