You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/dicom/dicom-data-lake.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.custom: mode-api
12
12
13
13
# Manage medical imaging data with the DICOM service and Azure Data Lake Storage
14
14
15
-
The [DICOM® service](overview.md) provides cloud-scale storage for medical imaging data using the DICOMweb standard. The integration of the DICOM service with Azure Data Lake Storage means you gain full control of your imaging data and increased flexibility for accessing and working with that data through the Azure storage ecosystem and APIs.
15
+
The [DICOM® service](overview.md) provides cloud-scale storage for medical imaging data using the DICOMweb standard. The integration of the DICOM service with Azure Data Lake Storage means you gain full control of your imaging data. It provides increased flexibility for accessing and working with that data through the Azure storage ecosystem and APIs.
16
16
17
17
By using Azure Data Lake Storage with the DICOM service, organizations are able to:
18
18
@@ -21,7 +21,7 @@ By using Azure Data Lake Storage with the DICOM service, organizations are able
21
21
-**Unlock new analytics and AI/ML scenarios** by using services that natively integrate with Azure Data Lake Storage, including Azure Synapse, Azure Databricks, Azure Machine Learning, and Microsoft Fabric.
22
22
-**Grant controls to manage storage permissions, access controls, tiers, and rules**.
23
23
24
-
Another benefit of Azure Data Lake Storage is that it connects to [Microsoft Fabric](/fabric/get-started/microsoft-fabric-overview). Microsoft Fabric is an end-to-end, unified analytics platform that brings together all the data and analytics tools that organizations needed to unlock the potential of their data, and lay the foundation for AI scenarios. By using Microsoft Fabric, you can use the rich ecosystem of Azure services to perform advanced analytics and AI/ML with medical imaging data, such as building and deploying machine learning models, creating cohorts for clinical trials, and generating insights for patient care and outcomes.
24
+
Another benefit of Azure Data Lake Storage is that it connects to [Microsoft Fabric](/fabric/get-started/microsoft-fabric-overview). Microsoft Fabric is an end-to-end, unified analytics platform that brings together all the data and analytics tools. Organizations then have a unified way to unlock the potential of their data, and lay the foundation for AI scenarios. By using Microsoft Fabric, you can use the rich ecosystem of Azure services to perform advanced analytics and AI/ML with medical imaging data. This could include building and deploying machine learning models, creating cohorts for clinical trials, and generating insights for patient care and outcomes.
25
25
26
26
To learn more about using Microsoft Fabric with imaging data, see [Get started using DICOM data in analytics workloads](get-started-with-analytics-dicom.md).
27
27
@@ -51,7 +51,7 @@ In addition to DICOM data, a small file to enable [health checks](#health-check)
51
51
52
52
## Permissions
53
53
54
-
The DICOM service is granted access to the data like any other service or application accessing data in a storage account. Access can be revoked at any time without affecting your organization's ability to access the data. The DICOM service needs the ability to read, write, and delete files in the provided file system. This can be provided by granting the [Storage Blob Data Contributor](/azure/role-based-access-control/built-in-roles#storage-blob-data-contributor) role to the system-assigned or user-assigned managed identity attached to the DICOM service.
54
+
The DICOM service is granted access to the data like any other service or application accessing data in a storage account. Access can be revoked at any time without affecting your organization's ability to access the data. The DICOM service needs the ability to read, write, and delete files in the provided file system. This can be provided by granting the [Storage Blob Data Contributor](/azure/role-based-access-control/built-in-roles#storage-blob-data-contributor) role to the system-assigned, or user-assigned managed identity attached to the DICOM service.
55
55
56
56
## Access tiers
57
57
@@ -61,8 +61,8 @@ To learn more about access tiers, including cost tradeoffs and best practices, s
61
61
62
62
## Health check
63
63
64
-
The DICOM service writes a small file to the data lake every 30 seconds, following the [Data Contract](#data-contracts) to ensure it maintains access. Making any changes to files stored under the `healthCheck`sub-directory might result in incorrect status of the health check.
65
-
If there is an issue with access, status and details are displayed by [Azure Resource Health](../../service-health/overview.md). Azure Resource Health specifies if any action is required to restore access, for example reinstating a role to the DICOM service's identity.
64
+
The DICOM service writes a small file to the data lake every 30 seconds, following the [Data Contract](#data-contracts) to ensure it maintains access. Making any changes to files stored under the `healthCheck`subdirectory might result in incorrect status of the health check.
65
+
If there's an issue with access, status and details are displayed by [Azure Resource Health](../../service-health/overview.md). Azure Resource Health specifies if any action is required to restore access, for example reinstating a role to the DICOM service's identity.
Copy file name to clipboardExpand all lines: articles/healthcare-apis/dicom/dicom-extended-query-tags-overview.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ ms.author: mmitrik
11
11
12
12
# Extended query tags
13
13
14
-
By default, the DICOM® service supports querying on the DICOM tags specified in the [conformance statement](dicom-services-conformance-statement-v2.md#searchable-attributes). By enabling extended query tags, the list of tags can easily be expanded based on the application's needs.
14
+
By default, the DICOM® service supports querying on the DICOM tags specified in the [conformance statement](dicom-services-conformance-statement-v2.md#searchable-attributes). When extended query tags are enabled, the list of tags can easily be expanded based on the application's needs.
15
15
16
-
Using the APIs listed below, users can index their DICOM studies, series, and instances on both standard and private DICOM tags such that they can be specified in QIDO-RS queries.
16
+
Using the following listed APIs, users can index their DICOM studies, series, and instances on both standard and private DICOM tags such that they can be specified in QIDO-RS queries.
17
17
18
18
## APIs
19
19
@@ -33,7 +33,7 @@ To help manage the supported tags in a given DICOM service instance, the followi
33
33
34
34
### Add extended query tags
35
35
36
-
Adds one or more extended query tags and starts a long-running operation that reindexes current DICOM instances with the specified tag(s).
36
+
Adds one or more extended query tags and starts a long-running operation that reindexes current DICOM instances with the specified tags.
37
37
38
38
```http
39
39
POST .../extendedquerytags
@@ -85,7 +85,7 @@ The following VR types are supported:
| 202 (Accepted) |[Operation Reference](#operation-reference)| Extended query tag(s) have been added, and a long-running operation has been started to reindex existing DICOM instances |
88
+
| 202 (Accepted) |[Operation Reference](#operation-reference)| Extended query tags have been added, and a long-running operation has been started to reindex existing DICOM instances |
89
89
| 400 (Bad Request) || Request body has invalid data |
90
90
| 409 (Conflict) || One or more requested query tags already are supported |
91
91
@@ -231,7 +231,7 @@ GET .../operations/{operationId}
231
231
232
232
The [Status](#extended-query-tag-status) of extended query tag indicates the current status. When an extended query tag is first added, its status is set to `Adding`, and a long-running operation is kicked off to reindex existing DICOM instances. After the operation is completed, the tag status is updated to `Ready`. The extended query tag can now be used in [QIDO](dicom-services-conformance-statement-v2.md#search-qido-rs).
233
233
234
-
For example, if the tag Manufacturer Model Name (0008,1090) is added, and in `Ready` status, hereafter the following queries can be used to filter stored instances by the Manufacturer Model Name.
234
+
For example, if the tag Manufacturer Model Name (0008,1090) is added, and in `Ready` status, from then on the following queries can be used to filter stored instances by the Manufacturer Model Name.
235
235
236
236
```http
237
237
../instances?ManufacturerModelName=Microsoft
@@ -282,7 +282,7 @@ Code **example 1** is a standard tag (0008,0070) in `Ready` status.
282
282
}
283
283
```
284
284
285
-
Code **example 2** is a standard tag (0010,1010) in `Adding` status. An operation with ID `1a5d0306d9624f699929ee1a59ed57a0` is running on it, and 21 errors has occurred so far.
285
+
Code **example 2** is a standard tag (0010,1010) in `Adding` status. An operation with ID `1a5d0306d9624f699929ee1a59ed57a0` is running on it, and 21 errors have occurred so far.
0 commit comments