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
DicomShortText(DicomTag, Encoding[], IByteBuffer)
public DicomShortText(DicomTag tag, Encoding[] encodings, IByteBuffer data)
Parameters
tag
DicomTagencodings
Encoding[]data
IByteBuffer
Properties
ValueRepresentation
Gets the Value Representation of the item.
public override DicomVR ValueRepresentation { get; }