# HG changeset patch # User Alain Mazy # Date 1713860835 -7200 # Node ID e791a74ea9467aa635e9494c172fbe819b3a44cc # Parent e02cdf358905790c50e41c89a1909e80b34692dc# Parent fa000bd60bbe994c8bf153a86314ac9429c89acf merge diff -r e02cdf358905 -r e791a74ea946 OrthancServer/Sources/OrthancRestApi/OrthancRestApi.cpp --- a/OrthancServer/Sources/OrthancRestApi/OrthancRestApi.cpp Tue Apr 23 10:26:48 2024 +0200 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestApi.cpp Tue Apr 23 10:27:15 2024 +0200 @@ -621,7 +621,7 @@ { call.GetDocumentation().SetHttpGetArgument(GET_REQUESTED_TAGS, RestApiCallDocumentation::Type_String, "If present, list the DICOM Tags you want to list in the response. This argument is a semi-column separated list " - "of DICOM Tags identifiers; e.g: 'requestedTags=0010,0010;PatientBirthDate'. " + "of DICOM Tags identifiers; e.g: '" + GET_REQUESTED_TAGS + "=0010,0010;PatientBirthDate'. " "The tags requested tags are returned in the 'RequestedTags' field in the response. " "Note that, if you are requesting tags that are not listed in the Main Dicom Tags stored in DB, building the response " "might be slow since Orthanc will need to access the DICOM files. If not specified, Orthanc will return ", false);