ShortText
ShortText class
Encapsulates the Short Text (ST) VR type. https://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_6.2.html#:~:text=ST-,Short%20Text,-A%20character%20string.
public sealed class ShortText : SingleValueTextElement
Constructors
Properties
| Name | Description |
|---|
| override Count { get; } | |
| Data { get; set; } | Text element value. Read/Write String. |
| SerializationEncodings { get; set; } | A collection of specific character set used to serialize / deserialize this text element data. Read/Write IReadOnlyCollection of Encoding. |
| Tag { get; } | |
| override ValueRepresentation { get; } | |
Methods
See Also