Skip to content

Update /Get_patients_report

Nicola Stoira requested to merge sphnc-663 into main

New parameter extract_ids on the /Get_patients_report endpoint. By default it is set to False

  • If extract_ids=False the JSON response is returned to the API and shows only the counts without listing the patients IDs.
  • If extract_ids=True the endpoint returns a download link so that the JSON file can be downloaded. It contains the counts but also the list of all unprocessed patients IDs.

Merge request reports

Loading