diff --git a/sdk/healthinsights/azure-health-insights-cancerprofiling/CHANGELOG.md b/sdk/healthinsights/azure-health-insights-cancerprofiling/CHANGELOG.md index fe2e7e3cef46f..4312c8b6b7547 100644 --- a/sdk/healthinsights/azure-health-insights-cancerprofiling/CHANGELOG.md +++ b/sdk/healthinsights/azure-health-insights-cancerprofiling/CHANGELOG.md @@ -1,5 +1,5 @@ # Release History -## 1.0.0-beta.1 (Unreleased) +## 1.0.0-beta.1 (2023-04-11) - Initial preview of the Azure Health Insights CancerProfiling client library. diff --git a/sdk/healthinsights/azure-health-insights-cancerprofiling/README.md b/sdk/healthinsights/azure-health-insights-cancerprofiling/README.md index 6216c18756e76..7bad15d216a05 100644 --- a/sdk/healthinsights/azure-health-insights-cancerprofiling/README.md +++ b/sdk/healthinsights/azure-health-insights-cancerprofiling/README.md @@ -3,6 +3,7 @@ [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. 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. +[Source code][source_code] | [Package (Maven)][package] | [API reference documentation][cancer_profiling_api_documentation] | [Product Documentation][product_documentation] | [Samples][samples_location] ## Getting started @@ -213,7 +214,10 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con [azure_cli]: https://docs.microsoft.com/cli/azure [azure_portal]: https://portal.azure.com [cancer_profiling_docs]: https://review.learn.microsoft.com/azure/cognitive-services/health-decision-support/oncophenotype/overview?branch=main - diff --git a/sdk/healthinsights/azure-health-insights-cancerprofiling/src/samples/README.md b/sdk/healthinsights/azure-health-insights-cancerprofiling/src/samples/README.md index 73b455f1fd9fe..ea0794a0de2e1 100644 --- a/sdk/healthinsights/azure-health-insights-cancerprofiling/src/samples/README.md +++ b/sdk/healthinsights/azure-health-insights-cancerprofiling/src/samples/README.md @@ -23,6 +23,7 @@ All of these samples need the endpoint to your Health Insights resource, and you |----------------|-------------| |[SampleInferCancerProfile.java][infer_cancer_profiling]|Get the inferred cancer staging| - + +[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 + + diff --git a/sdk/healthinsights/azure-health-insights-clinicalmatching/CHANGELOG.md b/sdk/healthinsights/azure-health-insights-clinicalmatching/CHANGELOG.md index ab3a7cff345e8..93c43c2201ef4 100644 --- a/sdk/healthinsights/azure-health-insights-clinicalmatching/CHANGELOG.md +++ b/sdk/healthinsights/azure-health-insights-clinicalmatching/CHANGELOG.md @@ -1,5 +1,5 @@ # Release History -## 1.0.0-beta.1 (Unreleased) +## 1.0.0-beta.1 (2023-04-11) - Initial preview of the Azure Health Insights ClinicalMatching client library. diff --git a/sdk/healthinsights/azure-health-insights-clinicalmatching/README.md b/sdk/healthinsights/azure-health-insights-clinicalmatching/README.md index 2978a55e28827..3f4a3744d424a 100644 --- a/sdk/healthinsights/azure-health-insights-clinicalmatching/README.md +++ b/sdk/healthinsights/azure-health-insights-clinicalmatching/README.md @@ -4,6 +4,9 @@ The [Clinical Matching model][clinical_matching_docs] receives patients data and clinical trials protocols, and provides relevant clinical trials based on eligibility criteria. +[Source code][source_code] | [Package (Maven)][package] | [API reference documentation][clinical_matching_api_documentation] | [Product Documentation][product_documentation] | [Samples][samples_location] + + ## Getting started ### Prerequisites @@ -154,7 +157,10 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con [azure_cli]: https://docs.microsoft.com/cli/azure [azure_portal]: https://portal.azure.com [clinical_matching_docs]: https://review.learn.microsoft.com/azure/cognitive-services/health-decision-support/trial-matcher/overview?branch=main - +[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 +[package]: https://mvnrepository.com/artifact/com.azure/azure-health-insights-clinicalmatching +[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/healthinsights/azure-health-insights-clinicalmatching/src/ +[clinical_matching_api_documentation]: https://review.learn.microsoft.com/rest/api/cognitiveservices/healthinsights/trial-matcher?branch=healthin202303 +[product_documentation]: https://review.learn.microsoft.com/azure/cognitive-services/health-decision-support/trial-matcher/?branch=main +[samples_location]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/healthinsights/azure-health-insights-clinicalmatching/src/samples +![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%healthinsights%2Fazure-health-insights-clinicalmatching%2FREADME.png) \ No newline at end of file diff --git a/sdk/healthinsights/azure-health-insights-clinicalmatching/src/samples/README.md b/sdk/healthinsights/azure-health-insights-clinicalmatching/src/samples/README.md index 9a2189164d26c..239a5260c64a2 100644 --- a/sdk/healthinsights/azure-health-insights-clinicalmatching/src/samples/README.md +++ b/sdk/healthinsights/azure-health-insights-clinicalmatching/src/samples/README.md @@ -22,8 +22,7 @@ All of these samples need the endpoint to your Health Insights resource, and you |**File Name**|**Description**| |----------------|-------------| - +|[SampleMatchTrialAsync.java][match_trials_async]|Get all matching clinical trials for a specific patient (async)| - + +[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