Skip to content

Commit 482a4a6

Browse files
authored
Merge pull request #208178 from msjasteppe/custom-functions-updates
Custom functions updates
2 parents 1d0e41d + a00e937 commit 482a4a6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/healthcare-apis/iot/how-to-use-custom-functions.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
2-
title: How to use custom functions in the MedTech service - Azure Health Data Services
2+
title: How to use custom functions with the MedTech service device mapping - Azure Health Data Services
33
description: This article describes how to use custom functions with MedTech service device mapping.
44
author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: how-to
8-
ms.date: 08/05/2022
8+
ms.date: 08/16/2022
99
ms.author: jasteppe
1010
---
1111

1212
# How to use custom functions
1313

14-
Many functions are available when using **JmesPath** as the expression language. Besides the functions available as part of the JmesPath specification, many more custom functions may also be used. This article describes MedTech service-specific custom functions for use with the MedTech service device mapping during the device message normalization process.
14+
Many functions are available when using **JmesPath** as the expression language. Besides the functions available as part of the JmesPath specification, many more custom functions may also be used. This article describes the MedTech service-specific custom functions for use with the MedTech service [device mapping](how-to-use-device-mappings.md) during the device message [normalization](iot-data-flow.md#normalize) process.
1515

1616
> [!NOTE]
1717
>
1818
> For more information on JmesPath functions, see the JmesPath [specification](https://jmespath.org/specification.html#built-in-functions).
1919
2020
>[!TIP]
2121
>
22-
> Check out the [IoMT Connector Data Mapper](https://github.com/microsoft/iomt-fhir/tree/master/tools/data-mapper) tool for editing, testing, and troubleshooting the MedTech service Device and FHIR destination mappings. Export mappings for uploading to the MedTech service in the Azure portal or use with the [open-source version](https://github.com/microsoft/iomt-fhir) of the MedTech service.
22+
> Check out the [IoMT Connector Data Mapper](https://github.com/microsoft/iomt-fhir/tree/master/tools/data-mapper) tool for editing, testing, and troubleshooting the MedTech service device and FHIR destination mappings. Export mappings for uploading to the MedTech service in the Azure portal or use with the [open-source version](https://github.com/microsoft/iomt-fhir) of the MedTech service.
2323
2424
## Function signature
2525

@@ -32,6 +32,7 @@ return_type function_name(type $argname)
3232
The signature indicates the valid types for the arguments. If an invalid type is passed in for an argument, an error will occur.
3333

3434
> [!NOTE]
35+
>
3536
> When math-related functions are done, the end result **must** be able to fit within a C# [long](/dotnet/csharp/language-reference/builtin-types/integral-numeric-types#characteristics-of-the-integral-types) value. If the end result in unable to fit within a C# long value, then a mathematical error will occur.
3637
3738
## Exception handling

0 commit comments

Comments
 (0)