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/release-notes-2024.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
title: Release notes for 2024 Azure Health Data Services monthly releases
3
3
description: 2024 - Stay updated with the latest features and improvements for the FHIR, DICOM, and MedTech services in Azure Health Data Services in 2024. Read the monthly release notes and learn how to get the most out of healthcare data.
4
4
services: healthcare-apis
5
-
author: kgaddam10
5
+
author: shellyhaverkamp
6
6
ms.service: healthcare-apis
7
7
ms.subservice: workspace
8
8
ms.topic: reference
9
-
ms.date: 04/02/2024
10
-
ms.author: kavitagaddam
9
+
ms.date: 04/11/2024
10
+
ms.author: jasteppe
11
11
ms.custom: references_regions
12
12
---
13
13
@@ -21,7 +21,11 @@ This article describes features, enhancements, and bug fixes released in 2024 fo
21
21
22
22
#### Enhanced Upsert operation
23
23
24
-
The enhanced Upsert operation provides the ability to upload a DICOM image to the server and seamlessly replace it if it already exists. Before this enhancement, users had to perform a Delete operation followed by a STOW-RS to achieve the same result. With the enhanced Upsert operation, managing DICOM images is more efficient and streamlined.
24
+
The enhanced Upsert operation enables you to upload a DICOM image to the server and seamlessly replace it if it already exists. Before this enhancement, users had to perform a Delete operation followed by a STOW-RS to achieve the same result. With the enhanced Upsert operation, managing DICOM images is more efficient and streamlined.
25
+
26
+
#### Expanded storage for required attributes
27
+
28
+
The DICOM service allows users to upload DICOM files up to 4 GB in size. No single DICOM file or combination of files in a single request is allowed to exceed this limit.
25
29
26
30
### FHIR service
27
31
@@ -70,7 +74,7 @@ Import operation allowed to have resource type per input file in the request par
70
74
71
75
#### Bug Fixes
72
76
73
-
-**Fixed: Import operation ingest resources with same resource type and lastUpdated field value**. Before this change, resources executed in a batch with same type and lastUpdated field value were not ingested into the FHIR service. This bug fix addresses the issue. See [PR#3768](https://github.com/microsoft/fhir-server/pull/3768).
77
+
-**Fixed: Import operation ingests resources with the same resource type and lastUpdated field value**. Before this change, resources executed in a batch with the same type and `lastUpdated` field value weren't ingested into the FHIR service. This bug fix addresses the issue. See [PR#3768](https://github.com/microsoft/fhir-server/pull/3768).
74
78
75
79
-**Fixed: FHIR search with 3 or more custom search parameters**. Before this fix, FHIR search query at the root with three or more custom search parameters resulted in HTTP status code 504. See [PR#3701](https://github.com/microsoft/fhir-server/pull/3701).
0 commit comments