|
PACS System 0.1.0
PACS DICOM system library
|
Classes | |
| struct | association_aborted_event |
| Event published when a DICOM association is aborted. More... | |
| struct | association_established_event |
| Event published when a DICOM association is successfully established. More... | |
| struct | association_released_event |
| Event published when a DICOM association is gracefully released. More... | |
| struct | image_received_event |
| Event published when an image is successfully received via C-STORE. More... | |
| struct | query_executed_event |
| Event published when a C-FIND query is executed. More... | |
| struct | query_failed_event |
| Event published when a C-FIND query fails. More... | |
| struct | retrieve_completed_event |
| Event published when a retrieve operation completes. More... | |
| struct | retrieve_started_event |
| Event published when a retrieve operation (C-MOVE/C-GET) starts. More... | |
| struct | storage_failed_event |
| Event published when a C-STORE operation fails. More... | |
Enumerations | |
| enum class | query_level { patient , study , series , image } |
| Query level enumeration. More... | |
| enum class | retrieve_operation { c_move , c_get } |
| Retrieve operation type. More... | |
Functions | |
| auto | query_level_to_string (query_level level) -> std::string |
| Convert query level to string. | |
| auto | retrieve_operation_to_string (retrieve_operation op) -> std::string |
| Convert retrieve operation to string. | |
|
strong |
|
strong |
|
inlinenodiscard |
Convert query level to string.
Definition at line 176 of file events.h.
|
inlinenodiscard |