|
PACS System 0.1.0
PACS DICOM system library
|
Implementation of character set-aware dataset string access. More...

Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::encoding |
Functions | |
| std::string | kcenon::pacs::encoding::get_decoded_string (const core::dicom_dataset &ds, core::dicom_tag tag, std::string_view default_value="") |
| Get a string value from dataset, decoded to UTF-8. | |
| void | kcenon::pacs::encoding::set_encoded_string (core::dicom_dataset &ds, core::dicom_tag tag, vr_type vr, std::string_view utf8_value) |
| Set a string value in dataset, encoding from UTF-8. | |
Implementation of character set-aware dataset string access.
Definition in file dataset_charset.cpp.