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

Parsed part from multipart request. More...

#include <dicomweb_endpoints.h>

Collaboration diagram for kcenon::pacs::web::dicomweb::multipart_part:
Collaboration graph

Public Attributes

std::string content_type
 Content-Type of this part.
 
std::string content_location
 Content-Location header (optional)
 
std::string content_id
 Content-ID header (optional)
 
std::vector< uint8_t > data
 Binary data of this part.
 

Detailed Description

Parsed part from multipart request.

Represents a single part extracted from a multipart/related request body.

Definition at line 209 of file dicomweb_endpoints.h.

Member Data Documentation

◆ content_id

std::string kcenon::pacs::web::dicomweb::multipart_part::content_id

Content-ID header (optional)

Definition at line 212 of file dicomweb_endpoints.h.

Referenced by kcenon::pacs::web::dicomweb::multipart_parser::parse().

◆ content_location

std::string kcenon::pacs::web::dicomweb::multipart_part::content_location

Content-Location header (optional)

Definition at line 211 of file dicomweb_endpoints.h.

Referenced by kcenon::pacs::web::dicomweb::multipart_parser::parse().

◆ content_type

std::string kcenon::pacs::web::dicomweb::multipart_part::content_type

Content-Type of this part.

Definition at line 210 of file dicomweb_endpoints.h.

Referenced by kcenon::pacs::web::dicomweb::multipart_parser::parse().

◆ data

std::vector<uint8_t> kcenon::pacs::web::dicomweb::multipart_part::data

Binary data of this part.

Definition at line 213 of file dicomweb_endpoints.h.

Referenced by kcenon::pacs::web::dicomweb::multipart_parser::parse().


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