Skip to content

Commit ded29d7

Browse files
committed
link formatting and minor edits
1 parent e551ccd commit ded29d7

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

articles/healthcare-apis/dicom/dicom-extended-query-tags-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The following VR types are supported:
9191

9292
### List extended query tags
9393

94-
Lists of all extended query tag(s).
94+
Lists of all extended query tags.
9595

9696
```http
9797
GET .../extendedquerytags
@@ -229,7 +229,7 @@ GET .../operations/{operationId}
229229

230230
### Tag status
231231

232-
The [Status](#extended-query-tag-status) of extended query tag indicates current status. When an extended query tag is first added, its status is set to `Adding`, and a long-running operation is kicked off to reindex existing DICOM instances. After the operation is completed, the tag status is updated to `Ready`. The extended query tag can now be used in [QIDO](dicom-services-conformance-statement-v2.md#search-qido-rs).
232+
The [Status](#extended-query-tag-status) of extended query tag indicates the current status. When an extended query tag is first added, its status is set to `Adding`, and a long-running operation is kicked off to reindex existing DICOM instances. After the operation is completed, the tag status is updated to `Ready`. The extended query tag can now be used in [QIDO](dicom-services-conformance-statement-v2.md#search-qido-rs).
233233

234234
For example, if the tag Manufacturer Model Name (0008,1090) is added, and in `Ready` status, hereafter the following queries can be used to filter stored instances by the Manufacturer Model Name.
235235

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,28 @@ In this article, you learn how to register a client application for the DICOM&re
1818
1. In the [Azure portal](https://portal.azure.com), select **Microsoft Entra ID**.
1919
1. Select **App registrations**.
2020

21-
[![Screenshot that shows new app registration window.](media/register-application-one.png) ](media/register-application-one.png#lightbox)
21+
[![Screenshot that shows new app registration window.](media/register-application-one.png)](media/register-application-one.png#lightbox)
2222

2323
1. Select **New registration**.
2424
1. For **Supported account types**, select **Accounts in this organizational directory only**. Leave the other options as is.
2525

26-
[![Screenshot that shows new registration account options.](media/register-application-two.png) ](media/register-application-two.png#lightbox)
26+
[![Screenshot that shows new registration account options.](media/register-application-two.png)](media/register-application-two.png#lightbox)
2727

2828
1. Select **Register**.
2929

3030
## Application ID (client ID)
3131

3232
After you register a new application, you can find the **Application (client) ID** and **Directory (tenant) ID** from the **Overview** menu option. Make a note of the values for use later.
3333

34-
[![Screenshot that shows the client ID Overview pane.](media/register-application-three.png) ](media/register-application-three.png#lightbox)
34+
[![Screenshot that shows the client ID Overview pane.](media/register-application-three.png)](media/register-application-three.png#lightbox)
3535

3636
## Authentication setting: Confidential vs. public
3737

3838
Select **Authentication** to review the settings. The default value for **Allow public client flows** is **No**.
3939

4040
If you keep this default value, the application registration is a **confidential client application** and a certificate or secret is required.
4141

42-
[![Screenshot that shows confidential client application.](media/register-application-five.png) ](media/register-application-five.png#lightbox)
42+
[![Screenshot that shows confidential client application.](media/register-application-five.png)](media/register-application-five.png#lightbox)
4343

4444
If you change the default value to **Yes** for the **Allow public client flows** option in the **Advanced** setting, the application registration is a **public client application** and a certificate or secret isn't required. The **Yes** value is useful when you want to use the client application in your mobile app or a JavaScript app where you don't want to store any secrets.
4545

@@ -48,15 +48,15 @@ For tools that require a redirect URL, select **Add a platform** to configure th
4848
> [!NOTE]
4949
> For Postman, select **Mobile and desktop applications**. Enter `https://www.getpostman.com/oauth2/callback` in the **Custom redirect URIs** section. Select **Configure** to save the setting.
5050
51-
[![Screenshot that shows configuring other services.](media/register-application-five-bravo.png) ](media/register-application-five-bravo.png#lightbox)
51+
[![Screenshot that shows configuring other services.](media/register-application-five-bravo.png)](media/register-application-five-bravo.png#lightbox)
5252

5353
## Certificates & secrets
5454

5555
Select **Certificates & secrets** and select **New client secret**.
5656

57-
Add and then copy the secret value.
57+
Add, and then copy the secret value.
5858

59-
[![Screenshot that shows the Certificates & secrets pane.](media/register-application-six.png) ](media/register-application-six.png#lightbox)
59+
[![Screenshot that shows the Certificates & secrets pane.](media/register-application-six.png)](media/register-application-six.png#lightbox)
6060

6161
Optionally, you can upload a certificate (public key) and use the Certificate ID, a GUID value associated with the certificate. For testing purposes, you can create a self-signed certificate using tools such as the PowerShell command line, `New-SelfSignedCertificate`, and then export the certificate from the certificate store.
6262

@@ -66,21 +66,21 @@ The following steps are required for the DICOM service. In addition, user access
6666

6767
1. Select the **API permissions** pane.
6868

69-
[![Screenshot that shows the API permissions page with the Add a permission button highlighted.](./media/dicom-add-apis-permissions.png) ](./media/dicom-add-apis-permissions.png#lightbox)
69+
[![Screenshot that shows the API permissions page with the Add a permission button highlighted.](./media/dicom-add-apis-permissions.png)](./media/dicom-add-apis-permissions.png#lightbox)
7070

7171
1. Select **Add a permission**.
7272

7373
Add a permission to the DICOM service by searching for **Azure API for DICOM** under **APIs my organization uses**.
7474

75-
[![Screenshot that shows the Search API permissions page with the APIs my organization uses tab selected.](./media/dicom-search-apis-permissions.png) ](./media/dicom-search-apis-permissions.png#lightbox)
75+
[![Screenshot that shows the Search API permissions page with the APIs my organization uses tab selected.](./media/dicom-search-apis-permissions.png)](./media/dicom-search-apis-permissions.png#lightbox)
7676

7777
The search result for Azure API for DICOM only returns if you've already deployed the DICOM service in the workspace.
7878

7979
If you're referencing a different resource application, select your DICOM API resource application registration that you created previously under **APIs my organization uses**.
8080

8181
1. Select scopes (permissions) that the confidential client application asks for on behalf of a user. Select **Dicom.ReadWrite**, and then select **Add permissions**.
8282

83-
[![Screenshot that shows scopes (permissions) that the client application asks for on behalf of a user.](./media/dicom-select-scopes-new.png) ](./media/dicom-select-scopes-new.png#lightbox)
83+
[![Screenshot that shows scopes (permissions) that the client application asks for on behalf of a user.](./media/dicom-select-scopes-new.png)](./media/dicom-select-scopes-new.png#lightbox)
8484

8585
Your application registration is now finished.
8686

articles/healthcare-apis/dicom/dicom-service-v2-api-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Failed validation of attributes not required by the API results in the file bein
2626
A warning is given about each failing attribute per instance. When a sequence contains an attribute that fails validation, or when there are multiple issues with a single attribute, only the first failing attribute reason is noted.
2727

2828
There are some notable behaviors for optional attributes that fail validation:
29-
* Searches for the attribute that failed validation returns the study/series/instance if the value is corrected in one of the few ways [mentioned below](#search-results-might-be-incomplete-for-extended-query-tags-with-validation-warnings).
29+
* Searches for the attribute that failed validation returns the study/series/instance if the value is corrected in one of the few ways [mentioned here](#search-results-might-be-incomplete-for-extended-query-tags-with-validation-warnings).
3030
* The attributes aren't returned when retrieving metadata via WADO `/metadata` endpoints.
3131

3232
Retrieving a study/series/instance always returns the original binary files with the original attributes, even if those attributes failed validation.

0 commit comments

Comments
 (0)