comparison Resources/Orthanc/OrthancServer/ToDcmtkBridge.h @ 82:5b127ab0080b

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Dec 2016 17:01:34 +0100
parents 7a3853d51c45
children ff0ef01c332c
comparison
equal deleted inserted replaced
81:d101055fc20b 82:5b127ab0080b
43 static DcmTagKey Convert(const DicomTag& tag) 43 static DcmTagKey Convert(const DicomTag& tag)
44 { 44 {
45 return DcmTagKey(tag.GetGroup(), tag.GetElement()); 45 return DcmTagKey(tag.GetGroup(), tag.GetElement());
46 } 46 }
47 47
48 static DcmDataset* Convert(const DicomMap& map);
49
50 static DcmEVR Convert(ValueRepresentation vr); 48 static DcmEVR Convert(ValueRepresentation vr);
51 }; 49 };
52 } 50 }