comparison OrthancServer/ToDcmtkBridge.h @ 2006:6301bbcbcaed

more generic support of value representations
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 09 Jun 2016 14:48:40 +0200
parents b5d4f9c156ad
children 9b373b7d6713
comparison
equal deleted inserted replaced
2005:9e021b2b348b 2006:6301bbcbcaed
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); 48 static DcmDataset* Convert(const DicomMap& map);
49
50 static DcmEVR Convert(ValueRepresentation vr);
49 }; 51 };
50 } 52 }