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.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This article provides details about the features and enhancements made to Azure
23
23
24
24
## September 2023
25
25
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.
27
27
28
28
## August 2023
29
29
@@ -111,7 +111,7 @@ Per FHIR specification, metadata endpoint URL in capability statement needs to b
111
111
112
112
**Fixed issue where DICOM events and Change Feed may miss changes**
113
113
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).
115
115
116
116
### MedTech service
117
117
@@ -127,11 +127,11 @@ Customers can include encounter identifiers in the device message so that they c
127
127
**SMART on FHIR : Fixed clinical scope mapping for applications**
128
128
129
129
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)
131
131
132
132
**Addresses duplicate key error when passed in request parameters and body**
133
133
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)
135
135
136
136
## April 2023
137
137
### Azure Health Data Services
@@ -145,12 +145,12 @@ General availability (GA) of Azure Health Data services in West Central US regio
145
145
**Fixed performance for Search Queries with identifiers**
146
146
147
147
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)
149
149
150
150
**Fixed transient issues associated with loading custom search parameters**
151
151
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)
154
154
155
155
## March 2023
156
156
### Azure Health Data Services
@@ -175,7 +175,7 @@ Also visit [Export your FHIR data by invoking the $export command on the FHIR se
175
175
176
176
This bug fix addresses the issue and identified resources, per search criteria with :contains modifier are returned.
177
177
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)
179
179
180
180
181
181
@@ -184,17 +184,17 @@ For more details, visit [#2990](https://github.com/microsoft/fhir-server/pull/29
184
184
185
185
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
186
186
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)
188
188
189
189
190
190
**Fixed issue related to HTTP Status code 500 was encountered when :not modifier was used with chained searches**
191
191
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)
193
193
194
194
195
195
**Versioning policy enabled at resource level still required If-match header for transaction requests.**
196
196
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)
198
198
199
199
200
200
@@ -226,7 +226,7 @@ The MedTech service has an error message feature that allows you to easily view
226
226
227
227
**Validation errors included with the FailedSOPSequence**
228
228
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.
230
230
231
231
232
232
### Toolkit and Samples Open Source
@@ -325,7 +325,7 @@ The issue is fixed and querying with :not operator should provide correct result
325
325
326
326
**Provided an Error message for failure in export resulting from long time span**
327
327
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).
329
329
330
330
**Fixed issue in a query sort, where functionality throws an error when chained search is performed with same field value.**
331
331
@@ -352,18 +352,18 @@ Performance improvements have cut the time to deploy new instances of the DICOM
352
352
353
353
**Reduced strictness when validating STOW requests**
354
354
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.
356
356
357
357
The service accepts the following:
358
358
* 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
360
360
* Invalid private creator tags
361
361
362
362
### Toolkit and Samples Open Source
363
363
364
364
**The [Azure Health Data Services Toolkit](https://github.com/microsoft/azure-health-data-services-toolkit) is in the public preview.**
365
365
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.
367
367
368
368
## August 2022**
369
369
@@ -492,7 +492,7 @@ All REST API requests to the DICOM service must include the API version in the U
492
492
493
493
**Index the first value for DICOM tags that incorrectly specify multiple values**
494
494
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.
496
496
497
497
## April 2022
498
498
@@ -506,7 +506,7 @@ FHIRPath Patch was added as a feature to both the Azure API for FHIR. This imple
506
506
507
507
**Handles invalid header on versioned update**
508
508
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).
510
510
511
511
512
512
**Bulk import in public preview**
@@ -528,7 +528,7 @@ When value representation (VR) is a decimal string (DS)/ integer string (IS), `f
528
528
529
529
**Correctly parse a range of input in the content negotiation headers**
530
530
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).
532
532
533
533
534
534
**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
549
549
550
550
551
551
**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).
553
553
554
554
**Fixed issue related to duplicate resources in search with `_include`**
555
555
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