Searching for all DICOM series in HealthImaging
Use the SearchDICOMAllSeries API to search for all DICOM series across an HealthImaging
data store. Construct a request URL with supported
DICOM data elements (attributes) to filter results. The API returns series search results in JSON
format, ordered by Series Number (0020,0011) in ascending order (oldest to
latest).
To search for all DICOM series
-
Collect HealthImaging
regionanddatastoreIdvalues. For more information, see Getting data store properties. -
Construct a URL for the request, including all applicable Series elements. The URL is of the form:
GET https://dicom-medical-imaging.region.amazonaws.com/datastore/datastoreId/series[?query]The following table lists the supported DICOM data elements (attributes).
Series elements for SearchDICOMAllSeriesDICOM element tag DICOM element name (0008,0020)Study Date(0008,0030)Study Time(0008,0050)Accession Number(0008,0061)Modalities in Study(0008,0060)Modality(0008,0090)Referring Physician Name(0008,1030)Study Description(0010,0010)Patient Name(0010,0020)Patient ID(0010,0030)Patient BirthDate(0010,0032)Patient BirthTime(0020,000D)Study Instance UID(0020,0010)Study ID(0020,000E)Series Instance UID(0020,0011)Series Number(0040,0244)Performed Procedure Step Start Date(0040,0245)Performed Procedure Step Start Time -
Prepare and send your request.
SearchDICOMAllSeriesuses an HTTP GET request signed with AWS Signature Version 4. The following example uses thecurlcommand-line tool. Replacewith your AWS Region. Replaceregionwith your data store ID.datastoreId