Table of Contents

Class DicomShortText

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Short Text (ST)

public class DicomShortText : DicomStringElement, IComparable<DicomItem>, IComparable
Inheritance
DicomShortText
Implements
Inherited Members
Extension Methods

Constructors

DicomShortText(DicomTag, string)

public DicomShortText(DicomTag tag, string value)

Parameters

tag DicomTag
value string

DicomShortText(DicomTag, Encoding[], IByteBuffer)

public DicomShortText(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