bioinformatics-ua / dicoogle

Dicoogle - Open Source PACS
http://www.dicoogle.com/
GNU General Public License v3.0
426 stars 126 forks source link

Typo fix in CSV export code & docs #683

Closed tiberio-baptista closed 6 months ago

tiberio-baptista commented 6 months ago

This quick PR fixes a typo present in Dicoogle's REST API pertaining to CSV exporting:

Enet4 commented 6 months ago

We should not bother changing that endpoint. It is obsolete since Dicoogle version 2, so we are better off removing it entirely in future versions.

If I'm not mistaken, you are looking for POST /exportFile, available in dicoogle-client as issueExport, then GET /exportFile to download the CSV file.