Skip to content

Commit 086e281

Browse files
authored
Asaflevi/feature/healthinsights java prepare for release (Azure#34275)
healthinsights java prepare for release
1 parent 9cf49ee commit 086e281

File tree

6 files changed

+26
-16
lines changed

6 files changed

+26
-16
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2023-04-11)
44

55
- Initial preview of the Azure Health Insights CancerProfiling client library.

sdk/healthinsights/azure-health-insights-cancerprofiling/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[Health Insights](https://review.learn.microsoft.com/azure/azure-health-insights/?branch=release-azure-health-insights) 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.
44

55
The [Cancer Profiling model][cancer_profiling_docs] 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.
6+
[Source code][source_code] | [Package (Maven)][package] | [API reference documentation][cancer_profiling_api_documentation] | [Product Documentation][product_documentation] | [Samples][samples_location]
67

78

89
## Getting started
@@ -213,7 +214,10 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
213214
[azure_cli]: https://docs.microsoft.com/cli/azure
214215
[azure_portal]: https://portal.azure.com
215216
[cancer_profiling_docs]: https://review.learn.microsoft.com/azure/cognitive-services/health-decision-support/oncophenotype/overview?branch=main
216-
<!--
217-
[cancer_profiling_client_class]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/healthinsights/azure-health-insights-cancerprofiling/src/main/java/com/azure/health/cancerprofiling/CancerProfilingClient.java
217+
[cancer_profiling_client_class]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/healthinsights/azure-health-insights-cancerprofiling/src/main/java/com/azure/health/insights/cancerprofiling/CancerProfilingClient.java
218+
[package]: https://mvnrepository.com/artifact/com.azure/azure-health-insights-cancerprofiling
219+
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/healthinsights/azure-health-insights-cancerprofiling/src
220+
[cancer_profiling_api_documentation]: https://review.learn.microsoft.com/rest/api/cognitiveservices/healthinsights/onco-phenotype?branch=healthin202303
221+
[product_documentation]:https://review.learn.microsoft.com/azure/cognitive-services/health-decision-support/oncophenotype/?branch=main
222+
[samples_location]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/healthinsights/azure-health-insights-cancerprofiling/src/samples/
218223
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%healthinsights%2Fazure-health-insights-cancerprofiling%2FREADME.png)
219-
-->

sdk/healthinsights/azure-health-insights-cancerprofiling/src/samples/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ All of these samples need the endpoint to your Health Insights resource, and you
2323
|----------------|-------------|
2424
|[SampleInferCancerProfile.java][infer_cancer_profiling]|Get the inferred cancer staging|
2525

26-
<!-- LINKS
27-
[infer_cancer_profiling]:
28-
-->
26+
<!-- LINKS -->
27+
[infer_cancer_profiling]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/healthinsights/azure-health-insights-cancerprofiling/src/samples/java/com/azure/health/insights/cancerprofiling/SampleInferCancerProfile.java
28+
29+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2023-04-11)
44

55
- Initial preview of the Azure Health Insights ClinicalMatching client library.

sdk/healthinsights/azure-health-insights-clinicalmatching/README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
The [Clinical Matching model][clinical_matching_docs] receives patients data and clinical trials protocols, and provides relevant clinical trials based on eligibility criteria.
66

7+
[Source code][source_code] | [Package (Maven)][package] | [API reference documentation][clinical_matching_api_documentation] | [Product Documentation][product_documentation] | [Samples][samples_location]
8+
9+
710
## Getting started
811

912
### Prerequisites
@@ -154,7 +157,10 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
154157
[azure_cli]: https://docs.microsoft.com/cli/azure
155158
[azure_portal]: https://portal.azure.com
156159
[clinical_matching_docs]: https://review.learn.microsoft.com/azure/cognitive-services/health-decision-support/trial-matcher/overview?branch=main
157-
<!--
158-
[clinical_matching_client_class]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/healthinsights/azure-health-insights-clinicalmatching/src/main/java/com/azure/health/clinicalmatching/ClinicalMatchingClient.java
159-
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%healthinsights%2Fazure-health-insights-clinicalmatching%2FREADME.png)
160-
-->
160+
[clinical_matching_client_class]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/healthinsights/azure-health-insights-clinicalmatching/src/main/java/com/azure/health/insights/clinicalmatching/ClinicalMatchingClient.java
161+
[package]: https://mvnrepository.com/artifact/com.azure/azure-health-insights-clinicalmatching
162+
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/healthinsights/azure-health-insights-clinicalmatching/src/
163+
[clinical_matching_api_documentation]: https://review.learn.microsoft.com/rest/api/cognitiveservices/healthinsights/trial-matcher?branch=healthin202303
164+
[product_documentation]: https://review.learn.microsoft.com/azure/cognitive-services/health-decision-support/trial-matcher/?branch=main
165+
[samples_location]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/healthinsights/azure-health-insights-clinicalmatching/src/samples
166+
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%healthinsights%2Fazure-health-insights-clinicalmatching%2FREADME.png)

sdk/healthinsights/azure-health-insights-clinicalmatching/src/samples/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ All of these samples need the endpoint to your Health Insights resource, and you
2222

2323
|**File Name**|**Description**|
2424
|----------------|-------------|
25-
<!-- |[SampleMatchTrialAsync.java][match_trials_async]|Get all matching clinical trials for a specific patient (async)| -->
25+
|[SampleMatchTrialAsync.java][match_trials_async]|Get all matching clinical trials for a specific patient (async)|
2626

27-
<!-- LINKS
28-
[match_trials_async]:
29-
-->
27+
<!-- LINKS -->
28+
[match_trials_async]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/healthinsights/azure-health-insights-clinicalmatching/src/samples/java/com/azure/health/insights/clinicalmatching/SampleMatchTrialAsync.java

0 commit comments

Comments
 (0)