|
PACS System 0.1.0
PACS DICOM system library
|
A text segment with its associated character set. More...
#include <character_set.h>

Public Attributes | |
| std::string_view | text |
| The raw bytes of this segment. | |
| const character_set_info * | charset |
| The character set for this segment. | |
A text segment with its associated character set.
Represents a contiguous portion of a DICOM string that uses a single character encoding. The decoder splits strings at escape sequence boundaries into these segments.
Definition at line 154 of file character_set.h.
| const character_set_info* kcenon::pacs::encoding::text_segment::charset |
The character set for this segment.
Definition at line 156 of file character_set.h.
| std::string_view kcenon::pacs::encoding::text_segment::text |
The raw bytes of this segment.
Definition at line 155 of file character_set.h.