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

DicomMap::FromDicomAsJson
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Dec 2018 15:42:33 +0100
parents 5ae3ff2398e9
children af1530b45290
comparison
equal deleted inserted replaced
3004:80d1a3452807 3005:8265a6b56100
68 68
69 typedef std::map<ResourceType, Level*> Levels; 69 typedef std::map<ResourceType, Level*> Levels;
70 70
71 ResourceType level_; 71 ResourceType level_;
72 Levels levels_; 72 Levels levels_;
73 Constraints unoptimizedConstraints_; 73 Constraints unoptimizedConstraints_; // Constraints on non-main DICOM tags
74 std::auto_ptr<ListConstraint> modalitiesInStudy_; 74 std::auto_ptr<ListConstraint> modalitiesInStudy_;
75 75
76 bool AddInternal(ResourceType level, 76 bool AddInternal(ResourceType level,
77 const DicomTag& tag, 77 const DicomTag& tag,
78 std::auto_ptr<IFindConstraint>& constraint); 78 std::auto_ptr<IFindConstraint>& constraint);