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

Parameters for selective metadata retrieval. More...

#include <metadata_service.h>

Collaboration diagram for kcenon::pacs::web::metadata_request:
Collaboration graph

Public Attributes

std::vector< std::string > tags
 Specific tags to retrieve (hex format: "00280010")
 
std::optional< metadata_presetpreset
 Preset to apply.
 
bool include_private {false}
 Include private tags in response.
 

Detailed Description

Parameters for selective metadata retrieval.

Definition at line 63 of file metadata_service.h.

Member Data Documentation

◆ include_private

bool kcenon::pacs::web::metadata_request::include_private {false}

Include private tags in response.

Definition at line 71 of file metadata_service.h.

71{false};

Referenced by kcenon::pacs::web::metadata_service::get_metadata().

◆ preset

std::optional<metadata_preset> kcenon::pacs::web::metadata_request::preset

Preset to apply.

Definition at line 68 of file metadata_service.h.

Referenced by kcenon::pacs::web::metadata_service::get_metadata().

◆ tags

std::vector<std::string> kcenon::pacs::web::metadata_request::tags

Specific tags to retrieve (hex format: "00280010")

Definition at line 65 of file metadata_service.h.

Referenced by kcenon::pacs::web::metadata_service::get_metadata().


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