Skip to content

Commit 3429ce0

Browse files
committed
Made table format edits
1 parent 6e6ce35 commit 3429ce0

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

articles/healthcare-apis/azure-api-for-fhir/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ Azure API for FHIR provides a fully managed deployment of the Microsoft FHIR Ser
7777

7878
### IoT connector for FHIR (preview)
7979

80-
|Bug fixes                                                                                                                                     |Related information |
81-
| ----------------------------------- | --------------- |
80+
|Bug fixes                                                                                                                       |Related information |
81+
| ----------------------------------- | ---------------: |
8282
|Fixed broken link.| Updated link to the IoT connector Azure documentation in the Azure API for FHIR portal. |
8383

8484
## Next steps

articles/healthcare-apis/release-notes.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,34 +22,34 @@ Azure Healthcare APIs is a set of managed API services based on open standards a
2222
### Azure Healthcare APIs Feature Enhancements
2323

2424

25-
| Enhancements                                   | Related information |
26-
|------------- | ----------------------------- |
25+
| Enhancements                                                                                                          | Related information |
26+
|------------- | -----------------------------: |
2727
|Test Data Generator tool |We've updated the Healthcare APIs  GitHub samples repo to include a [Test Data Generator tool](https://github.com/microsoft/healthcare-apis-samples/blob/main/docs/HowToRunPerformanceTest.md) using Synthea data. This tool is an improvement to the open source [public test projects](https://github.com/ShadowPic/PublicTestProjects), based on Apache JMeter, that can be deployed to Azure AKS for performance tests. |
2828

2929
### FHIR service
3030

3131
#### **Feature enhancements**
3232

