21#ifndef PACS_SERVICES_SOP_CLASSES_CT_STORAGE_HPP
22#define PACS_SERVICES_SOP_CLASSES_CT_STORAGE_HPP
36 "1.2.840.10008.5.1.4.1.1.2";
40 "1.2.840.10008.5.1.4.1.1.2.1";
45 "1.2.840.10008.5.1.4.1.1.2.2";
bool is_ct_storage_sop_class(std::string_view uid) noexcept
Check if a SOP Class UID is a CT Storage SOP Class.
constexpr std::string_view ct_image_storage_uid
CT Image Storage SOP Class UID.
constexpr std::string_view enhanced_ct_image_storage_uid
Enhanced CT Image Storage SOP Class UID.
constexpr std::string_view ct_for_processing_image_storage_uid
CT For Processing Image Storage SOP Class UID Multi-energy/spectral CT basis material decomposition i...
bool is_valid_ct_photometric(std::string_view value) noexcept
Check if photometric interpretation is valid for CT.
std::vector< std::string > get_ct_storage_sop_classes()
Get all CT Storage SOP Class UIDs.