20#ifndef PACS_SERVICES_SOP_CLASSES_WAVEFORM_STORAGE_HPP
21#define PACS_SERVICES_SOP_CLASSES_WAVEFORM_STORAGE_HPP
38 "1.2.840.10008.5.1.4.1.1.9.1.1";
42 "1.2.840.10008.5.1.4.1.1.9.1.2";
46 "1.2.840.10008.5.1.4.1.1.9.1.3";
50 "1.2.840.10008.5.1.4.1.1.9.2.1";
54 "1.2.840.10008.5.1.4.1.1.9.3.1";
58 "1.2.840.10008.5.1.4.1.1.9.4.1";
62 "1.2.840.10008.5.1.4.1.1.9.4.2";
66 "1.2.840.10008.5.1.4.1.1.9.5.1";
70 "1.2.840.10008.5.1.4.1.1.9.6.1";
74 "1.2.840.10008.5.1.4.1.1.9.6.2";
78 "1.2.840.10008.5.1.4.1.1.9.7.1";
82 "1.2.840.10008.5.1.4.1.1.9.7.2";
86 "1.2.840.10008.5.1.4.1.1.9.7.3";
90 "1.2.840.10008.5.1.4.1.1.9.7.4";
94 "1.2.840.10008.5.1.4.1.1.9.8.1";
103 "1.2.840.10008.5.1.4.1.1.11.11";
107 "1.2.840.10008.5.1.4.1.1.11.12";
174[[nodiscard]] std::vector<std::string>
176 bool include_annotation =
true);
constexpr std::string_view general_ecg_storage_uid
General ECG Waveform Storage SOP Class UID.
constexpr std::string_view ambulatory_ecg_storage_uid
Ambulatory ECG Waveform Storage SOP Class UID.
const waveform_sop_class_info * get_waveform_sop_class_info(std::string_view uid) noexcept
Get information about a specific Waveform SOP Class.
constexpr std::string_view hemodynamic_waveform_storage_uid
Hemodynamic Waveform Storage SOP Class UID.
constexpr std::string_view arterial_pulse_waveform_storage_uid
Arterial Pulse Waveform Storage SOP Class UID.
constexpr std::string_view waveform_annotation_storage_uid
Waveform Annotation Storage SOP Class UID.
bool is_waveform_presentation_state_sop_class(std::string_view uid) noexcept
Check if a SOP Class UID is a Waveform Presentation State SOP Class.
std::vector< std::string > get_waveform_storage_sop_classes(bool include_presentation_state=true, bool include_annotation=true)
Get all Waveform Storage SOP Class UIDs.
waveform_type get_waveform_type(std::string_view uid) noexcept
Get waveform type from SOP Class UID.
constexpr std::string_view cardiac_ep_waveform_storage_uid
Basic Cardiac Electrophysiology Waveform Storage SOP Class UID.
constexpr std::string_view general_audio_waveform_storage_uid
General Audio Waveform Storage SOP Class UID.
constexpr std::string_view respiratory_waveform_storage_uid
Respiratory Waveform Storage SOP Class UID.
constexpr std::string_view twelve_lead_ecg_storage_uid
12-lead ECG Waveform Storage SOP Class UID
constexpr std::string_view sleep_eeg_storage_uid
Sleep Electroencephalogram Waveform Storage SOP Class UID.
constexpr std::string_view eog_waveform_storage_uid
Electrooculogram Waveform Storage SOP Class UID.
constexpr std::string_view waveform_presentation_state_storage_uid
Waveform Presentation State Storage SOP Class UID.
bool is_waveform_storage_sop_class(std::string_view uid) noexcept
Check if a SOP Class UID is a Waveform Storage SOP Class.
bool is_waveform_annotation_sop_class(std::string_view uid) noexcept
Check if a SOP Class UID is a Waveform Annotation SOP Class.
constexpr std::string_view body_position_waveform_storage_uid
Body Position Waveform Storage SOP Class UID.
constexpr std::string_view basic_voice_audio_storage_uid
Basic Voice Audio Waveform Storage SOP Class UID.
constexpr std::string_view emg_waveform_storage_uid
Electromyogram Waveform Storage SOP Class UID.
waveform_type
Waveform type classification.
@ audio_general
General audio.
@ cardiac_ep
Cardiac electrophysiology.
@ ecg_ambulatory
Ambulatory ECG (Holter)
@ hemodynamic
Hemodynamic monitoring.
@ annotation
Waveform Annotation.
@ ecg_general
General ECG.
@ presentation_state
Waveform Presentation State.
@ arterial_pulse
Arterial pulse waveform.
@ audio_basic
Basic voice audio.
@ respiratory
Single-channel respiratory.
@ body_position
Body position.
@ eeg_routine
Routine scalp EEG.
@ respiratory_multi
Multi-channel respiratory.
constexpr std::string_view multichannel_respiratory_waveform_storage_uid
Multi-channel Respiratory Waveform Storage SOP Class UID.
@ unknown
Unknown or unspecified laterality.
constexpr std::string_view routine_scalp_eeg_storage_uid
Routine Scalp Electroencephalogram Waveform Storage SOP Class UID.
std::string_view to_string(dx_photometric_interpretation interp) noexcept
Convert photometric interpretation enum to DICOM string.
std::vector< std::string > get_waveform_transfer_syntaxes()
Get recommended transfer syntaxes for waveform objects.