Mercurial > hg > orthanc-book
comparison Sphinx/source/faq/features.rst @ 80:0e8b85acf3e0
ling
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 14 Dec 2016 11:57:25 +0100 |
parents | b77aa0655389 |
children | a3d3ff83024d |
comparison
equal
deleted
inserted
replaced
79:b77aa0655389 | 80:0e8b85acf3e0 |
---|---|
152 ^^^^^^^^^^^^^^^^^^ | 152 ^^^^^^^^^^^^^^^^^^ |
153 | 153 |
154 .. highlight:: bash | 154 .. highlight:: bash |
155 | 155 |
156 Metadata associated with one DICOM resource can be accessed through | 156 Metadata associated with one DICOM resource can be accessed through |
157 the REST API, for instance:: | 157 the :ref:`REST API <rest>`, for instance:: |
158 | 158 |
159 $ curl http://localhost:8042/instances/cb855110-5f4da420-ec9dc9cb-2af6a9bb-dcbd180e/metadata | 159 $ curl http://localhost:8042/instances/cb855110-5f4da420-ec9dc9cb-2af6a9bb-dcbd180e/metadata |
160 $ curl http://localhost:8042/instances/cb855110-5f4da420-ec9dc9cb-2af6a9bb-dcbd180e/metadata/RemoteAet | 160 $ curl http://localhost:8042/instances/cb855110-5f4da420-ec9dc9cb-2af6a9bb-dcbd180e/metadata/RemoteAet |
161 | 161 |
162 User-defined metadata can be modified by issuing a HTTP PUT against | 162 User-defined metadata can be modified by issuing a HTTP PUT against |