| 320 | } |
| 321 | |
| 322 | std::string mitk::Annotation::GetMicroserviceID() |
| 323 | { |
| 324 | return this->m_ServiceRegistration.GetReference().GetProperty(US_PROPKEY_ID).ToString(); |
| 325 | } |
| 326 | |
| 327 | void mitk::Annotation::RegisterAsMicroservice(us::ServiceProperties props) |
| 328 | { |
no test coverage detected