Skip to content

Commit 16f160e

Browse files
authored
Merge pull request #266941 from JanSchietse/RIDoc-PubPrev-pr
Radiology Insights documentation refinements for Public Preview
2 parents 199c840 + f2d3a0e commit 16f160e

File tree

4 files changed

+171
-121
lines changed

4 files changed

+171
-121
lines changed

articles/azure-health-insights/radiology-insights/TOC.yml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1+
title: Radiology Insights documentation TOC
2+
summary: Radiology Insights is offered within the context of the broader Azure AI Health Insights. It augments traditional clinical natural language processing tools by adding inferences positively impacting the radiology documentation workflow and enabling analysis and quality follow-up.
3+
4+
metadata:
5+
title: Radiology Insights documentation TOC
6+
titleSuffix: Azure AI Health Insights
7+
description: Enable healthcare organizations to optimize documentation workflows.
8+
ms.service: Azure AI Health Insights
9+
ms.topic: TOC
10+
author: JanSchietse
11+
ms.collection: collection
12+
ms.author: JanSchietse
13+
ms.date: 12/12/2023
14+
15+
16+
117
items:
2-
- name: Radiology Insights
18+
- name: Radiology Insights
319
href: index.yml
420
- name: Overview
521
expanded: true
@@ -15,7 +31,7 @@ items:
1531
- name: Transparency note for Radiology Insights
1632
href: transparency-note.md
1733
- name: Data, privacy, and security
18-
href: /azure/azure-health-insights/responsible-ai/data-privacy-security?toc=/azure/azure-health-insights/oncophenotype/toc.json
34+
href: /azure/azure-health-insights/responsible-ai/data-privacy-security?toc=/azure/azure-health-insights/radiology-insights/toc.json
1935
- name: Concepts
2036
items:
2137
- name: Model configuration
@@ -25,7 +41,7 @@ items:
2541
- name: Reference
2642
items:
2743
- name: REST API
28-
href: /rest/api/cognitiveservices/healthinsights/radiologyinsights
44+
href: /rest/api/cognitiveservices/healthinsights/radiology-insights
2945
- name: SDKs
3046
items:
3147
- name: .NET

articles/azure-health-insights/radiology-insights/get-started.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ The Service URL to access your service is: https://```YOUR-NAME```.cognitiveserv
2828

2929
To send an API request, you need your Azure AI services account endpoint and key.
3030

31-
You can find a full view of the [request parameters here](/rest/api/cognitiveservices/healthinsights/onco-phenotype/create-job).
31+
32+
<!-- You can also find a full view of the [request parameters here](/rest/api/cognitiveservices/healthinsights/radiology-insights/create-job). -->
33+
34+
3235

3336
![[Screenshot of the Keys and Endpoints for the Radiology Insights.](../media/keys-and-endpoints.png)](../media/keys-and-endpoints.png#lightbox)
3437

@@ -124,7 +127,11 @@ Ocp-Apim-Subscription-Key: {cognitive-services-account-key}
124127
}
125128
```
126129

127-
You can also find a full view of the [request parameters here](/rest/api/cognitiveservices/healthinsights/onco-phenotype/create-job).
130+
<!-- You can also find a full view of the [request parameters here](/rest/api/cognitiveservices/healthinsights/radiology-insights/create-job). -->
131+
132+
133+
134+
128135

129136
### Evaluating a response that contains a case
130137

@@ -168,8 +175,8 @@ http://{cognitive-services-account-endpoint}/health-insights/radiology-insights/
168175
"status": "succeeded"
169176
}
170177
```
171-
You can find a full view of the [response parameters here](/rest/api/cognitiveservices/healthinsights/onco-phenotype/get-job).
172178

179+
<!-- You can also find a full view of the [request parameters here](/rest/api/cognitiveservices/healthinsights/radiology-insights/get-job). -->
173180

174181
## Data limits
175182

0 commit comments

Comments
 (0)