|
PACS System 0.1.0
PACS DICOM system library
|
MPPS instance data structure. More...
#include <mpps_scp.h>

Public Attributes | |
| std::string | sop_instance_uid |
| SOP Instance UID - unique identifier for this MPPS. | |
| mpps_status | status {mpps_status::in_progress} |
| Current status (always IN PROGRESS for N-CREATE) | |
| std::string | station_ae |
| Performing station AE Title. | |
| core::dicom_dataset | data |
| Complete MPPS dataset from the request. | |
MPPS instance data structure.
Contains information extracted from N-CREATE requests.
Definition at line 98 of file mpps_scp.h.
| core::dicom_dataset kcenon::pacs::services::mpps_instance::data |
Complete MPPS dataset from the request.
Definition at line 109 of file mpps_scp.h.
Referenced by kcenon::pacs::services::mpps_scp::handle_n_create().
| std::string kcenon::pacs::services::mpps_instance::sop_instance_uid |
SOP Instance UID - unique identifier for this MPPS.
Definition at line 100 of file mpps_scp.h.
Referenced by kcenon::pacs::example::pacs_server_app::handle_mpps_create(), and kcenon::pacs::services::mpps_scp::handle_n_create().
| std::string kcenon::pacs::services::mpps_instance::station_ae |
Performing station AE Title.
Definition at line 106 of file mpps_scp.h.
Referenced by kcenon::pacs::example::pacs_server_app::handle_mpps_create(), and kcenon::pacs::services::mpps_scp::handle_n_create().
| mpps_status kcenon::pacs::services::mpps_instance::status {mpps_status::in_progress} |
Current status (always IN PROGRESS for N-CREATE)
Definition at line 103 of file mpps_scp.h.
Referenced by kcenon::pacs::services::mpps_scp::handle_n_create().