# HG changeset patch # User Sebastien Jodogne # Date 1461828912 -7200 # Node ID 7cb164a4b5f0348f97d7b6c92609c1b481a23379 # Parent 4274441e21d46bd05523128867715c3b61be43d8 fix diff -r 4274441e21d4 -r 7cb164a4b5f0 Plugin/QidoRs.cpp --- 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