Skip to content

Commit 068916c

Browse files
fixed build errors
1 parent c0d5fd0 commit 068916c

File tree

5 files changed

+19
-16
lines changed

5 files changed

+19
-16
lines changed

articles/healthcare-apis/.openpublishing.redirection.healthcare-apis.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,11 @@
496496
"source_path_from_root": "/articles/healthcare-apis/dicom/dicom-change-feed-overview.md",
497497
"redirect_url": "/azure/healthcare-apis/dicom/change-feed-overview",
498498
"redirect_document_id": true
499+
},
500+
{
501+
"source_path_from_root": "/articles/healthcare-apis/dicom/get-started-with-dicom.md",
502+
"redirect_url": "/azure/healthcare-apis/dicom/dicom-data-lake",
503+
"redirect_document_id": true
499504
},
500505
{
501506
"source_path_from_root": "/articles/healthcare-apis/fhir/configure-azure-rbac-for-fhir.md",

articles/healthcare-apis/dicom/get-started-with-analytics-dicom.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Get started using DICOM data in analytics workloads - Azure Health Data Services
3-
description: This article demonstrates how to use Azure Data Factory and Microsoft Fabric to perform analytics on DICOM data.
3+
description: Learn how to use Azure Data Factory and Microsoft Fabric to perform analytics on DICOM data.
44
services: healthcare-apis
55
author: mmitrik
66
ms.service: healthcare-apis
@@ -21,7 +21,7 @@ Before you get started, complete these steps:
2121
* Create a [storage account with Azure Data Lake Storage Gen2 capabilities](../../storage/blobs/create-data-lake-storage-account.md) by enabling a hierarchical namespace:
2222
* Create a container to store DICOM metadata, for example, named `dicom`.
2323
* Deploy an instance of the [DICOM service](deploy-dicom-services-in-azure.md).
24-
* (_Optional_) Deploy the [DICOM service with Data Lake Storage (Preview)](deploy-dicom-services-in-azure-data-lake.md) to enable direct access to DICOM files.
24+
* (_Optional_) Deploy the [DICOM service with Data Lake Storage](deploy-dicom-services-in-azure-data-lake.md) to enable direct access to DICOM files.
2525
* Create a [Data Factory](../../data-factory/quickstart-create-data-factory.md) instance:
2626
* Enable a [system-assigned managed identity](../../data-factory/data-factory-service-identity.md).
2727
* Create a [lakehouse](/fabric/data-engineering/tutorial-build-lakehouse) in Fabric.
@@ -105,15 +105,15 @@ Data Factory pipelines are a collection of _activities_ that perform a task, lik
105105

106106
1. Select **Use this template** to create the new pipeline.
107107

108-
### Create a pipeline for DICOM data (Preview)
108+
### Create a pipeline for DICOM data
109109

110-
If you created the DICOM service with Azure Data Lake Storage (Preview), you need to use a custom template to include a new `fileName` parameter in the metadata pipeline. Instead of using the template from the template gallery, follow these steps to configure the pipeline.
110+
If you created the DICOM service with Azure Data Lake Storage, you need to use a custom template to include a new `fileName` parameter in the metadata pipeline. Instead of using the template from the template gallery, follow these steps to configure the pipeline.
111111

112-
1. Download the [preview template](https://github.com/microsoft/dicom-server/blob/main/samples/templates/Copy%20DICOM%20Metadata%20Changes%20to%20ADLS%20Gen2%20in%20Delta%20Format.zip) from GitHub. The template file is a compressed (zipped) folder. You don't need to extract the files because they're already uploaded in compressed form.
112+
1. Download the [template](https://github.com/microsoft/dicom-server/blob/main/samples/templates/Copy%20DICOM%20Metadata%20Changes%20to%20ADLS%20Gen2%20in%20Delta%20Format.zip) from GitHub. The template file is a compressed (zipped) folder. You don't need to extract the files because they're already uploaded in compressed form.
113113

114114
1. In Azure Data Factory, select **Author** from the left menu. On the **Factory Resources** pane, select the plus sign (+) to add a new resource. Select **Pipeline** and then select **Import from pipeline template**.
115115

116-
1. In the **Open** window, select the preview template that you downloaded. Select **Open**.
116+
1. In the **Open** window, select the template that you downloaded. Select **Open**.
117117

118118
1. In the **Inputs** section, select the linked services created for the DICOM service and Azure Data Lake Storage Gen2 account.
119119

@@ -259,7 +259,7 @@ If you're using a [DICOM service with Data Lake Storage](dicom-data-lake.md), yo
259259

260260
1. Enter a **Shortcut Name** that describes the DICOM data. For example, **contoso-dicom-files**.
261261

262-
1. Enter the **Sub Path** that matches the name of the storage container and folder used by the DICOM service. For example, if you wanted to link to the root folder the Sub Path would be **/dicom/AHDS**. Note, the root folder will always be `AHDS`, but you can optionally link to a child folder for a specific workspace or DICOM service instance.
262+
1. Enter the **Sub Path** that matches the name of the storage container and folder used by the DICOM service. For example, if you wanted to link to the root folder the Sub Path would be **/dicom/AHDS**. Note that the root folder is always `AHDS`, but you can optionally link to a child folder for a specific workspace or DICOM service instance.
263263

264264
1. Select **Create** to create the shortcut.
265265

@@ -289,7 +289,7 @@ After a few seconds, the results of the query appear in a table underneath the c
289289

290290
#### Access DICOM file data in notebooks
291291

292-
If you used the preview template to create the pipeline and created a shortcut to the DICOM file data, you can use the `filePath` column in the `instance` table to correlate instance metadata to file data.
292+
If you used the template to create the pipeline and created a shortcut to the DICOM file data, you can use the `filePath` column in the `instance` table to correlate instance metadata to file data.
293293

294294
``` SQL
295295
SELECT sopInstanceUid, filePath from instance
@@ -308,8 +308,6 @@ In this article, you learned how to:
308308

309309
## Next steps
310310

311-
Learn more about Data Factory pipelines:
312-
313311
* [Pipelines and activities in Data Factory](../../data-factory/concepts-pipelines-activities.md)
314312
* [Use Microsoft Fabric notebooks](/fabric/data-engineering/how-to-use-notebook)
315313

articles/healthcare-apis/dicom/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ landingContent:
2222
links:
2323
- text: What is the DICOM service?
2424
url: dicom-services-overview.md
25-
- text: Get started with DICOM service
26-
url: get-started-with-dicom.md
27-
- text: Deploy DICOM Services using the Azure portal
25+
- text: Deploy the DICOM service with Azure Data Lake Storage
26+
url: deploy-dicom-services-in-azure-data-lake.md
27+
- text: Deploy the DICOM service by using the Azure portal
2828
url: deploy-dicom-services-in-azure.md
2929
- title: Use cases
3030
linkLists:

articles/healthcare-apis/get-started-with-health-data-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You can also do the following:
8282
- Obtain a Microsoft Entra access token using PowerShell, Azure CLI, REST CLI, or .NET SDK
8383
- Access the DICOM service using tools such as .NET C#, cURL, Python, Postman, and REST Client
8484

85-
For more information, see [Get started with the DICOM service](./../healthcare-apis/dicom/get-started-with-dicom.md).
85+
For more information, see [Manage medical imaging data with the DICOM service](./../healthcare-apis/dicom/dicom-data-lake.md).
8686

8787
## MedTech service
8888

articles/healthcare-apis/github-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: healthcare-apis
55
author: evachen96
66
ms.service: healthcare-apis
77
ms.topic: reference
8-
ms.date: 10/18/2023
8+
ms.date: 03/11/2024
99
ms.author: evach
1010
---
1111

@@ -80,7 +80,7 @@ This solution enables you to transform the data into tabular format as it gets w
8080

8181
## DICOM service
8282

83-
The DICOM service provides an open-source [Medical Imaging Server](https://github.com/microsoft/dicom-server) for DICOM that is easily deployed on Azure. It allows standards-based communication with any DICOMweb™ enabled systems, and injects DICOM metadata into a FHIR server to create a holistic view of patient data. See [DICOM service](./dicom/get-started-with-dicom.md) for more information.
83+
The DICOM service provides an open-source [Medical Imaging Server](https://github.com/microsoft/dicom-server) for DICOM that is easily deployed on Azure. It allows standards-based communication with any DICOMweb™ enabled systems, and injects DICOM metadata into a FHIR server to create a holistic view of patient data. For more information, see [Manage medical imaging data with the DICOM service](./dicom/dicom-data-lake.md).
8484

8585
## Next steps
8686

0 commit comments

Comments
 (0)