# HG changeset patch # User Sebastien Jodogne # Date 1713858951 -7200 # Node ID fa000bd60bbe994c8bf153a86314ac9429c89acf # Parent 0b18690c1935a5d4e68f999c4cc9e6f3f52e80c4 ensuring consistency diff -r 0b18690c1935 -r fa000bd60bbe OrthancServer/Sources/OrthancRestApi/OrthancRestApi.cpp --- a/OrthancServer/Sources/OrthancRestApi/OrthancRestApi.cpp Tue Apr 23 09:34:02 2024 +0200 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestApi.cpp Tue Apr 23 09:55:51 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);