Skip to content

Commit 690d704

Browse files
minor fixes
1 parent d5220be commit 690d704

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/healthcare-apis/release-notes-2024.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Release notes for 2024 Azure Health Data Services monthly releases
33
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.
44
services: healthcare-apis
5-
author: kgaddam10
5+
author: shellyhaverkamp
66
ms.service: healthcare-apis
77
ms.subservice: workspace
88
ms.topic: reference
9-
ms.date: 04/02/2024
10-
ms.author: kavitagaddam
9+
ms.date: 04/11/2024
10+
ms.author: msjasteppe
1111
ms.custom: references_regions
1212
---
1313

@@ -21,11 +21,11 @@ This article describes features, enhancements, and bug fixes released in 2024 fo
2121

2222
#### Enhanced Upsert operation
2323

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.
2525

2626
#### Expanded storage for required attributes
2727

28-
The DICOM service allows users to upload DICOM files confidently, knowing that requests are limited to 4GB. Additionally, no single DICOM file or combination of files is allowed to exceed this limit. This enhancement ensures efficient management of medical imaging data while maintaining compliance with size restrictions.
28+
The DICOM service allows users to upload DICOM files confidently, knowing that requests are limited to 4 GB. Additionally, no single DICOM file or combination of files is allowed to exceed this limit. This enhancement ensures efficient management of medical imaging data while maintaining compliance with size restrictions.
2929

3030
### FHIR service
3131

@@ -74,7 +74,7 @@ Import operation allowed to have resource type per input file in the request par
7474

7575
#### Bug Fixes
7676

77-
- **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).
7878

7979
- **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).
8080

0 commit comments

Comments
 (0)