PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::web::auth::dicomweb_scopes Namespace Reference

Standard OAuth 2.0 scopes for DICOMweb operations. More...

Variables

constexpr std::string_view read = "dicomweb.read"
 
constexpr std::string_view search = "dicomweb.search"
 
constexpr std::string_view write = "dicomweb.write"
 
constexpr std::string_view delete_resource = "dicomweb.delete"
 

Detailed Description

Standard OAuth 2.0 scopes for DICOMweb operations.

Variable Documentation

◆ delete_resource

std::string_view kcenon::pacs::web::auth::dicomweb_scopes::delete_resource = "dicomweb.delete"
constexpr

◆ read

std::string_view kcenon::pacs::web::auth::dicomweb_scopes::read = "dicomweb.read"
constexpr

◆ search

std::string_view kcenon::pacs::web::auth::dicomweb_scopes::search = "dicomweb.search"
constexpr

◆ write

std::string_view kcenon::pacs::web::auth::dicomweb_scopes::write = "dicomweb.write"
constexpr