DICOM storage and transport
Stay organized with collections
Save and categorize content based on your preferences.
HAI-DEF endpoints that deal with DICOM imaging, such as
Path Foundation
and
CXR Foundation,
are capable of retrieving their input data from
DICOM storage
systems that meet the following requirements:
DICOM standard storage
HAI-DEF endpoints require DICOM imaging to conform to the
DICOM standard. This includes defining all
required
Type-1 tags
and ensuring that tag values comply with their specified
Value Representation (VR)
and
Value Multiplicity (VM)
codes.
DICOMweb transport protocol
HAI-DEF endpoints require the DICOM storage system holding the imaging to
support the DICOMweb REST API
and more specifically JSON formatted
QIDO-RS and
WADO-RS
over HTTPS protocol.
The Uniform Resource Identifiers (URIs) must end with a valid DICOMweb suffix:
for example the URI for a
DICOM series
must end with a studies/${STUDY-UID}/series/${SERIES-UID}
suffix.
Transfer syntax transcoding
HAI-DEF endpoints transcode their DIOCM inputs based on the
Transfer Syntax UID.
Refer to the respective serving API specification for details.
Private network accessibility
HAI-DEF endpoints operate within the secure Google Cloud private network as
Vertex AI prediction endpoints.
Therefore, if you plan to use HAI-DEF endpoints with DICOMWeb data links, the
DICOMWeb store has to be accessible from this private network. Refer to
Google Cloud private access options.
Authentication and authorization
The DICOMweb storage system either must support public access or accept
OAuth 2.0 bearer tokens for
authorization.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-11 UTC."],[[["HAI-DEF endpoints for DICOM imaging require data from DICOM storage systems that adhere to the DICOM standard, including specific tags, values, and data formats."],["These endpoints utilize the DICOMweb REST API, specifically QIDO-RS and WADO-RS over HTTPS, for data retrieval, requiring URIs with valid DICOMweb suffixes."],["HAI-DEF endpoints perform Transfer Syntax transcoding on DICOM inputs and need access to the DICOM storage system within the Google Cloud private network."],["For authorization, the DICOM storage system needs either public access or the ability to accept OAuth 2.0 bearer tokens."],["Google Cloud's DICOM store is the recommended storage solution; however, users can utilize curated test datasets or store images in Google Cloud Storage buckets as alternatives."]]],[]]