changeset 228:add4f4c0cf7e

fix
author Alain Mazy <am@orthanc.team>
date Thu, 17 Apr 2025 18:21:40 +0200 (3 months ago)
parents 7e20e8a29e6d
children 83bf83000928
files Plugin/DefaultAuthorizationParser.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Plugin/DefaultAuthorizationParser.cpp	Thu Apr 17 12:58:02 2025 +0200
+++ b/Plugin/DefaultAuthorizationParser.cpp	Thu Apr 17 18:21:40 2025 +0200
@@ -197,7 +197,7 @@
         sopInstanceUid = Orthanc::HttpToolbox::GetArgument(getArguments, "SOPInstanceUID", "");
       }
 
-      patientId = Orthanc::HttpToolbox::GetArgument(getArguments, "00100010", "");
+      patientId = Orthanc::HttpToolbox::GetArgument(getArguments, "00100020", "");
       if (patientId.empty())
       {
         patientId = Orthanc::HttpToolbox::GetArgument(getArguments, "PatientID", "");