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(0008,1196)WarningReasonHealthImaging uses the DICOM element (0008,1196)
to persist import warning codes. The import warning codes are searchable at the instance level. Import warning codes may be searched with wildcard or specific warning codes. See HealthImaging Warning Codes. -
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.