|
PACS System 0.1.0
PACS DICOM system library
|
Parsed part from multipart request. More...
#include <dicomweb_endpoints.h>

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. | |
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.
| 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().
| 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().
| 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().
| 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().