Skip to content

Radiology insights ga #35276

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

Merged
merged 76 commits into from
Aug 2, 2024
Merged

Conversation

koen-mertens
Copy link
Member

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@azure-sdk
Copy link
Collaborator

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-healthinsights-radiologyinsights

@xiangyan99
Copy link
Member

/azp run python - codeowners-linter - ci

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@koen-mertens koen-mertens marked this pull request as ready for review May 6, 2024 19:40
@koen-mertens koen-mertens requested a review from tomsft as a code owner May 6, 2024 19:40
Copy link
Member

@catalinaperalta catalinaperalta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looking good, just a few small fixes

- remove unused imports in patch.py
- resolve duplicate references in models.py
- resolve duplicate and wrong references in README.md
Copy link
Contributor

@cbovijn cbovijn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix causes issues.

- move imports in samples
- fix pylint and mypy issues in patch files
replace deserialize with job iso inference result
- fix bugs sample_laterality_discrepancy_inference.py
- adjust _operations
replace deserialize Job with InferenceResult
@cbovijn cbovijn requested review from lmazuel, xiangyan99, kristapratico and a team as code owners July 30, 2024 17:08
fix mypy error in _patch.py (add ignore)
Copy link
Member

@catalinaperalta catalinaperalta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some samples were overlooked during the clean up process fyi

adjust sample_radiology_procedure_inference to align with the other samples
adjust sample_radiology_procedure_inference_async to align with the other samples
adjust sample_sex_mismatch_inference to align with the other samples
adjust sample_sex_mismatch_inference_async to align with the other samples
@tomsft tomsft enabled auto-merge (squash) August 2, 2024 14:19
@catalinaperalta catalinaperalta merged commit f59f42c into Azure:main Aug 2, 2024
20 checks passed
l0lawrence pushed a commit to l0lawrence/azure-sdk-for-python that referenced this pull request Feb 19, 2025
* Update tsp-location.yaml with latest commit id

* regenerated SDK
.\venv\Scripts\activate
pip install -r dev_requirements.txt
pip install tox<5
pip install -e .
adjustments sample_critical_result_inference_async

* inference

* Adjusted README.md

* adjustment tests
fixes pylint

* fix get result call on inferences inside job

* implementation RadiologyInsightsInferenceResult in samples and tests

* removed headers from test files

* cspell updates & fix typos

Update cspell file & fix some unknown words for typos

* fix tests in record mode

* fix spelling errors

* fix spelling error

* Update sample_finding_inference.py

* Update sample_finding_inference.py

* fix reviewer comments

* add breaking changes to changelog and fix pylint issue

* Update assets.json

* Regenerated SDK for authentication, adjusted samples

* Update CHANGELOG.md

* fixing PR conversations

* small cosmetic changes

* Update README.md

* refactor sample and adjust changelog

* Update sample_age_mismatch_inference_async.py

* adjust async samples according to review

* Update README.md

* fix tests for other packages

* Update assets.json

* Update assets.json

* Update assets.json

* regenerated SDK

* disable healthinsights tests

* disable cancerprofiling and trialmatcher test

* disable tests

* remove key based authentication from samples and documentation

* fix tests

* push recordings to assets

* change sync to async cred

* remove credentials sample and update documentation

* Update sdk/healthinsights/azure-healthinsights-radiologyinsights/README.md

Co-authored-by: catalinaperalta <[email protected]>

* Update sdk/healthinsights/azure-healthinsights-radiologyinsights/README.md

Co-authored-by: catalinaperalta <[email protected]>

* change samples and add a patch method

* adjust tests

* fix tests for radiology insights

* - adjust def documentation in patch.py
- remove unused imports in patch.py
- resolve duplicate references in models.py
- resolve duplicate and wrong references in README.md

* - fix exception handling in samples
- move imports in samples
- fix pylint and mypy issues in patch files

* remove class from sync samples
replace deserialize with job iso inference result

* - fix bugs sample_finding_inference.py
- fix bugs sample_laterality_discrepancy_inference.py
- adjust _operations

* undo changes in patch files :
replace deserialize Job with InferenceResult

* - revert changes in _operations
- replace with expected code in _patch

* postprocess changes

* revert _patch

* fix pylint error in _operations.py
fix mypy error in _patch.py (add ignore)

* move ignore comment in _patch.py
adjust sample_radiology_procedure_inference to align with the other samples
adjust sample_radiology_procedure_inference_async to align with the other samples
adjust sample_sex_mismatch_inference to align with the other samples
adjust sample_sex_mismatch_inference_async to align with the other samples

---------

Co-authored-by: cbovijn <[email protected]>
Co-authored-by: Celia Bovijn <[email protected]>
Co-authored-by: catalinaperalta <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants