|
PACS System 0.1.0
PACS DICOM system library
|
Implementation of Parametric Map Storage SOP Class utilities. More...

Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::services |
| namespace | kcenon::pacs::services::sop_classes |
Functions | |
| std::vector< std::string > | kcenon::pacs::services::sop_classes::get_parametric_map_transfer_syntaxes () |
| Get recommended transfer syntaxes for Parametric Map objects. | |
| uint16_t | kcenon::pacs::services::sop_classes::get_bits_allocated (pixel_value_representation repr) noexcept |
| Get bits allocated for a pixel value representation. | |
| pixel_value_representation | kcenon::pacs::services::sop_classes::parse_pixel_value_representation (uint16_t bits_allocated) noexcept |
| Parse pixel value representation from BitsAllocated value. | |
| bool | kcenon::pacs::services::sop_classes::is_valid_parametric_map_bits_allocated (uint16_t bits_allocated) noexcept |
| Check if a BitsAllocated value is valid for parametric maps. | |
| std::vector< std::string > | kcenon::pacs::services::sop_classes::get_parametric_map_storage_sop_classes () |
| Get all Parametric Map Storage SOP Class UIDs. | |
| const parametric_map_sop_class_info * | kcenon::pacs::services::sop_classes::get_parametric_map_sop_class_info (std::string_view uid) noexcept |
| Get information about the Parametric Map SOP Class. | |
| bool | kcenon::pacs::services::sop_classes::is_parametric_map_storage_sop_class (std::string_view uid) noexcept |
| Check if a SOP Class UID is Parametric Map Storage. | |
| bool | kcenon::pacs::services::sop_classes::is_valid_parametric_map_photometric (std::string_view value) noexcept |
| Check if photometric interpretation is valid for parametric maps. | |
Implementation of Parametric Map Storage SOP Class utilities.
Definition in file parametric_map_storage.cpp.