Target (in the DICOM data model) of the request.
More...
#include <Selector.h>
|
| static std::pair< std::string, Selector > | from_path (std::string const &path) |
| | Build selector from URL path, return service path and selector.
|
Target (in the DICOM data model) of the request.
◆ Selector() [1/3]
| odil::webservices::Selector::Selector |
( |
std::map< std::string, std::string > const & | selector = {}, |
|
|
std::vector< int > const & | frames = {} ) |
◆ Selector() [2/3]
| odil::webservices::Selector::Selector |
( |
Selector const & | | ) |
|
|
default |
◆ Selector() [3/3]
| odil::webservices::Selector::Selector |
( |
Selector && | | ) |
|
|
default |
◆ ~Selector()
| odil::webservices::Selector::~Selector |
( |
| ) |
|
|
default |
◆ from_path()
| std::pair< std::string, Selector > odil::webservices::Selector::from_path |
( |
std::string const & | path | ) |
|
|
static |
Build selector from URL path, return service path and selector.
◆ get_frames()
| std::vector< int > const & odil::webservices::Selector::get_frames |
( |
| ) |
const |
◆ get_instance()
| std::string const & odil::webservices::Selector::get_instance |
( |
| ) |
const |
return the wanted instance
◆ get_path()
| std::string odil::webservices::Selector::get_path |
( |
bool | include_frames | ) |
const |
Return the associated URL path, with the optional "frames" component.
◆ get_series()
| std::string const & odil::webservices::Selector::get_series |
( |
| ) |
const |
◆ get_study()
| std::string const & odil::webservices::Selector::get_study |
( |
| ) |
const |
◆ is_instance_present()
| bool odil::webservices::Selector::is_instance_present |
( |
| ) |
const |
return if instance field is present in the selector
◆ is_series_present()
| bool odil::webservices::Selector::is_series_present |
( |
| ) |
const |
return if series field is present in the selector
◆ is_study_present()
| bool odil::webservices::Selector::is_study_present |
( |
| ) |
const |
return if study field is present in the selector
◆ operator!=()
| bool odil::webservices::Selector::operator!= |
( |
Selector const & | other | ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
| bool odil::webservices::Selector::operator== |
( |
Selector const & | other | ) |
const |
◆ set_frames()
| Selector & odil::webservices::Selector::set_frames |
( |
std::vector< int > const & | frames | ) |
|
◆ set_instance()
| Selector & odil::webservices::Selector::set_instance |
( |
std::string const & | instance | ) |
|
◆ set_series()
| Selector & odil::webservices::Selector::set_series |
( |
std::string const & | series | ) |
|
◆ set_study()
| Selector & odil::webservices::Selector::set_study |
( |
std::string const & | study | ) |
|
The documentation for this class was generated from the following file:
- /build/reproducible-path/odil-0.13.0/src/odil/webservices/Selector.h