@azure-rest/health-insights-cancerprofiling 1.0.0-alpha.20230818.1 → 1.0.0-alpha.20230821.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,13 @@
|
|
|
3
3
|
[Health Insights](https://learn.microsoft.com/azure/azure-health-insights/overview?branch=main) is an Azure Applied AI Service built with the Azure Cognitive Services Framework, that leverages multiple Cognitive Services, Healthcare API services and other Azure resources.
|
|
4
4
|
The [Cancer Profiling model](https://learn.microsoft.com/azure/azure-health-insights/oncophenotype/overview?branch=main) receives clinical records of oncology patients and outputs cancer staging, such as clinical stage TNM categories and pathologic stage TNM categories as well as tumor site, histology.
|
|
5
5
|
|
|
6
|
-
**Please rely heavily on our [REST client docs](https://github.com/Azure/azure-sdk-for-js/
|
|
6
|
+
**Please rely heavily on our [REST client docs](https://github.com/Azure/azure-sdk-for-js/tree/main/documentation/rest-clients.md) to use this library**
|
|
7
|
+
|
|
8
|
+
Key links:
|
|
9
|
+
|
|
10
|
+
- [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-cancerprofiling-rest)
|
|
11
|
+
- [Package (NPM)](https://www.npmjs.com/package/@azure-rest/health-insights-cancerprofiling)
|
|
12
|
+
- [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-cancerprofiling-rest/samples/v1-beta)
|
|
7
13
|
|
|
8
14
|
## Getting started
|
|
9
15
|
|
|
@@ -243,8 +249,8 @@ For more detailed instructions on how to enable logs, you can look at the [@azur
|
|
|
243
249
|
|
|
244
250
|
## Next steps
|
|
245
251
|
|
|
246
|
-
This code sample show common scenario operation with the Azure Health Insights Cancer Profiling library. More samples can be found under the [samples](https://github.com/Azure/azure-sdk-for-js/
|
|
247
|
-
- Infer Cancer Profiling: [sample_infer_cancer_profiling.ts](https://github.com/Azure/azure-sdk-for-js/
|
|
252
|
+
This code sample show common scenario operation with the Azure Health Insights Cancer Profiling library. More samples can be found under the [samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-cancerprofiling-rest/samples/v1-beta/typescript/src/) directory.
|
|
253
|
+
- Infer Cancer Profiling: [sample_infer_cancer_profiling.ts](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-cancerprofiling-rest/samples/v1-beta/typescript/src/sample_infer_cancer_profiling.ts)
|
|
248
254
|
|
|
249
255
|
|
|
250
256
|
### Additional documentation
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/health-insights-cancerprofiling",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.0.0-alpha.
|
|
5
|
+
"version": "1.0.0-alpha.20230821.1",
|
|
6
6
|
"description": "A generated SDK for Health Insights Cancer Profiling Rest",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|