Mercurial > hg > orthanc
diff OrthancServer/Sources/OrthancRestApi/OrthancRestAnonymizeModify.cpp @ 4699:facea16b055b
added the "Level" argument to "/tools/bulk-content"
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 18 Jun 2021 17:58:56 +0200 |
parents | da1edb7d6332 |
children | f0038043fb97 bad8935cd5f2 |
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancRestApi/OrthancRestAnonymizeModify.cpp Fri Jun 18 16:37:12 2021 +0200 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestAnonymizeModify.cpp Fri Jun 18 17:58:56 2021 +0200 @@ -427,7 +427,7 @@ .SetTag("System") .SetSummary("Modify a set of resources") .SetRequestField("Resources", RestApiCallDocumentation::Type_JsonListOfStrings, - "List of the Orthanc identifiers of the patients/studies/series/instances of interest.", false) + "List of the Orthanc identifiers of the patients/studies/series/instances of interest.", true) .SetDescription("Start a job that will modify all the DICOM patients, studies, series or instances " "whose identifiers are provided in the `Resources` field.") .AddAnswerType(MimeType_Json, "The list of all the resources that have been altered by this modification"); @@ -485,7 +485,7 @@ .SetTag("System") .SetSummary("Anonymize a set of resources") .SetRequestField("Resources", RestApiCallDocumentation::Type_JsonListOfStrings, - "List of the Orthanc identifiers of the patients/studies/series/instances of interest.", false) + "List of the Orthanc identifiers of the patients/studies/series/instances of interest.", true) .SetDescription("Start a job that will anonymize all the DICOM patients, studies, series or instances " "whose identifiers are provided in the `Resources` field.") .AddAnswerType(MimeType_Json, "The list of all the resources that have been created by this anonymization");