Skip to content

Commit 01f4737

Browse files
committed
Fix a few Acrolinx issues
1 parent 4efaf1f commit 01f4737

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

articles/azure-health-insights/oncophenotype/faq.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ ms.author: behoorne
1414

1515
# Onco Phenotype Frequently Asked Questions
1616

17-
You’ll find answers to commonly asked questions about Onco Phenotype, part of Azure Health Insights service, in this article
18-
1917
- What does inference value `None` mean?
2018

2119
`None` implies that the model couldn't find enough relevant information to make a meaningful prediction.
@@ -26,7 +24,7 @@ You’ll find answers to commonly asked questions about Onco Phenotype, part of
2624

2725
- Do you support behavior code along with histology code?
2826

29-
No, the OncoPhenotype API doesn't support 1-digit behavior code. Only 4-digit histology code is supported.
27+
No, only four digit histology code is supported.
3028

3129
- What does inference value `N+` mean for clinical/pathologic N category? Why don't you have `N1, N2, N3` inference values?
3230

articles/azure-health-insights/oncophenotype/patient-info.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ The payload should contain a ```patients``` section with one or more objects whe
2020

2121
## Example request
2222

23-
The following example represents a case finding. The ```checkForCancerCase``` has been set to ```true``` and ```includeEvidence``` has been set to ```false```. Meaning the model will check for a cancer case but not include the evidence.
24-
In this example the Onco Phenotype model receives patient information in the form of Unstructured clinical notes
25-
23+
The following example represents a case finding. The ```checkForCancerCase``` has been set to ```true``` and ```includeEvidence``` has been set to ```false```. Meaning the model checks for a cancer case but not include the evidence. In this example, the Onco Phenotype model receives patient information in the form of unstructured clinical notes
2624

2725
```json
2826
{

0 commit comments

Comments
 (0)