Skip to content

Commit 1801126

Browse files
committed
Fixing build warnings
1 parent 6c77ac0 commit 1801126

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.openpublishing.redirection.healthcare-apis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@
637637
"redirect_url": "/azure/healthcare-apis/iot/how-to-use-calculatedcontent-mappings",
638638
"redirect_document_id": false
639639
},
640-
{ "source_path_from_root": "/articles/healthcare-apis/iot/calculatedcontenttemplate-mappings.md",
640+
{ "source_path_from_root": "/articles/healthcare-apis/iot/how-to-use-calculatedcontenttemplate-mappings.md",
641641
"redirect_url": "/azure/healthcare-apis/iot/how-to-use-calculatedcontent-mappings",
642642
"redirect_document_id": false
643643
},

articles/healthcare-apis/iot/how-to-configure-device-mappings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: how-to
8-
ms.date: 1/12/2023
8+
ms.date: 02/09/2023
99
ms.author: jasteppe
1010
---
1111

@@ -198,7 +198,7 @@ You can define one or more templates within the MedTech service device mapping.
198198

199199
|Template Type|Description|
200200
|-------------|-----------|
201-
|[CalculatedContentTemplate](how-to-use-calculatedcontenttemplate-mappings.md)|A template that supports writing expressions using one of several expression languages. Supports data transformation via the use of JMESPath functions.|
201+
|[CalculatedContent](how-to-use-calculatedcontent-mappings.md)|A template that supports writing expressions using one of several expression languages. Supports data transformation via the use of JMESPath functions.|
202202
|[IotJsonPathContentTemplate](how-to-use-iot-jsonpath-content-mappings.md)|A template that supports messages sent from Azure Iot Hub or the Legacy Export Data feature of Azure Iot Central.
203203

204204
> [!TIP]

articles/healthcare-apis/iot/how-to-use-calculatedcontent-mappings.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: jasteppe
1313

1414
This article describes how to use CalculatedContent mappings with MedTech service device mappings.
1515

16-
## CalculatedContent
16+
## CalculatedContent mappings
1717

1818
The MedTech service provides an expression-based content template to both match the wanted template and extract values. **Expressions** may be used by either JSONPath or JMESPath. Each expression within the template may choose its own expression language.
1919

@@ -67,7 +67,7 @@ The default expression language to use for a MedTech service device mappings can
6767
}
6868
```
6969

70-
The CalculatedContentTemplate allows matching on and extracting values from an Azure Event Hubs message using **Expressions** as defined below:
70+
The CalculatedContent mappings allow matching on and extracting values from an Azure Event Hubs message using **Expressions** as defined below:
7171

7272
|Property|Description|Example|
7373
|--------|-----------|-------|
@@ -92,13 +92,13 @@ When specifying the language to use for the expression, the below values are val
9292
| JMESPath | **JmesPath** |
9393

9494
>[!TIP]
95-
> For more information on JSONPath, see [JSONPath](https://goessner.net/articles/JsonPath/). [CalculatedContent](#calculatedcontent) uses the [JSON .NET implementation](https://www.newtonsoft.com/json/help/html/QueryJsonSelectTokenJsonPath.htm) for resolving JSONPath expressions.
95+
> For more information on JSONPath, see [JSONPath](https://goessner.net/articles/JsonPath/). CalculatedContent mappings use the [JSON .NET implementation](https://www.newtonsoft.com/json/help/html/QueryJsonSelectTokenJsonPath.htm) for resolving JSONPath expressions.
9696
>
97-
> For more information on JMESPath, see [JMESPath](https://jmespath.org/specification.html). [CalculatedContent](#calculatedcontent) uses the [JMESPath .NET implementation](https://github.com/jdevillard/JmesPath.Net) for resolving JMESPath expressions.
97+
> For more information on JMESPath, see [JMESPath](https://jmespath.org/specification.html). CalculatedContent mappings use the [JMESPath .NET implementation](https://github.com/jdevillard/JmesPath.Net) for resolving JMESPath expressions.
9898
9999
### Custom functions
100100

101-
A set of MedTech service custom functions is also available. The MedTech service custom functions are outside of the functions provided as part of the JMESPath specification. For more information on the MedTech service custom functions, see [How to use MedTech service custom functions](how-to-use-custom-functions.md).
101+
A set of MedTech service custom functions are also available. The MedTech service custom functions are outside of the functions provided as part of the JMESPath specification. For more information on the MedTech service custom functions, see [How to use MedTech service custom functions](how-to-use-custom-functions.md).
102102

103103
### Matched Token
104104

@@ -547,6 +547,6 @@ In this article, you learned how to configure the MedTech service device mapping
547547
To learn how to configure FHIR destination mappings, see
548548

549549
> [!div class="nextstepaction"]
550-
> [How to configure the FHIR destination mappings](how-to-configure-fhir-mappings.md)
550+
> [How to configure FHIR destination mappings](how-to-configure-fhir-mappings.md)
551551
552552
(FHIR®) is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.

articles/healthcare-apis/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ Enabled DICOM service to work with workspaces that have names beginning with a l
543543

544544
**MedTech service normalized improvements with calculations to support and enhance health data standardization.**
545545

546-
See [Use Device mappings](./../healthcare-apis/iot/how-to-use-device-mappings.md) and [Calculated Content Templates](./../healthcare-apis/iot/how-to-use-calculatedcontenttemplate-mappings.md)
546+
See [Use device mappings](./../healthcare-apis/iot/how-to-use-device-mappings.md) and [CalculatedContent](./../healthcare-apis/iot/how-to-use-calculatedcontent-mappings.md)
547547

548548

549549

0 commit comments

Comments
 (0)