LongText
LongText class
Encapsulates the Long Text (LT) VR type. https://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_6.2.html#:~:text=LT-,Long%20Text,-A%20character%20string.
public sealed class LongText : 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