Mercurial > hg > orthanc-dicomweb
changeset 109:7cb164a4b5f0
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 28 Apr 2016 09:35:12 +0200 |
parents | 4274441e21d4 |
children | 4fa66776ba09 |
files | Plugin/QidoRs.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugin/QidoRs.cpp Mon Apr 25 13:29:40 2016 +0200 +++ b/Plugin/QidoRs.cpp Thu Apr 28 09:35:12 2016 +0200 @@ -172,7 +172,7 @@ case QueryLevel_Series: // http://medical.nema.org/medical/dicom/current/output/html/part18.html#table_6.7.1-2a result.push_back(gdcm::Tag(0x0008, 0x0005)); // Specific Character Set - result.push_back(gdcm::Tag(0x0008, 0x0056)); // Modality + result.push_back(gdcm::Tag(0x0008, 0x0060)); // Modality result.push_back(gdcm::Tag(0x0008, 0x0201)); // Timezone Offset From UTC result.push_back(gdcm::Tag(0x0008, 0x103E)); // Series Description //result.push_back(gdcm::Tag(0x0008, 0x1190)); // Retrieve URL => SPECIAL CASE