After deployment completes, you can use the Azure portal to see the details about the DICOM service, including the service URL. The service URL to access your DICOM service is https://<workspacename-dicomservicename>.dicom.azurehealthcareapis.com. Make sure to specify the API version as part of the URL when you make requests. For more information, see API versioning for the DICOM service.
Create a blob container in the storage account. The container is used by the DICOM service to store DICOM files. For more information, see Manage blob containers using the Azure portal.
Note
The Azure Data Lake Storage option is only available for new instances of the DICOM service. After the option becomes generally available, we plan to offer a migration path for existing DICOM service instances.
Deploy the DICOM service with Azure Data Lake Storage by using the Azure portal
On the Resource group page of the Azure portal, select the name of the Azure Health Data Services workspace.
Select Deploy DICOM service.
Select Add DICOM service.
Enter a name for the DICOM service.
Select Data Lake Storage (default) for the storage location.
Select the subscription and resource group that contains the storage account.
Select the storage account created in the prerequisites.
Select the storage container created in the prerequisites.
Select Review + create to deploy the DICOM service.
When the system displays a green validation check mark, select Create to deploy the DICOM service.
After the deployment process completes, select Go to resource.
The DICOM service overview screen shows the new service and lists the storage account.
Deploy the DICOM service with Data Lake Storage by using an ARM template
When prompted, select the values for the workspace name, DICOM service name, region, storage account name, storage account SKU, and container name.
Select Review + create to deploy the DICOM service.
Troubleshooting
Connectivity
To receive alerts regarding store health and connectivity failures please sign up for Resource Health alerts.
424 Failed Dependency
When the response status code is 424 Failed Dependency, the issue lies with a dependency configured with DICOM and it may be the data lake store.
The response body indicates which dependency failed and provides more context on the failure. For data lake storage account failures, an error code is provided which was received when attempting to interact with the store. For more information, see Azure Blob Storage error codes.
Note that a ConditionNotMet code typically indicates the blob file has been moved, deleted or modified without using DICOM APIs. The best way to mitigate this situation is to use the DICOM API to DELETE the instance, to remove the index and then reupload the modified file. This enables you to continue to reference and interact with the file through DICOM APIs.
DICOM® is the registered trademark of the National Electrical Manufacturers Association for its Standards publications relating to digital communications of medical information.
Find documentation for the DICOM® service, which enables healthcare organizations to store, manage, and exchange medical imaging data securely and efficiently.
Learn how to use the DICOM service in Azure Health Data Services to store, access, and analyze medical imaging data in the cloud. Explore the benefits, architecture, and data contracts of the integration of the DICOM service with Azure Data Lake Storage.
Learn how to use DICOMweb APIs to store, review, search, and delete DICOM objects. Learn how to use custom APIs to track changes and assign unique tags to DICOM data.