|
PACS System 0.1.0
PACS DICOM system library
|
DIMSE command field enumeration. More...
#include <cstdint>#include <string_view>

Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::network |
| namespace | kcenon::pacs::network::dimse |
Functions | |
Command Field Utilities | |
| constexpr bool | kcenon::pacs::network::dimse::is_request (command_field cmd) noexcept |
| Check if a command field represents a request. | |
| constexpr bool | kcenon::pacs::network::dimse::is_response (command_field cmd) noexcept |
| Check if a command field represents a response. | |
| constexpr bool | kcenon::pacs::network::dimse::is_dimse_c (command_field cmd) noexcept |
| Check if a command is a DIMSE-C command. | |
| constexpr bool | kcenon::pacs::network::dimse::is_dimse_n (command_field cmd) noexcept |
| Check if a command is a DIMSE-N command. | |
| constexpr command_field | kcenon::pacs::network::dimse::get_response_command (command_field request) noexcept |
| Get the corresponding response command for a request. | |
| constexpr command_field | kcenon::pacs::network::dimse::get_request_command (command_field response) noexcept |
| Get the corresponding request command for a response. | |
| constexpr std::string_view | kcenon::pacs::network::dimse::to_string (command_field cmd) noexcept |
| Convert command field to string representation. | |
DIMSE command field enumeration.
This file defines the DIMSE command field values as specified in DICOM PS3.7. Command fields identify the type of DIMSE operation being performed.
Definition in file command_field.h.