Skip to content

Commit 7139463

Browse files
committed
edit pass: four-dicom-articles
1 parent 050b594 commit 7139463

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

articles/healthcare-apis/dicom/export-dicom-files.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: mmitrik
1111

1212
# Export DICOM files
1313

14-
The DICOM service provides the ability to easily export DICOM data in a file format. The service simplifies the process of using medical imaging in external workflows, such as AI and machine learning. You can use the export API to export DICOM studies, series, and instances in bulk to an [Azure Blob Storage account](../../storage/blobs/storage-blobs-introduction.md). DICOM data that's exported to a storage account is exported as a `.dcm` file in a folder structure that organizes instances by `StudyInstanceID` and `SeriesInstanceID`.
14+
The DICOM® service provides the ability to easily export DICOM data in a file format. The service simplifies the process of using medical imaging in external workflows, such as AI and machine learning. You can use the export API to export DICOM studies, series, and instances in bulk to an [Azure Blob Storage account](../../storage/blobs/storage-blobs-introduction.md). DICOM data that's exported to a storage account is exported as a `.dcm` file in a folder structure that organizes instances by `StudyInstanceID` and `SeriesInstanceID`.
1515

1616
There are three steps to exporting data from the DICOM service:
1717

@@ -100,7 +100,7 @@ The only setting is the list of identifiers to export.
100100

101101
### Destination settings
102102

103-
The connection to the Azure Blob Storage account is specified with `BlobContainerUri`.
103+
The connection to the Blob Storage account is specified with `BlobContainerUri`.
104104

105105
| Property | Required | Default | Description |
106106
| :------------------- | :------- | :------ | :---------- |
@@ -194,3 +194,5 @@ Each line of the error log is a JSON object with the following properties. A giv
194194

195195
>[!div class="nextstepaction"]
196196
>[Overview of the DICOM service](dicom-services-overview.md)
197+
198+
[!INCLUDE [DICOM trademark statement](../includes/healthcare-apis-dicom-trademark.md)]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ As a prerequisite, you need an Azure subscription and permissions to create Azur
2020

2121
## Create a workspace in your Azure subscription
2222

23-
You can create a workspace from the [Azure portal](../healthcare-apis-quickstart.md) or by using PowerShell, the Azure CLI, or a REST API. You can find scripts from the [Azure Health Data Services samples](https://github.com/microsoft/healthcare-apis-samples/tree/main/src/scripts).
23+
You can create a workspace from the [Azure portal](../healthcare-apis-quickstart.md) or by using PowerShell, the Azure CLI, or a REST API. You can find scripts from the [Health Data Services samples](https://github.com/microsoft/healthcare-apis-samples/tree/main/src/scripts).
2424

2525
> [!NOTE]
2626
> There are limits to the number of workspaces and the number of DICOM service instances you can create in each Azure subscription.
2727
2828
## Create a DICOM service in the workspace
2929

30-
You can create a DICOM service instance from the [Azure portal](deploy-dicom-services-in-azure.md) or by using PowerShell, the Azure CLI, or a REST API. You can find scripts from the [Azure Health Data Services samples](https://github.com/microsoft/healthcare-apis-samples/tree/main/src/scripts).
30+
You can create a DICOM service instance from the [Azure portal](deploy-dicom-services-in-azure.md) or by using PowerShell, the Azure CLI, or a REST API. You can find scripts from the [Health Data Services samples](https://github.com/microsoft/healthcare-apis-samples/tree/main/src/scripts).
3131

3232
Optionally, you can create a [FHIR service](../fhir/fhir-portal-quickstart.md) and [MedTech service](../iot/deploy-iot-connector-in-azure.md) in the workspace.
3333

@@ -37,7 +37,7 @@ The DICOM service is secured by a Microsoft Entra ID that can't be disabled. To
3737

3838
### Register a client application
3939

40-
You can create or register a client application from the [Azure portal](dicom-register-application.md) or by using PowerShell and Azure CLI scripts. You can use this client application for one or more DICOM service instances. You can also use it for other services in Azure Health Data Services.
40+
You can create or register a client application from the [Azure portal](dicom-register-application.md) or by using PowerShell and Azure CLI scripts. You can use this client application for one or more DICOM service instances. You can also use it for other services in Health Data Services.
4141

4242
If the client application is created with a certificate or client secret, ensure that you renew the certificate or client secret before expiration and replace the client credentials in your applications.
4343

articles/healthcare-apis/dicom/import-files.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@ The user or account that adds DICOM images to the import container needs write a
8484

8585
#### Upload DICOM images to the import container
8686

87-
Data is uploaded to Azure storage containers in many ways:
87+
Data is uploaded to Azure Storage containers in many ways:
8888

8989
- [Upload a blob with Azure Storage Explorer](../../storage/blobs/quickstart-storage-explorer.md#upload-blobs-to-the-container)
9090
- [Upload a blob with AzCopy](../../storage/common/storage-use-azcopy-blobs-upload.md)
9191
- [Upload a blob with the Azure CLI](../../storage/blobs/storage-quickstart-blobs-cli.md#upload-a-blob)
92+
93+
[!INCLUDE [DICOM trademark statement](../includes/healthcare-apis-dicom-trademark.md)]

0 commit comments

Comments
 (0)