Mercurial > hg > orthanc
comparison OrthancFramework/Sources/DicomFormat/DicomMap.h @ 4935:acd3f72e2a21 more-tags
split ExpandResource in 2: read from DB and serialize to json. This will allow us to merge requested tags from both the DB and the file system
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 10 Mar 2022 19:00:43 +0100 |
parents | 312c6f4da888 |
children | 8422e4f99a18 |
comparison
equal
deleted
inserted
replaced
4934:94a7b681b340 | 4935:acd3f72e2a21 |
---|---|
116 | 116 |
117 void ExtractSeriesInformation(DicomMap& result) const; | 117 void ExtractSeriesInformation(DicomMap& result) const; |
118 | 118 |
119 void ExtractInstanceInformation(DicomMap& result) const; | 119 void ExtractInstanceInformation(DicomMap& result) const; |
120 | 120 |
121 void ExtractResourceInformation(DicomMap& result, ResourceType level) const; | |
122 | |
121 static void SetupFindPatientTemplate(DicomMap& result); | 123 static void SetupFindPatientTemplate(DicomMap& result); |
122 | 124 |
123 static void SetupFindStudyTemplate(DicomMap& result); | 125 static void SetupFindStudyTemplate(DicomMap& result); |
124 | 126 |
125 static void SetupFindSeriesTemplate(DicomMap& result); | 127 static void SetupFindSeriesTemplate(DicomMap& result); |