Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
void mitk::RelationStorage::AddCase | ( | const SemanticTypes::CaseID & | caseID | ) |
Definition at line 673 of file mitkRelationStorage.cpp.
References MITK_DEBUG, and PERSISTENCE_GET_SERVICE_MACRO.
Referenced by mitk::SemanticRelationsIntegration::AddImage().
void mitk::RelationStorage::AddControlPoint | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ControlPoint & | controlPoint | ||
) |
Definition at line 1127 of file mitkRelationStorage.cpp.
References mitk::SemanticTypes::ControlPoint::date, MITK_DEBUG, and mitk::SemanticTypes::ControlPoint::UID.
Referenced by mitk::SemanticRelationsIntegration::AddControlPointAndLinkImage(), and mitk::PlanarFigure::IsPlaced().
void mitk::RelationStorage::AddControlPointToExaminationPeriod | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ControlPoint & | controlPoint, | ||
const SemanticTypes::ExaminationPeriod & | examinationPeriod | ||
) |
Definition at line 1352 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), MITK_DEBUG, mitk::VectorProperty< DATATYPE >::SetValue(), mitk::SemanticTypes::ControlPoint::UID, and mitk::SemanticTypes::ExaminationPeriod::UID.
Referenced by mitk::SemanticRelationsIntegration::AddControlPointToExaminationPeriod(), and mitk::SemanticRelationsIntegration::~SemanticRelationsIntegration().
void mitk::RelationStorage::AddExaminationPeriod | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ExaminationPeriod & | examinationPeriod | ||
) |
Definition at line 1280 of file mitkRelationStorage.cpp.
References MITK_DEBUG, mitk::SemanticTypes::ExaminationPeriod::name, and mitk::SemanticTypes::ExaminationPeriod::UID.
Referenced by mitk::SemanticRelationsIntegration::AddExaminationPeriod(), and mitk::SemanticRelationsIntegration::~SemanticRelationsIntegration().
void mitk::RelationStorage::AddImage | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ID & | imageID | ||
) |
Definition at line 713 of file mitkRelationStorage.cpp.
References MITK_DEBUG.
Referenced by mitk::SemanticRelationsIntegration::AddImage(), and mitk::SemanticRelationsIntegration::~SemanticRelationsIntegration().
void mitk::RelationStorage::AddInformationTypeToImage | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ID & | imageID, | ||
const SemanticTypes::InformationType & | informationType | ||
) |
Definition at line 1458 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), MITK_DEBUG, and mitk::VectorProperty< DATATYPE >::SetValue().
Referenced by mitk::SemanticRelationsIntegration::AddInformationTypeToImage(), and mitk::SemanticRelationsIntegration::~SemanticRelationsIntegration().
void mitk::RelationStorage::AddLesion | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::Lesion & | lesion | ||
) |
Definition at line 864 of file mitkRelationStorage.cpp.
References mitk::SemanticTypes::LesionClass::classType, mitk::SemanticTypes::Lesion::lesionClass, MITK_DEBUG, mitk::SemanticTypes::Lesion::name, mitk::SemanticTypes::LesionClass::UID, and mitk::SemanticTypes::Lesion::UID.
Referenced by mitk::SemanticRelationsIntegration::AddLesion(), QmitkStatisticsTreeModel::NodePredicateChanged(), QmitkLesionTreeModel::NodeRemoved(), and mitk::SemanticRelationsIntegration::~SemanticRelationsIntegration().
void mitk::RelationStorage::AddSegmentation | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ID & | segmentationID, | ||
const SemanticTypes::ID & | parentID | ||
) |
Definition at line 788 of file mitkRelationStorage.cpp.
References MITK_DEBUG.
Referenced by mitk::SemanticRelationsIntegration::AddSegmentation(), and mitk::SemanticRelationsIntegration::~SemanticRelationsIntegration().
std::vector< mitk::SemanticTypes::CaseID > mitk::RelationStorage::GetAllCaseIDs | ( | ) |
Definition at line 663 of file mitkRelationStorage.cpp.
Referenced by mitk::SemanticRelationsTestHelper::ClearRelationStorage().
mitk::SemanticTypes::ControlPointVector mitk::RelationStorage::GetAllControlPointsOfCase | ( | const SemanticTypes::CaseID & | caseID | ) |
Definition at line 238 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), MITK_DEBUG, and mitk::SemanticTypes::ControlPoint::UID.
Referenced by mitk::ComputeLesionPresence(), QmitkStatisticsCalculator::ComputeLesionVolume(), mitk::FindClosestControlPoint(), mitk::FindExistingControlPoint(), mitk::SemanticRelationsInference::GetAllControlPointsOfInformationType(), mitk::SemanticRelationsInference::GetAllControlPointsOfLesion(), mitk::GetControlPointByUID(), mitk::SemanticRelationsInference::InstanceExists(), mitk::SemanticRelationsIntegration::RemoveInformationTypeFromImage(), mitk::SemanticRelationsIntegration::SetControlPointOfImage(), QmitkStatisticsTreeModel::SetData(), QmitkLesionTreeModel::SetData(), and mitk::SortAllExaminationPeriods().
mitk::SemanticTypes::ExaminationPeriodVector mitk::RelationStorage::GetAllExaminationPeriodsOfCase | ( | const SemanticTypes::CaseID & | caseID | ) |
Definition at line 321 of file mitkRelationStorage.cpp.
References mitk::SemanticTypes::ExaminationPeriod::controlPointUIDs, MITK_DEBUG, mitk::SemanticTypes::ExaminationPeriod::name, and mitk::SemanticTypes::ExaminationPeriod::UID.
Referenced by mitk::FindContainingExaminationPeriod(), mitk::SemanticRelationsInference::InstanceExists(), and QmitkPatientTableModel::SetData().
mitk::SemanticTypes::IDVector mitk::RelationStorage::GetAllImageIDsOfCase | ( | const SemanticTypes::CaseID & | caseID | ) |
Definition at line 421 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), and MITK_DEBUG.
Referenced by mitk::SemanticRelationsDataStorageAccess::GetAllImagesOfCase(), mitk::SemanticRelationsInference::InstanceExists(), and mitk::SemanticRelationsIntegration::RemoveInformationTypeFromImage().
mitk::SemanticTypes::IDVector mitk::RelationStorage::GetAllImageIDsOfControlPoint | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ControlPoint & | controlPoint | ||
) |
Definition at line 440 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), MITK_DEBUG, and mitk::SemanticTypes::ControlPoint::UID.
Referenced by mitk::SemanticRelationsInference::GetAllImageIDsOfExaminationPeriod(), and mitk::SemanticRelationsInference::SpecificImageExists().
mitk::SemanticTypes::IDVector mitk::RelationStorage::GetAllImageIDsOfInformationType | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::InformationType & | informationType | ||
) |
Definition at line 484 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), and MITK_DEBUG.
Referenced by mitk::SemanticRelationsInference::SpecificImageExists().
mitk::SemanticTypes::InformationTypeVector mitk::RelationStorage::GetAllInformationTypesOfCase | ( | const SemanticTypes::CaseID & | caseID | ) |
Definition at line 374 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), and MITK_DEBUG.
Referenced by QmitkStatisticsCalculator::ComputeLesionVolume(), mitk::SemanticRelationsInference::GetAllInformationTypesOfControlPoint(), mitk::SemanticRelationsInference::InstanceExists(), QmitkStatisticsTreeModel::SetData(), and QmitkPatientTableModel::SetData().
mitk::SemanticTypes::LesionVector mitk::RelationStorage::GetAllLesionsOfCase | ( | const SemanticTypes::CaseID & | caseID | ) |
Definition at line 173 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), MITK_DEBUG, and mitk::SemanticTypes::Lesion::UID.
Referenced by mitk::SemanticRelationsInference::GetAllLesionClassesOfCase(), mitk::SemanticRelationsInference::GetAllLesionsOfControlPoint(), mitk::SemanticRelationsInference::GetAllLesionsOfInformationType(), mitk::GetLesionByUID(), mitk::SemanticRelationsInference::InstanceExists(), QmitkStatisticsTreeModel::SetData(), and QmitkLesionTreeModel::SetData().
mitk::SemanticTypes::IDVector mitk::RelationStorage::GetAllSegmentationIDsOfCase | ( | const SemanticTypes::CaseID & | caseID | ) |
Definition at line 528 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), and MITK_DEBUG.
Referenced by mitk::SemanticRelationsDataStorageAccess::GetAllSegmentationsOfCase(), and mitk::SemanticRelationsInference::InstanceExists().
mitk::SemanticTypes::IDVector mitk::RelationStorage::GetAllSegmentationIDsOfImage | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ID & | imageID | ||
) |
Definition at line 547 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), and MITK_DEBUG.
Referenced by mitk::SemanticRelationsInference::GetAllLesionsOfImage().
mitk::SemanticTypes::IDVector mitk::RelationStorage::GetAllSegmentationIDsOfLesion | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::Lesion & | lesion | ||
) |
Definition at line 591 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), MITK_DEBUG, and mitk::SemanticTypes::Lesion::UID.
Referenced by mitk::SemanticRelationsInference::GetAllImageIDsOfLesion(), and mitk::SemanticRelationsIntegration::RemoveLesion().
mitk::SemanticTypes::ControlPoint mitk::RelationStorage::GetControlPointOfImage | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ID & | imageID | ||
) |
Definition at line 269 of file mitkRelationStorage.cpp.
References mitk::SemanticTypes::ControlPoint::date, mitk::VectorProperty< DATATYPE >::GetValue(), MITK_DEBUG, and mitk::SemanticTypes::ControlPoint::UID.
Referenced by mitk::SemanticRelationsInference::GetControlPointOfImage(), mitk::SemanticRelationsInference::IsLesionPresentAtControlPoint(), and mitk::SemanticRelationsIntegration::RemoveInformationTypeFromImage().
mitk::SemanticTypes::ID mitk::RelationStorage::GetImageIDOfSegmentation | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ID & | segmentationID | ||
) |
Definition at line 635 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), and MITK_DEBUG.
Referenced by mitk::SemanticRelationsInference::GetAllImageIDsOfLesion().
mitk::SemanticTypes::InformationType mitk::RelationStorage::GetInformationTypeOfImage | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ID & | imageID | ||
) |
Definition at line 393 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), and MITK_DEBUG.
Referenced by mitk::SemanticRelationsDataStorageAccess::GetAllSpecificImages(), mitk::SemanticRelationsInference::GetInformationTypeOfImage(), and mitk::SemanticRelationsIntegration::RemoveInformationTypeFromImage().
mitk::SemanticTypes::Lesion mitk::RelationStorage::GetLesionOfSegmentation | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ID & | segmentationID | ||
) |
Definition at line 203 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), and MITK_DEBUG.
Referenced by mitk::SemanticRelationsInference::GetAllLesionsOfImage(), mitk::SemanticRelationsInference::GetLesionOfSegmentation(), mitk::SemanticRelationsInference::IsLesionPresentOnSegmentation(), and mitk::SemanticRelationsInference::IsRepresentingALesion().
bool mitk::RelationStorage::InstanceExists | ( | const SemanticTypes::CaseID & | caseID | ) |
Definition at line 668 of file mitkRelationStorage.cpp.
Referenced by mitk::SemanticRelationsInference::GetAllImageIDsOfExaminationPeriod(), and mitk::SemanticRelationsInference::GetAllImageIDsOfLesion().
void mitk::RelationStorage::LinkImageToControlPoint | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ID & | imageID, | ||
const SemanticTypes::ControlPoint & | controlPoint | ||
) |
Definition at line 1170 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), MITK_DEBUG, mitk::VectorProperty< DATATYPE >::SetValue(), and mitk::SemanticTypes::ControlPoint::UID.
Referenced by mitk::SemanticRelationsIntegration::LinkImageToControlPoint(), and mitk::SemanticRelationsIntegration::~SemanticRelationsIntegration().
void mitk::RelationStorage::LinkSegmentationToLesion | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ID & | segmentationID, | ||
const SemanticTypes::Lesion & | lesion | ||
) |
Definition at line 947 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), MITK_DEBUG, mitk::VectorProperty< DATATYPE >::SetValue(), and mitk::SemanticTypes::Lesion::UID.
Referenced by mitk::SemanticRelationsIntegration::LinkSegmentationToLesion(), and mitk::SemanticRelationsIntegration::~SemanticRelationsIntegration().
void mitk::RelationStorage::OverwriteLesion | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::Lesion & | lesion | ||
) |
Definition at line 909 of file mitkRelationStorage.cpp.
References mitk::SemanticTypes::LesionClass::classType, mitk::VectorProperty< DATATYPE >::GetValue(), mitk::SemanticTypes::Lesion::lesionClass, MITK_DEBUG, mitk::SemanticTypes::Lesion::name, mitk::SemanticTypes::LesionClass::UID, and mitk::SemanticTypes::Lesion::UID.
Referenced by mitk::SemanticRelationsIntegration::OverwriteLesion(), and mitk::SemanticRelationsIntegration::~SemanticRelationsIntegration().
void mitk::RelationStorage::RemoveControlPoint | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ControlPoint & | controlPoint | ||
) |
Definition at line 1246 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), MITK_DEBUG, mitk::VectorProperty< DATATYPE >::SetValue(), and mitk::SemanticTypes::ControlPoint::UID.
Referenced by mitk::PlanarFigure::GetSelectedControlPoint(), and mitk::SemanticRelationsIntegration::RemoveInformationTypeFromImage().
void mitk::RelationStorage::RemoveControlPointFromExaminationPeriod | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ControlPoint & | controlPoint, | ||
const SemanticTypes::ExaminationPeriod & | examinationPeriod | ||
) |
Definition at line 1386 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), MITK_DEBUG, RemoveExaminationPeriod(), mitk::VectorProperty< DATATYPE >::SetValue(), mitk::SemanticTypes::ControlPoint::UID, and mitk::SemanticTypes::ExaminationPeriod::UID.
Referenced by mitk::SemanticRelationsIntegration::RemoveInformationTypeFromImage().
void mitk::RelationStorage::RemoveExaminationPeriod | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ExaminationPeriod & | examinationPeriod | ||
) |
Definition at line 1425 of file mitkRelationStorage.cpp.
References MITK_DEBUG, and mitk::SemanticTypes::ExaminationPeriod::UID.
Referenced by RemoveControlPointFromExaminationPeriod().
void mitk::RelationStorage::RemoveImage | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ID & | imageID | ||
) |
Definition at line 753 of file mitkRelationStorage.cpp.
References MITK_DEBUG.
Referenced by mitk::SemanticRelationsIntegration::RemoveImage(), and mitk::SemanticRelationsIntegration::~SemanticRelationsIntegration().
void mitk::RelationStorage::RemoveInformationType | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::InformationType & | informationType | ||
) |
Definition at line 1539 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), MITK_DEBUG, and mitk::VectorProperty< DATATYPE >::SetValue().
Referenced by mitk::SemanticRelationsIntegration::RemoveInformationTypeFromImage().
void mitk::RelationStorage::RemoveInformationTypeFromImage | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ID & | imageID | ||
) |
Definition at line 1509 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), MITK_DEBUG, and mitk::VectorProperty< DATATYPE >::SetValue().
Referenced by mitk::SemanticRelationsIntegration::RemoveInformationTypeFromImage(), and mitk::SemanticRelationsIntegration::~SemanticRelationsIntegration().
void mitk::RelationStorage::RemoveLesion | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::Lesion & | lesion | ||
) |
Definition at line 1022 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), MITK_DEBUG, RemoveLesionClass(), mitk::VectorProperty< DATATYPE >::SetValue(), and mitk::SemanticTypes::Lesion::UID.
Referenced by mitk::SemanticRelationsIntegration::RemoveLesion(), and mitk::SemanticRelationsIntegration::~SemanticRelationsIntegration().
void mitk::RelationStorage::RemoveLesionClass | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ID & | lesionClassID | ||
) |
Definition at line 1075 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), and MITK_DEBUG.
Referenced by RemoveLesion().
void mitk::RelationStorage::RemoveSegmentation | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ID & | segmentationID | ||
) |
Definition at line 829 of file mitkRelationStorage.cpp.
References MITK_DEBUG.
Referenced by mitk::SemanticRelationsIntegration::RemoveSegmentation(), and mitk::SemanticRelationsIntegration::~SemanticRelationsIntegration().
void mitk::RelationStorage::RenameExaminationPeriod | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ExaminationPeriod & | examinationPeriod | ||
) |
Definition at line 1320 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), MITK_DEBUG, mitk::SemanticTypes::ExaminationPeriod::name, mitk::VectorProperty< DATATYPE >::SetValue(), and mitk::SemanticTypes::ExaminationPeriod::UID.
Referenced by mitk::SemanticRelationsIntegration::RenameExaminationPeriod(), QmitkPatientTableModel::SetData(), and mitk::SemanticRelationsIntegration::~SemanticRelationsIntegration().
void mitk::RelationStorage::UnlinkImageFromControlPoint | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ID & | imageID | ||
) |
Definition at line 1216 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), MITK_DEBUG, and mitk::VectorProperty< DATATYPE >::SetValue().
Referenced by mitk::SemanticRelationsIntegration::UnlinkImageFromControlPoint(), and mitk::SemanticRelationsIntegration::~SemanticRelationsIntegration().
void mitk::RelationStorage::UnlinkSegmentationFromLesion | ( | const SemanticTypes::CaseID & | caseID, |
const SemanticTypes::ID & | segmentationID | ||
) |
Definition at line 992 of file mitkRelationStorage.cpp.
References mitk::VectorProperty< DATATYPE >::GetValue(), MITK_DEBUG, and mitk::VectorProperty< DATATYPE >::SetValue().
Referenced by mitk::SemanticRelationsIntegration::UnlinkSegmentationFromLesion(), and mitk::SemanticRelationsIntegration::~SemanticRelationsIntegration().