PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
pet_storage.cpp File Reference

Implementation of PET Image Storage SOP Classes. More...

#include "kcenon/pacs/services/sop_classes/pet_storage.h"
#include <algorithm>
#include <array>
Include dependency graph for pet_storage.cpp:

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_pet_transfer_syntaxes ()
 Get recommended transfer syntaxes for PET images.
 
std::string_view kcenon::pacs::services::sop_classes::to_string (pet_photometric_interpretation interp) noexcept
 Convert photometric interpretation enum to DICOM string.
 
pet_photometric_interpretation kcenon::pacs::services::sop_classes::parse_pet_photometric_interpretation (std::string_view value) noexcept
 Parse DICOM photometric interpretation string.
 
bool kcenon::pacs::services::sop_classes::is_valid_pet_photometric (std::string_view value) noexcept
 Check if photometric interpretation is valid for PET.
 
std::vector< std::string > kcenon::pacs::services::sop_classes::get_pet_storage_sop_classes (bool include_retired=true)
 Get all PET Storage SOP Class UIDs.
 
const pet_sop_class_infokcenon::pacs::services::sop_classes::get_pet_sop_class_info (std::string_view uid) noexcept
 Get information about a specific PET SOP Class.
 
bool kcenon::pacs::services::sop_classes::is_pet_storage_sop_class (std::string_view uid) noexcept
 Check if a SOP Class UID is a PET Storage SOP Class.
 
bool kcenon::pacs::services::sop_classes::is_enhanced_pet_sop_class (std::string_view uid) noexcept
 Check if a SOP Class UID is an Enhanced PET Storage SOP Class.
 
std::string_view kcenon::pacs::services::sop_classes::to_string (pet_reconstruction_type recon) noexcept
 Convert PET reconstruction type to string.
 
pet_reconstruction_type kcenon::pacs::services::sop_classes::parse_pet_reconstruction_type (std::string_view value) noexcept
 Parse PET reconstruction type from string.
 
std::string_view kcenon::pacs::services::sop_classes::to_string (pet_units units) noexcept
 Convert PET units to DICOM string.
 
pet_units kcenon::pacs::services::sop_classes::parse_pet_units (std::string_view value) noexcept
 Parse PET units from DICOM string.
 
std::string_view kcenon::pacs::services::sop_classes::to_string (pet_radiotracer tracer) noexcept
 Get radiotracer name string.
 

Detailed Description

Implementation of PET Image Storage SOP Classes.

Definition in file pet_storage.cpp.