PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::services::performed_series_info Struct Reference

Information about a performed series for N-SET COMPLETED. More...

#include <mpps_scu.h>

Collaboration diagram for kcenon::pacs::services::performed_series_info:
Collaboration graph

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.
 

Detailed Description

Information about a performed series for N-SET COMPLETED.

Contains the details of a series that was performed during the procedure.

Examples
mpps_scu/main.cpp.

Definition at line 46 of file mpps_scu.h.

Member Data Documentation

◆ modality

std::string kcenon::pacs::services::performed_series_info::modality

Modality type (CT, MR, US, etc.)

Definition at line 54 of file mpps_scu.h.

◆ num_instances

size_t kcenon::pacs::services::performed_series_info::num_instances {0}

Number of instances in the series.

Definition at line 66 of file mpps_scu.h.

66{0};

◆ operator_name

std::string kcenon::pacs::services::performed_series_info::operator_name

Name of the operator.

Definition at line 60 of file mpps_scu.h.

◆ performing_physician

std::string kcenon::pacs::services::performed_series_info::performing_physician

Name of the performing physician.

Definition at line 57 of file mpps_scu.h.

◆ series_description

std::string kcenon::pacs::services::performed_series_info::series_description

Series Description.

Definition at line 51 of file mpps_scu.h.

◆ series_uid

std::string kcenon::pacs::services::performed_series_info::series_uid

Series Instance UID.

Definition at line 48 of file mpps_scu.h.

◆ sop_instance_uids

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.


The documentation for this struct was generated from the following file: