Mercurial > hg > orthanc
comparison Core/DicomFormat/DicomArray.h @ 3518:a57c8163d9ae
DicomMap::GetStringValue()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 11 Sep 2019 17:00:59 +0200 |
parents | 4e43e67f8ecf |
children | 94f4a18a79cc |
comparison
equal
deleted
inserted
replaced
3517:e481c2b32914 | 3518:a57c8163d9ae |
---|---|
60 const DicomElement& GetElement(size_t i) const | 60 const DicomElement& GetElement(size_t i) const |
61 { | 61 { |
62 return *elements_[i]; | 62 return *elements_[i]; |
63 } | 63 } |
64 | 64 |
65 void Print(FILE* fp) const; | 65 void Print(FILE* fp) const; // For debugging only |
66 }; | 66 }; |
67 } | 67 } |