Medical Imaging Interaction Toolkit  2023.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkLesionManager.h File Reference

Go to the source code of this file.

Namespaces

 mitk
 Find image slices visible on a given plane.
 

Typedefs

typedef std::vector< SemanticTypes::LesionClass > mitk::LesionClassVector
 

Functions

MITKSEMANTICRELATIONS_EXPORT SemanticTypes::Lesion mitk::GenerateNewLesion (const std::string &lesionClassType="")
 Generate a new lesion and lesion class with UIDs and the given string as lesion class type. More...
 
MITKSEMANTICRELATIONS_EXPORT SemanticTypes::LesionClass mitk::GenerateNewLesionClass (const std::string &lesionClassType="")
 Generate a new lesion class with UID and the given string as lesion class type. More...
 
MITKSEMANTICRELATIONS_EXPORT SemanticTypes::Lesion mitk::GetLesionByUID (const SemanticTypes::CaseID &caseID, const SemanticTypes::ID &lesionUID)
 Find and return a whole lesion including its lesion class given a specific lesion UID. More...
 
MITKSEMANTICRELATIONS_EXPORT SemanticTypes::LesionClass mitk::FindExistingLesionClass (const SemanticTypes::CaseID &caseID, const std::string &lesionClassType)
 Find and return the whole lesion class including its UID given a specific lesion class type. More...
 
MITKSEMANTICRELATIONS_EXPORT void mitk::ComputeLesionPresence (LesionData &lesionData, const SemanticTypes::CaseID &caseID)
 Compute and store lesion presence for all available control points and information types. More...