# HG changeset patch # User Benjamin Golinvaux # Date 1586196374 -7200 # Node ID 6d7a36447e218f7f8e66d1747a8f8ce6b6816c95 # Parent 766fe39fdf3529f6b8189b8d512cedbdfb1f15d6 Small rephrasing diff -r 766fe39fdf35 -r 6d7a36447e21 Sphinx/source/users/advanced-rest.rst --- a/Sphinx/source/users/advanced-rest.rst Mon Apr 06 09:25:24 2020 +0200 +++ b/Sphinx/source/users/advanced-rest.rst Mon Apr 06 20:06:14 2020 +0200 @@ -187,7 +187,7 @@ # create the json data $params = @{Tags = @{PatientName = "Benjamino";Modality = "CT"};Content= "data:application/pdf;base64,$fileInBase64"} - # disabling progress bar tremendously increases the Invoke-RestMethod call + # disabling the progress bar makes the Invoke-RestMethod call MUCH faster $ProgressPreference = 'SilentlyContinue' # upload it to Orthanc diff -r 766fe39fdf35 -r 6d7a36447e21 Sphinx/source/users/rest.rst --- a/Sphinx/source/users/rest.rst Mon Apr 06 09:25:24 2020 +0200 +++ b/Sphinx/source/users/rest.rst Mon Apr 06 20:06:14 2020 +0200 @@ -69,7 +69,7 @@ If you are using Powershell (>= 3.0), you can use the following to send a single Dicom instance to Orthanc:: - # disabling progress bar tremendously increases the Invoke-RestMethod call + # disabling the progress bar makes the Invoke-RestMethod call MUCH faster $ProgressPreference = 'SilentlyContinue' # upload it to Orthanc