|
PACS System 0.1.0
PACS DICOM system library
|
Information about a performed series. More...
#include <mpps_record.h>

Public Attributes | |
| std::string | series_uid |
| Series Instance UID. | |
| std::string | protocol_name |
| Protocol name used. | |
| int | num_instances {0} |
| Number of instances in this series. | |
Information about a performed series.
Used to track which series were created during the procedure.
Definition at line 83 of file mpps_record.h.
| int kcenon::pacs::storage::performed_series_info::num_instances {0} |
| std::string kcenon::pacs::storage::performed_series_info::protocol_name |
Protocol name used.
Definition at line 85 of file mpps_record.h.
| std::string kcenon::pacs::storage::performed_series_info::series_uid |
Series Instance UID.
Definition at line 84 of file mpps_record.h.