Skip to content

Commit 78b7fee

Browse files
fix link
1 parent 54e94f9 commit 78b7fee

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

articles/healthcare-apis/release-notes.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article provides details about the features and enhancements made to Azure
2323

2424
## September 2023
2525

26-
Documentation navigation improvements include a new hub page for Azure Health Data Services: [Azure Health Data Services Documentation | Microsoft Learn](./../healthcare-apis/index.md). Also, working breadcrumbs across the FHIR, DICOM, and MedTech services documentation and updates to the table of contents makef it easier and more intuitive to find the documentation you need.
26+
Documentation navigation improvements include a new hub page for Azure Health Data Services: [Azure Health Data Services Documentation | Microsoft Learn](index.md). Also, fixes to breadcrumbs across the FHIR, DICOM, and MedTech services documentation and ./../the table of contents make it easier and more intuitive to find the documentation you need.
2727

2828
## August 2023
2929

@@ -111,7 +111,7 @@ Per FHIR specification, metadata endpoint URL in capability statement needs to b
111111

112112
**Fixed issue where DICOM events and Change Feed may miss changes**
113113

114-
The DICOM Change Feed API could previously return results that incorrectly skipped pending changes when the DICOM server was under load. Identical calls to the Change Feed resource could have resulted in new change events appearing in the middle of the result set. For example, if the first call returned sequence numbers `1`, `2`, `3`, and `5`, then the second identical call could have incorrectly returned `1`, `2`, `3`, `4`, and `5`. This behavior also impacted the DICOM events sent to Azure Event Grid System Topics, and could have resulted in missing events in downstream event handlers. For more details, see [#2611](https://github.com/microsoft/dicom-server/pull/2611).
114+
The DICOM Change Feed API could previously return results that incorrectly skipped pending changes when the DICOM server was under load. Identical calls to the Change Feed resource could have resulted in new change events appearing in the middle of the result set. For example, if the first call returned sequence numbers `1`, `2`, `3`, and `5`, then the second identical call could have incorrectly returned `1`, `2`, `3`, `4`, and `5`. This behavior also impacted the DICOM events sent to Azure Event Grid System Topics, and could have resulted in missing events in downstream event handlers. For more information, see [#2611](https://github.com/microsoft/dicom-server/pull/2611).
115115

116116
### MedTech service
117117

@@ -127,11 +127,11 @@ Customers can include encounter identifiers in the device message so that they c
127127
**SMART on FHIR : Fixed clinical scope mapping for applications**
128128

129129
This bug fix addresses issue with clinical scope not interpreted correctly for backend applications.
130-
For more details, visit [#3250](https://github.com/microsoft/fhir-server/pull/3250)
130+
For more information, visit [#3250](https://github.com/microsoft/fhir-server/pull/3250)
131131

132132
**Addresses duplicate key error when passed in request parameters and body**
133133

134-
This bug fix handles the issue, when using the POST {resourcetype}/search endpoint to query FHIR resources, the server returns 415 Unsupported Media Type. This issue is due to repeating a query parameter in the URL query string and the request body. This fix considers all the query parameters from request and body as input. For more details, visit [#3232](https://github.com/microsoft/fhir-server/pull/3232)
134+
This bug fix handles the issue, when using the POST {resourcetype}/search endpoint to query FHIR resources, the server returns 415 Unsupported Media Type. This issue is due to repeating a query parameter in the URL query string and the request body. This fix considers all the query parameters from request and body as input. For more information, visit [#3232](https://github.com/microsoft/fhir-server/pull/3232)
135135

136136
## April 2023
137137
### Azure Health Data Services
@@ -145,12 +145,12 @@ General availability (GA) of Azure Health Data services in West Central US regio
145145
**Fixed performance for Search Queries with identifiers**
146146

147147
This bug fix addresses timeout issues observed for search queries with identifiers, by using the OPTIMIZE clause.
148-
For more details, visit [#3207](https://github.com/microsoft/fhir-server/pull/3207)
148+
For more information, visit [#3207](https://github.com/microsoft/fhir-server/pull/3207)
149149

150150
**Fixed transient issues associated with loading custom search parameters**
151151

152-
This bug fix addresses the issue, where the FHIR service would not load the latest SearchParameter status in event of failure.
153-
For more details, visit [#3222](https://github.com/microsoft/fhir-server/pull/3222)
152+
This bug fix addresses the issue, where the FHIR service wouldn't load the latest SearchParameter status in event of failure.
153+
For more information, visit [#3222](https://github.com/microsoft/fhir-server/pull/3222)
154154

155155
## March 2023
156156
### Azure Health Data Services
@@ -175,7 +175,7 @@ Also visit [Export your FHIR data by invoking the $export command on the FHIR se
175175

176176
This bug fix addresses the issue and identified resources, per search criteria with :contains modifier are returned.
177177

178-
For more details, visit [#2990](https://github.com/microsoft/fhir-server/pull/2990)
178+
For more information, visit [#2990](https://github.com/microsoft/fhir-server/pull/2990)
179179

180180

181181

@@ -184,17 +184,17 @@ For more details, visit [#2990](https://github.com/microsoft/fhir-server/pull/29
184184

185185
Previous to this change, during pagination Cosmos DB continuation token had a default limit of 3 Kb. With this change, customers can send Cosmos DB Continuation Token limit in the header. Valid range is set to 1-3 Kb. Header value that can be used to send this value is x-ms-documentdb-responsecontinuationtokenlimitinkb
186186

187-
For more details, visit [#2971](https://github.com/microsoft/fhir-server/pull/2971/files) and [Overview of search in Azure API for FHIR | Microsoft Learn](./../healthcare-apis/azure-api-for-fhir/overview-of-search.md)
187+
For more information, visit [#2971](https://github.com/microsoft/fhir-server/pull/2971/files) and [Overview of search in Azure API for FHIR | Microsoft Learn](./../healthcare-apis/azure-api-for-fhir/overview-of-search.md)
188188

189189

190190
**Fixed issue related to HTTP Status code 500 was encountered when :not modifier was used with chained searches**
191191

192-
This bug fix addresses the issue. Identified resources are returned per search criteria with :contains modifier . for more details on bug fix visit [#3041](https://github.com/microsoft/fhir-server/pull/3041)
192+
This bug fix addresses the issue. Identified resources are returned per search criteria with :contains modifier . for more information on bug fix visit [#3041](https://github.com/microsoft/fhir-server/pull/3041)
193193

194194

195195
**Versioning policy enabled at resource level still required If-match header for transaction requests.**
196196

197-
Bug fix addresses the issue and versioned policy at resource level does not require if-match header, for more details on bug fix visit [#2994](https://github.com/microsoft/fhir-server/pull/2994)
197+
Bug fix addresses the issue and versioned policy at resource level doesn't require if-match header, for more information on bug fix visit [#2994](https://github.com/microsoft/fhir-server/pull/2994)
198198

199199

200200

@@ -226,7 +226,7 @@ The MedTech service has an error message feature that allows you to easily view
226226

227227
**Validation errors included with the FailedSOPSequence**
228228

229-
Previously, DICOM validation failures returned by the Store (STOW) API have lacked the detail necessary to diagnose and resolve problems. The latest API changes improve the error messages by including more details about the specific attributes that failed validation and the reason for the failures. See the [conformance statement](dicom/dicom-services-conformance-statement.md#store-response-payload) for details.
229+
Previously, DICOM validation failures returned by the Store (STOW) API have lacked the detail necessary to diagnose and resolve problems. The latest API changes improve the error messages by including more information about the specific attributes that failed validation and the reason for the failures. See the [conformance statement](dicom/dicom-services-conformance-statement.md#store-response-payload) for details.
230230

231231

232232
### Toolkit and Samples Open Source
@@ -325,7 +325,7 @@ The issue is fixed and querying with :not operator should provide correct result
325325

326326
**Provided an Error message for failure in export resulting from long time span**
327327

328-
With failure in export job due to a long time span, customer will see `RequestEntityTooLarge` HTTP status code. For more information, see [#2790](https://github.com/microsoft/fhir-server/pull/2790).
328+
With failure in export job due to a long time span, a customer will see `RequestEntityTooLarge` HTTP status code. For more information, see [#2790](https://github.com/microsoft/fhir-server/pull/2790).
329329

330330
**Fixed issue in a query sort, where functionality throws an error when chained search is performed with same field value.**
331331

@@ -352,18 +352,18 @@ Performance improvements have cut the time to deploy new instances of the DICOM
352352

353353
**Reduced strictness when validating STOW requests**
354354

355-
Some customers have run into issues storing DICOM files that do not perfectly conform to the specification. To enable those files to be stored in the DICOM service, we have reduced the strictness of the validation performed on STOW.
355+
Some customers have run into issues storing DICOM files that don't perfectly conform to the specification. To enable those files to be stored in the DICOM service, we have reduced the strictness of the validation performed on STOW.
356356

357357
The service accepts the following:
358358
* DICOM UIDs that contain trailing whitespace
359-
* IS, DS, SV, and UV VRs that are not valid numbers
359+
* IS, DS, SV, and UV VRs that aren't valid numbers
360360
* Invalid private creator tags
361361

362362
### Toolkit and Samples Open Source
363363

364364
**The [Azure Health Data Services Toolkit](https://github.com/microsoft/azure-health-data-services-toolkit) is in the public preview.**
365365

366-
The toolkit is open-source and allows to easily customize and extend the functionality of their Azure Health Data Services implementations.
366+
The toolkit is open-source and allows you to easily customize and extend the functionality of their Azure Health Data Services implementations.
367367

368368
## August 2022**
369369

@@ -492,7 +492,7 @@ All REST API requests to the DICOM service must include the API version in the U
492492

493493
**Index the first value for DICOM tags that incorrectly specify multiple values**
494494

495-
Attributes that are defined to have a single value but have specified multiple values will be leniently accepted. The first value for such attributes will be indexed.
495+
Attributes that are defined to have a single value but have specified multiple values are leniently accepted. The first value for such attributes are indexed.
496496

497497
## April 2022
498498

@@ -506,7 +506,7 @@ FHIRPath Patch was added as a feature to both the Azure API for FHIR. This imple
506506

507507
**Handles invalid header on versioned update**
508508

509-
When the versioning policy is set to "versioned-update", we required that the most recent version of the resource is provided in the request's if-match header on an update. The specified version must be in ETag format. Previously, a 500 would be returned if the version was invalid or in an incorrect format. This update returns a 400 Bad Request. For more information, see [PR #2467](https://github.com/microsoft/fhir-server/pull/2467).
509+
When the versioning policy is set to versioned-update, we required that the most recent version of the resource is provided in the request's if-match header on an update. The specified version must be in ETag format. Previously, a 500 would be returned if the version was invalid or in an incorrect format. This update returns a 400 Bad Request. For more information, see [PR #2467](https://github.com/microsoft/fhir-server/pull/2467).
510510

511511

512512
**Bulk import in public preview**
@@ -528,7 +528,7 @@ When value representation (VR) is a decimal string (DS)/ integer string (IS), `f
528528

529529
**Correctly parse a range of input in the content negotiation headers**
530530

531-
Currently, WADO with Accept: multipart/related; type=application/dicom will throw an error. It accepts Accept: multipart/related; type="application/dicom", but they should be equivalent. For more information, see [PR #1462](https://github.com/microsoft/dicom-server/pull/1462).
531+
Currently, WADO with Accept: multipart/related; type=application/dicom throws an error. It accepts Accept: multipart/related; type="application/dicom", but they should be equivalent. For more information, see [PR #1462](https://github.com/microsoft/dicom-server/pull/1462).
532532

533533

534534
**Fixed an issue where parallel upload of images in a study could fail under certain circumstances**
@@ -549,7 +549,7 @@ With Private Link, you can access Azure Health Data Services securely from your
549549

550550

551551
**SQL timeout that returns 408 status code**
552-
Previously, a SQL timeout would return a 500. Now a timeout in SQL will return a FHIR OperationOutcome with a 408 status code. For more information, see [PR #2497](https://github.com/microsoft/fhir-server/pull/2497).
552+
Previously, a SQL timeout would return a 500. Now a timeout in SQL returns a FHIR OperationOutcome with a 408 status code. For more information, see [PR #2497](https://github.com/microsoft/fhir-server/pull/2497).
553553

554554
**Fixed issue related to duplicate resources in search with `_include`**
555555
Fixed issue where a single resource can be returned twice in a search that has `_include`. For more information, see [PR #2448](https://github.com/microsoft/fhir-server/pull/2448).

0 commit comments

Comments
 (0)