|
PACS System 0.1.0
PACS DICOM system library
|
Information about a performed series for N-SET COMPLETED. More...
#include <mpps_scu.h>

Public Attributes | |
| std::string | series_uid |
| Series Instance UID. | |
| std::string | series_description |
| Series Description. | |
| std::string | modality |
| Modality type (CT, MR, US, etc.) | |
| std::string | performing_physician |
| Name of the performing physician. | |
| std::string | operator_name |
| Name of the operator. | |
| std::vector< std::string > | sop_instance_uids |
| List of SOP Instance UIDs in this series. | |
| size_t | num_instances {0} |
| Number of instances in the series. | |
Information about a performed series for N-SET COMPLETED.
Contains the details of a series that was performed during the procedure.
Definition at line 46 of file mpps_scu.h.
| std::string kcenon::pacs::services::performed_series_info::modality |
Modality type (CT, MR, US, etc.)
Definition at line 54 of file mpps_scu.h.
| size_t kcenon::pacs::services::performed_series_info::num_instances {0} |
| std::string kcenon::pacs::services::performed_series_info::operator_name |
Name of the operator.
Definition at line 60 of file mpps_scu.h.
| std::string kcenon::pacs::services::performed_series_info::performing_physician |
Name of the performing physician.
Definition at line 57 of file mpps_scu.h.
| std::string kcenon::pacs::services::performed_series_info::series_description |
Series Description.
Definition at line 51 of file mpps_scu.h.
| std::string kcenon::pacs::services::performed_series_info::series_uid |
Series Instance UID.
Definition at line 48 of file mpps_scu.h.
| std::vector<std::string> kcenon::pacs::services::performed_series_info::sop_instance_uids |
List of SOP Instance UIDs in this series.
Definition at line 63 of file mpps_scu.h.