PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
n_event_report.h
Go to the documentation of this file.
1// BSD 3-Clause License
2// Copyright (c) 2021-2025, 🍀☀🌕🌥 🌊
3// See the LICENSE file in the project root for full license information.
4
54#ifndef PACS_NETWORK_DIMSE_N_EVENT_REPORT_HPP
55#define PACS_NETWORK_DIMSE_N_EVENT_REPORT_HPP
56
57#include "dimse_message.h"
58
60
61// N-EVENT-REPORT factory functions are declared in dimse_message.hpp:
62// - make_n_event_report_rq()
63// - make_n_event_report_rsp()
64
65} // namespace kcenon::pacs::network::dimse
66
67#endif // PACS_NETWORK_DIMSE_N_EVENT_REPORT_HPP
DIMSE message encoding and decoding.