|
PACS System 0.1.0
PACS DICOM system library
|
#include <cstdint>#include <string>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::encoding::compression::image_params |
| Parameters describing image pixel data. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::encoding |
| namespace | kcenon::pacs::encoding::compression |
Functions | |
| std::string | kcenon::pacs::encoding::compression::to_string (photometric_interpretation pi) |
| Converts photometric interpretation to DICOM string value. | |
| photometric_interpretation | kcenon::pacs::encoding::compression::parse_photometric_interpretation (const std::string &str) |
| Parses a DICOM photometric interpretation string. | |
Definition in file image_params.h.