PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::encoding::text_segment Struct Reference

A text segment with its associated character set. More...

#include <character_set.h>

Collaboration diagram for kcenon::pacs::encoding::text_segment:
Collaboration graph

Public Attributes

std::string_view text
 The raw bytes of this segment.
 
const character_set_infocharset
 The character set for this segment.
 

Detailed Description

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.

Member Data Documentation

◆ charset

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.

◆ text

std::string_view kcenon::pacs::encoding::text_segment::text

The raw bytes of this segment.

Definition at line 155 of file character_set.h.


The documentation for this struct was generated from the following file: