vinayvenu / orthanc

Automatically exported from code.google.com/p/orthanc
GNU General Public License v3.0
1 stars 3 forks source link

REST bug with "http://localhost:8042/tools/generate-uid/" #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://localhost:8042/tools/generate-uid/ not work.
This function return null.

Original issue reported on code.google.com by develop...@bk.ru on 30 Mar 2015 at 6:44

GoogleCodeExporter commented 9 years ago
You have to specify the level for which to generate the DICOM UID:

# curl 'http://localhost:8042/tools/generate-uid?level=patient'
# curl 'http://localhost:8042/tools/generate-uid?level=study'
# curl 'http://localhost:8042/tools/generate-uid?level=series'
# curl 'http://localhost:8042/tools/generate-uid?level=instance'

Original comment by s.jodo...@gmail.com on 30 Mar 2015 at 7:24

GoogleCodeExporter commented 9 years ago
How to get dicom file by patientId use REST Orthanc?

Original comment by develop...@bk.ru on 30 Mar 2015 at 7:50