| 71 | } |
| 72 | |
| 73 | std::string PropName(unsigned int group, unsigned int element) |
| 74 | { |
| 75 | mitk::DICOMTagPath path(group, element); |
| 76 | return mitk::DICOMTagPathToPropertyName(path); |
| 77 | } |
| 78 | |
| 79 | // Property name for a sequence item with concrete index 0. |
| 80 | std::string SeqPropName(unsigned int seqGroup, unsigned int seqElement, |
no test coverage detected