PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::services::sop_class_info Struct Reference

Complete information about a SOP Class. More...

#include <sop_class_registry.h>

Collaboration diagram for kcenon::pacs::services::sop_class_info:
Collaboration graph

Public Attributes

std::string_view uid
 SOP Class UID.
 
std::string_view name
 Human-readable name.
 
sop_class_category category
 Service class category.
 
modality_type modality
 Modality (for storage classes)
 
bool is_retired
 Whether this SOP class is retired.
 
bool supports_multiframe
 Multi-frame support (for storage)
 

Detailed Description

Complete information about a SOP Class.

Definition at line 81 of file sop_class_registry.h.

Member Data Documentation

◆ category

sop_class_category kcenon::pacs::services::sop_class_info::category

◆ is_retired

bool kcenon::pacs::services::sop_class_info::is_retired

Whether this SOP class is retired.

Examples
/home/runner/work/pacs_system/pacs_system/include/kcenon/pacs/services/sop_class_registry.h.

Definition at line 86 of file sop_class_registry.h.

◆ modality

modality_type kcenon::pacs::services::sop_class_info::modality

◆ name

std::string_view kcenon::pacs::services::sop_class_info::name

◆ supports_multiframe

bool kcenon::pacs::services::sop_class_info::supports_multiframe

◆ uid

std::string_view kcenon::pacs::services::sop_class_info::uid

The documentation for this struct was generated from the following file: