| 15 | namespace mitk |
| 16 | { |
| 17 | DICOMCodeSequence::DICOMCodeSequence(const std::string& value, const std::string& scheme, const std::string& meaning) |
| 18 | : m_Value(value), m_Scheme(scheme), m_Meaning(meaning) |
| 19 | { |
| 20 | } |
| 21 | |
| 22 | const std::string& DICOMCodeSequence::GetValue() const |
| 23 | { |
no outgoing calls