3333
|Enhancements | Related information |
34-
|------------------------ | ------------------------------- |
34+
|------------------------ | -------------------------------: |
3535
|Added support for [_sort](././../healthcare-apis/fhir/overview-of-search.md#search-result-parameters) on strings and dateTime. |[#2169](https://github.com/microsoft/fhir-server/pull/2169) |
3636

3737
#### **Bug fixes**
3838

3939
|Bug fixes | Related information |
40-
|------------------------ | ------------------------------- |
40+
|------------------------ | -------------------------------: |
4141
|Fixed issue where [Conditional Delete](././../healthcare-apis/fhir/fhir-rest-api-capabilities.md#conditional-delete) could result in an infinite loop. | [#2269](https://github.com/microsoft/fhir-server/pull/2269) |
4242
|Resolved 500 error possibly caused by a malformed transaction body in a bundle POST. We've added a check that the URL is populated in the [transaction bundle](././..//healthcare-apis/fhir/fhir-features-supported.md#rest-api) requests. | [#2255](https://github.com/microsoft/fhir-server/pull/2255) |
4343

4444
### **DICOM service**
4545

4646
|Added support | Related information |
47-
|------------------------ | ------------------------------- |
47+
|------------------------ | -------------------------------: |
4848
|Regions |South Brazil and Central Canada |
4949
|Extended Query tags |DateTime (DT) and Time (TM) Value Representation (VR) types |
5050

5151
|Bug fixes | Related information |
52-
|------------------------ | ------------------------------- |
52+
|------------------------ | -------------------------------: |
5353
|Implemented fix to workspace names |Enabled DICOM service to work with workspaces that have names beginning with a letter. |
5454

5555
## September 2021
@@ -59,58 +59,58 @@ Azure Healthcare APIs is a set of managed API services based on open standards a
5959
#### **Feature enhancements**
6060

6161
|Enhancements | Related information |
62-
|------------------------ | ------------------------------- |
62+
|------------------------ | -------------------------------: |
6363

6464
|Added support for conditional patch | [Conditional patch](./././azure-api-for-fhir/fhir-rest-api-capabilities.md#patch-and-conditional-patch)|
65-
|------------------------ | ------------------------------- |
65+
|------------------------ | -------------------------------: |
6666
|Conditional patch | [#2163](https://github.com/microsoft/fhir-server/pull/2163) |
6767
|Added conditional patch audit event. | [#2213](https://github.com/microsoft/fhir-server/pull/2213) |
6868

6969
|Allow JSON patch in bundles | [JSON patch in bundles](./././azure-api-for-fhir/fhir-rest-api-capabilities.md#patch-in-bundles)|
70-
|------------------------ | ------------------------------- |
70+
|------------------------ | -------------------------------: |
7171
|Allows for search history bundles with Patch requests. |[#2156](https://github.com/microsoft/fhir-server/pull/2156) |
7272
|Enabled JSON patch in bundles using Binary resources. |[#2143](https://github.com/microsoft/fhir-server/pull/2143) |
7373
|Added new audit event [OperationName sub-types](./././azure-api-for-fhir/enable-diagnostic-logging.md#audit-log-details). | [#2170](https://github.com/microsoft/fhir-server/pull/2170) |
7474

7575
|Running a reindex job | [Reindex improvements](./././fhir/how-to-run-a-reindex.md)|
76-
|------------------------ | ------------------------------- |
76+
|------------------------ | -------------------------------: |
7777
|Added [boundaries for reindex](./././azure-api-for-fhir/how-to-run-a-reindex.md#performance-considerations) parameters. |[#2103](https://github.com/microsoft/fhir-server/pull/2103)|
7878
|Updated error message for reindex parameter boundaries.|[#2109](https://github.com/microsoft/fhir-server/pull/2109)|
7979
|Adds final reindex count check. |[#2099](https://github.com/microsoft/fhir-server/pull/2099)|
8080

8181
#### **Bug fixes**
8282

8383
|Resolved patch bugs | Related information |
84-
|------------------------ | ------------------------------- |
84+
|------------------------ | -------------------------------: |
8585
|Wider catch for exceptions when applying patch. | [#2192](https://github.com/microsoft/fhir-server/pull/2192)|
8686
|Fixes history with PATCH in STU3. |[#2177](https://github.com/microsoft/fhir-server/pull/2177) |
8787

8888
|Custom search bugs | Related information |
89-
|------------------------ | ------------------------------- |
89+
|------------------------ | -------------------------------: |
9090
|Addresses the delete failure with Custom Search parameters. |[#2133](https://github.com/microsoft/fhir-server/pull/2133) |
9191
|Added retry logic while Deleting Search parameter. | [#2121](https://github.com/microsoft/fhir-server/pull/2121)|
9292
|Set max item count in search options in SearchParameterDefinitionManager. |[#2141](https://github.com/microsoft/fhir-server/pull/2141) |
9393
|Provides better exception if there's a bad expression in a search parameter. |[#2157](https://github.com/microsoft/fhir-server/pull/2157) |
9494

9595
|Resolved SQL batch reindex if one resource fails | Related information |
96-
|------------------------ | ------------------------------- |
96+
|------------------------ | -------------------------------: |
9797
|Updates SQL batch reindex retry logic. |[#2118](https://github.com/microsoft/fhir-server/pull/2118) |
9898

9999
|GitHub issues closed | Related information |
100-
|------------------------ | ------------------------------- |
100+
|------------------------ | -------------------------------: |
101101
|Unclear error message for conditional create with no ID. |[#2168](https://github.com/microsoft/fhir-server/issues/2168) |
102102

103103
### **DICOM service**
104104

105105
|Bug fixes | Related information |
106-
|------------------------ | ------------------------------- |
106+
|------------------------ | -------------------------------: |
107107
|Implemented fix to resolve QIDO paging ordering issues. | [#989](https://github.com/microsoft/dicom-server/pull/989) |
108108

109109

110110
### **IoT connector**
111111

112112
|Bug fixes | Related information |
113-
|------------------------ | ------------------------------- |
113+
|------------------------ | -------------------------------: |
114114
|IoT connector normalized improvements with calculations to support and enhance health data standardization. | See: [Use device mappings](./../healthcare-apis/iot/how-to-use-device-mapping-iot.md) and [Calculated functions](https://github.com/microsoft/iomt-fhir/blob/master/docs/Configuration.md) |
115115

116116
## Next steps

0 commit comments

Comments
 (0)