comparison OrthancServer/Search/LookupResource.cpp @ 3005:8265a6b56100

DicomMap::FromDicomAsJson
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Dec 2018 15:42:33 +0100
parents 878b59270859
children af1530b45290
comparison
equal deleted inserted replaced
3004:80d1a3452807 3005:8265a6b56100
111 111
112 return true; 112 return true;
113 } 113 }
114 else 114 else
115 { 115 {
116 // This is not a main DICOM tag
116 return false; 117 return false;
117 } 118 }
118 } 119 }
119 120
120 121