Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include "mitkDICOMImageBlockDescriptor.h"
#include "mitkTemporoSpatialStringProperty.h"
#include "mitkDICOMTagPath.h"
#include "MitkDICOMExports.h"
Go to the source code of this file.
Namespaces | |
mitk | |
Find image slices visible on a given plane. | |
Typedefs | |
typedef TemporoSpatialStringProperty | mitk::DICOMProperty |
Functions | |
MITKDICOM_EXPORT mitk::BaseProperty::Pointer | mitk::GetDICOMPropertyForDICOMValuesFunctor (const DICOMCachedValueLookupTable &cacheLookupTable) |
MITKDICOM_EXPORT std::map< std::string, BaseProperty::Pointer > | mitk::GetPropertyByDICOMTagPath (const PropertyList *list, const DICOMTagPath &path) |
MITKDICOM_EXPORT std::map< std::string, BaseProperty::Pointer > | mitk::GetPropertyByDICOMTagPath (const BaseData *data, const DICOMTagPath &path) |
template<typename TNumericReturnType > | |
TNumericReturnType | mitk::ConvertDICOMStrToValue (const std::string &dcmValueString) |
template<typename TNumericType > | |
std::string | mitk::ConvertValueToDICOMStr (const TNumericType value) |