Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asaflevi/feature/healthinsights java prepare for release #34275

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
e582c72
health insights sdk for java
asaflevi-ms Mar 9, 2023
7ff4a04
rename country to countryOrRegion
asaflevi-ms Mar 14, 2023
4c355f0
update product name to azure-health-insights
asaflevi-ms Mar 15, 2023
a882ba6
update cspell with missing words
asaflevi-ms Mar 15, 2023
cb15884
Merge pull request #1 from asaflevi-ms/asaflevi/feature/healthinsight…
asaflevi-ms Mar 15, 2023
e3085b8
update root pom.xml and version_client.txt
asaflevi-ms Mar 15, 2023
6c1a8e3
Merge branch 'asaflevi/feature/healthinsights-sdk-for-java'
asaflevi-ms Mar 15, 2023
26d0800
Merge branch 'Azure:main' into main
asaflevi-ms Mar 15, 2023
00a1e8c
update dependency versions
asaflevi-ms Mar 16, 2023
2881587
update dependency versions (#2)
asaflevi-ms Mar 16, 2023
e0f8b9e
skip jacoco
asaflevi-ms Mar 16, 2023
b81d4b4
fix spell checks
asaflevi-ms Mar 16, 2023
75c01ae
Asaflevi/feature/healthinsights sdk for java (#3)
asaflevi-ms Mar 16, 2023
495ba9d
Merge branch 'asaflevi/feature/healthinsights-sdk-for-java'
asaflevi-ms Mar 16, 2023
d895b12
skip jacoco
asaflevi-ms Mar 16, 2023
31ec4c3
linting
asaflevi-ms Mar 16, 2023
b53335b
remove redundant plugins
asaflevi-ms Mar 22, 2023
0a0104d
remove test.yaml files
asaflevi-ms Mar 22, 2023
6167072
remove redundant package.json file
asaflevi-ms Mar 23, 2023
c18a288
fix sampes and readmes
asaflevi-ms Mar 27, 2023
4d32c46
spell
asaflevi-ms Mar 27, 2023
c28c41e
fix linting
asaflevi-ms Mar 27, 2023
6ba52e1
fix sample repository reference
asaflevi-ms Mar 28, 2023
b3e6d52
remove duplicate dependency (mockito)
asaflevi-ms Mar 28, 2023
1f53e87
alignment (readme)
asaflevi-ms Mar 28, 2023
3cf6793
fix readme title
asaflevi-ms Mar 28, 2023
dbb9d92
setPlaybackSyncPollerPollInterval
asaflevi-ms Mar 29, 2023
ea3640e
update serviceversion class (emitter 0.5.1)
asaflevi-ms Mar 29, 2023
b01f337
remove impressions png
asaflevi-ms Mar 29, 2023
22dfae3
Merge branch 'Azure:main' into main
asaflevi-ms Mar 30, 2023
6aa1d26
Merge remote-tracking branch 'upstream/main'
asaflevi-ms Mar 30, 2023
445f9c8
Merge branch 'main' of https://github.com/asaflevi-ms/azure-sdk-for-java
asaflevi-ms Mar 30, 2023
3854efe
update changelog and readme links
asaflevi-ms Mar 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
<!--
[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
[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
[package]: https://mvnrepository.com/artifact/com.azure/azure-health-insights-cancerprofiling
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/healthinsights/azure-health-insights-cancerprofiling/src
[cancer_profiling_api_documentation]: https://review.learn.microsoft.com/rest/api/cognitiveservices/healthinsights/onco-phenotype?branch=healthin202303
[product_documentation]:https://review.learn.microsoft.com/azure/cognitive-services/health-decision-support/oncophenotype/?branch=main
[samples_location]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/healthinsights/azure-health-insights-cancerprofiling/src/samples/
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%healthinsights%2Fazure-health-insights-cancerprofiling%2FREADME.png)
-->
Original file line number Diff line number Diff line change
Expand Up @@ -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|

<!-- LINKS
[infer_cancer_profiling]:
-->
<!-- LINKS -->
[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


Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/tree/main/sdk/healthinsights/azure-health-insights-clinicalmatching/src/main/java/com/azure/health/clinicalmatching/ClinicalMatchingClient.java
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%healthinsights%2Fazure-health-insights-clinicalmatching%2FREADME.png)
-->
[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)
Original file line number Diff line number Diff line change
Expand Up @@ -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)| -->
|[SampleMatchTrialAsync.java][match_trials_async]|Get all matching clinical trials for a specific patient (async)|

<!-- LINKS
[match_trials_async]:
-->
<!-- LINKS -->
[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