Skip to content

Commit abc639c

Browse files
small fixes
1 parent f382060 commit abc639c

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

articles/healthcare-apis/dicom/dicom-register-application.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mcevoy-building7
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: tutorial
8-
ms.date: 09/01/2022
8+
ms.date: 09/02/2022
99
ms.author: v-smcevoy
1010
---
1111

@@ -67,7 +67,7 @@ The following steps are required for the DICOM service. In addition, user access
6767

6868
2. Select **Add a permission**.
6969

70-
If you're using Azure Health Data Services, you'll add a permission to the DICOM service by searching for **Azure API for DICOM** under **APIs my organization** uses.
70+
Add a permission to the DICOM service by searching for **Azure API for DICOM** under **APIs my organization** uses.
7171

7272
[ ![Search API permissions](./media/dicom-search-apis-permissions.png) ](./media/dicom-search-apis-permissions.png#lightbox)
7373

@@ -77,7 +77,7 @@ The following steps are required for the DICOM service. In addition, user access
7777

7878
3. Select scopes (permissions) that the confidential client application will ask for on behalf of a user. Select **Dicom.ReadWrite**, and then select **Add permissions**.
7979

80-
[Select permissions scopes](./media/dicom-select-scopes-new.png) ](./media/dicom-select-scopes.new.png#lightbox)
80+
[ ![Select permissions scopes](./media/dicom-select-scopes-new.png) ](./media/dicom-select-scopes.new.png#lightbox)
8181

8282
Your application registration is now complete.
8383

@@ -87,5 +87,3 @@ In this article, you learned how to register a client application for the DICOM
8787

8888
>[!div class="nextstepaction"]
8989
>[Overview of the DICOM service](dicom-services-overview.md)
90-
91-
FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.

articles/healthcare-apis/register-application.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
---
1+
---
22
title: Register a client application in Azure Active Directory for the Azure Health Data Services
33
description: How to register a client application in the Azure AD and how to add a secret and API permissions to the Azure Health Data Services
4-
services: healthcare-apis
5-
author: dougseven
4+
author: mcevoy-building7
65
ms.service: healthcare-apis
6+
ms.subservice: fhir
77
ms.topic: tutorial
8-
ms.date: 03/21/2022
9-
ms.author: dseven
8+
ms.date: 09/02/2022
9+
ms.author: v-smcevoy
1010
---
1111

1212
# Register a client application in Azure Active Directory
@@ -88,8 +88,8 @@ The following steps are required for the DICOM service, but optional for the FHI
8888
[ ![Select permissions scopes.](dicom/media/dicom-select-scopes.png) ](dicom/media/dicom-select-scopes.png#lightbox)
8989

9090
>[!NOTE]
91-
>Use grant_type of client_credentials when trying to otain an access token for the FHIR service using tools such as Postman or Rest Client. For more details, visit [Access using Postman](./fhir/use-postman.md) and [Accessing Azure Health Data Services using the REST Client Extension in Visual Studio Code](./fhir/using-rest-client.md).
92-
>>Use grant_type of client_credentials or authentication_doe when trying to obtain an access token for the DICOM service. For more details, visit [Using DICOM with cURL](dicom/dicomweb-standard-apis-curl.md).
91+
>Use grant_type of client_credentials when trying to obtain an access token for the FHIR service using tools such as Postman or REST Client. For more details, visit [Access using Postman](./fhir/use-postman.md) and [Accessing Azure Health Data Services using the REST Client Extension in Visual Studio Code](./fhir/using-rest-client.md).
92+
>>Use grant_type of client_credentials or authentication_code when trying to obtain an access token for the DICOM service. For more details, visit [Using DICOM with cURL](dicom/dicomweb-standard-apis-curl.md).
9393
9494
Your application registration is now complete.
9595

0 commit comments

Comments
 (0)