File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -473,11 +473,11 @@ Loading JSON Data To ``pydicom``
473473++++++++++++++++++++++++++++++++
474474
475475Load metadata from JSON format into a ``pydicom.dataset.Dataset `` object.
476- A common use for this is translating metadata received from a ``RetrieveMetadata `` request:
476+ A common use for this is translating metadata received from a ``RetrieveMetadata `` or a `` SearchFor ``-style request:
477477
478478.. code-block :: python
479479
480- from dicomweb_client import load_json_dataset
480+ from dicomweb_client.api import load_json_dataset
481481
482482 metadata = client.retrieve_study_metadata(' 1.2.826.0.1.3680043.8.1055.1.20111103111148288.98361414.79379639' )
483483 metadata_datasets = [load_json_dataset(ds) for ds in metadata]
You can’t perform that action at this time.
0 commit comments