17 #ifndef MITK_COLLECTION_WRITER_H
18 #define MITK_COLLECTION_WRITER_H
23 #include <MitkDataCollectionExports.h>
47 static bool ExportCollectionToFolder(
DataCollection* dataCollection, std::string xmlFile , std::vector<std::string> filter);
49 static bool ExportCollectionToFolder(
DataCollection* dataCollection, std::string xmlFile);
66 static bool SaveCollection(
DataCollection* dataCollection, std::vector<std::string> filter, std::string xmlFile =
"");
68 static bool FolderToXml(std::string folder, std::string collectionType, std::string xmlFile, std::vector<std::string> filter, std::vector<std::string> seriesNames);
71 static bool SingleFolderToXml(std::string folder, std::string xmlFile, std::vector<std::string> filter, std::vector<std::string> seriesNames,
bool longDate =
true,
int skipUntil = 0,
float months = 0);
DataCollection - Class to facilitate loading/accessing structured data.
std::vector< std::vector< std::string > > FileListType