| 60 | } |
| 61 | |
| 62 | void AddFilePath(const mitk::Image* image, tinyxml2::XMLElement* xmlNode) |
| 63 | { |
| 64 | AddPropertyAsNode(image, mitk::PropertyKeyPathToPropertyName(mitk::IOMetaInformationPropertyConstants::READER_INPUTLOCATION()), "mp:filePath", xmlNode); |
| 65 | } |
| 66 | |
| 67 | void AddSOPInstanceUIDs(const mitk::Image* image, tinyxml2::XMLElement* xmlNode) |
| 68 | { |
no test coverage detected