13 #ifndef MITK_COLLECTION_WRITER_H 14 #define MITK_COLLECTION_WRITER_H 35 static bool ExportCollectionToFolder(
DataCollection* dataCollection, std::string xmlFile , std::vector<std::string> filter);
37 static bool ExportCollectionToFolder(
DataCollection* dataCollection, std::string xmlFile);
54 static bool SaveCollection(
DataCollection* dataCollection, std::vector<std::string> filter, std::string xmlFile =
"");
56 static bool FolderToXml(std::string folder, std::string collectionType, std::string xmlFile, std::vector<std::string> filter, std::vector<std::string> seriesNames);
59 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
#define MITKDATACOLLECTION_EXPORT