Searching for DICOM instances in HealthImaging
Use the SearchDICOMInstances API to search for DICOM instances in a HealthImaging data store. You can search for DICOM instances in HealthImaging by
constructing a URL that includes supported DICOM data elements (attributes). The Instance results
are returned in JSON format, ordered by ascending (oldest to latest).
To search for DICOM instances
-
Collect HealthImaging
regionanddatastoreIdvalues. For more information, see Getting data store properties. -
Collect values for
StudyInstanceUIDandSeriesInstanceUID. For more information, see Getting image set metadata. -
Construct a URL for the request, including all applicable search elements. To view the entire URL path in the following example, scroll over the Copy button. The URL is of the form:
GET https://dicom-medical-imaging.region.amazonaws.com/datastore/datastoreId/studies/StudyInstanceUID/series/SeriesInstanceUID/instances[?query]Instance elements for SearchDICOMInstancesDICOM element tag DICOM element name (0008,0016)SOP Class UID(0008,0018)SOP Instance UID -
Prepare and send your request.
SearchDICOMInstancesuses a HTTP GET request with AWS Signature Version 4 signing protocol. The following example uses thecurlcommand line tool to search for information about DICOM instances.