13 #ifndef MITKBASEDICOMREADERSERVICE_H 14 #define MITKBASEDICOMREADERSERVICE_H 37 std::vector<itk::SmartPointer<BaseData> > Read()
override;
48 virtual mitk::DICOMFileReader::Pointer GetReader(
const mitk::StringList& relevantFiles)
const = 0;
60 #endif // MITKBASEDICOMREADERSERVICE_H #define MITKDICOMREADER_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
std::vector< itk::SmartPointer< BaseData > > Read() override=0
Reads a path or stream and creates a list of BaseData objects.
The CustomMimeType class represents a custom mime-type which may be registered as a service object...
ConfidenceLevel
A confidence level describing the confidence of the reader or writer in handling the given data...
std::string MITKDICOMREADER_EXPORT GenerateNameFromDICOMProperties(const mitk::IPropertyProvider *provider)
std::vector< std::string > StringList
Base class for creating mitk::BaseData objects from files or streams.