Skip to content

[AutoPR @azure-rest/health-insights-radiologyinsights] adjust client for customizations and tspconfig for versions #15609

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
124 changes: 54 additions & 70 deletions sdk/healthinsights/health-insights-radiologyinsights-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,71 +1,55 @@
# Release History

## 1.0.0 (2024-08-15)

- GA release

### Features Added
- Added sample code for all Inference types
- Added tests for all Inference types
- Rename param endpoint to endpointParam
- Rename const baseUrl to endpointUrl

### Breaking Changes

- Client Changes
- POST call replaced with PUT (this change is taken care of automatically by the SDK)
- Adding TokenCredential remove KeyCredential
- Credential through DefaultAzureCredential and Managed Identities

- Request changes:
- Renamed 'createdDateTime' into 'createdAt'
- Patients 'info' renamed into Patients 'details'
- Unique ID (String) required to be added in the request parameters as a unique job id
- Renamed 'RadiologyInsightsResultOutput' into 'RadiologyInsightsJobOutput' with the status being a 'JobStatusOutput' in stead of a string
- Retired 'RepeatabilityResultOutput'

- Response changes:
- for RadiologyInsightsJobOutput
- Renamed 'createdDateTime' into 'createdAt'
- Renamed 'expirationDateTime' into 'expiresAt'
- Renamed 'lastUpdateDateTime' into 'updatedAt'

- for ElementOutput
- added field 'kind' as a string

- for ContactPointOutput
- 'system' field is now a 'ContactPointSystemOutput' and no longer a string
- 'use' field is now a 'ContactPointUseOutput' and no longer a string

- for DomainResourceOutputParent
- 'status' field is now a 'ObservationStatusCodeTypeOutput' and no longer a string, limited to 4 options (registered | preliminary | final | amended)

- for ConditionOutput
- 'status' field is now a 'ResearchStudyStatusCodeTypeOutput' and no longer a string

- for FollowupRecommendationInferenceOutput
- Renamed 'effectiveDateTime' field into 'effectiveAt'

- for RecommendationFindingOutput
- 'recommendationFindingStatus' field is now a RecommendationFindingStatusTypeOutput and no longer a string
- 'extension' field added

- for ProcedureRecommendationOutputParent
- 'extension' field added

- for FollowupCommunication
- Renamed 'dateTime' field into 'communicatedAt'
- 'recipient' field is now a 'MedicalProfessionalTypeOutput' and no longer a string[]

## 1.0.0-beta.1 (2024-03-05)

### Other Changes

- Public Preview release
- Test example for Critical Result

The package of @azure-rest/health-insights-radiologyinsights is using our next generation design principles.
- First release of package, see [README](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-radiologyinsights-rest/README.md) for details.
- To understand the detail of the change, please refer to [Changelog](https://aka.ms/js-track2-changelog).
- To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
- To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).

## 2.0.0 (2025-05-12)

### Features Added

- Added operation group SimplePollerLike
- Added Interface AssessmentValueRange
- Added Interface AssessmentValueRangeOutput
- Added Interface AzureHealthInsightsClientOptions
- Added Interface CreateJobExpandQueryParam
- Added Interface Element_2
- Added Interface GetJobExpandQueryParam
- Added Interface GuidanceInference
- Added Interface GuidanceInferenceOutput
- Added Interface GuidanceOptions
- Added Interface GuidanceOptionsOutput
- Added Interface PresentGuidanceInformation
- Added Interface PresentGuidanceInformationOutput
- Added Interface QualityMeasureInference
- Added Interface QualityMeasureInferenceOutput
- Added Interface QualityMeasureOptions
- Added Interface QualityMeasureOptionsOutput
- Added Interface ScoringAndAssessmentInference
- Added Interface ScoringAndAssessmentInferenceOutput
- Added Type Alias GuidanceRankingType
- Added Type Alias QualityMeasureComplianceType
- Added Type Alias ScoringAndAssessmentCategoryType
- Interface RadiologyInsightsInferenceOptions has a new optional parameter guidanceOptions
- Interface RadiologyInsightsInferenceOptions has a new optional parameter qualityMeasureOptions
- Interface RadiologyInsightsInferenceOptionsOutput has a new optional parameter guidanceOptions
- Interface RadiologyInsightsInferenceOptionsOutput has a new optional parameter qualityMeasureOptions
- Added function overload "export function isUnexpected(response: GetJob200Response | GetJobDefaultResponse): response is GetJobDefaultResponse;"
- Added function overload "export function isUnexpected(response: CreateJob200Response | CreateJob201Response | CreateJobLogicalResponse | CreateJobDefaultResponse): response is CreateJobDefaultResponse;"

### Breaking Changes

- Operation GetJob.put has a new signature
- Interface HealthInsightsErrorResponseOutput no longer has parameter requestId
- Type of parameter expand of interface CreateJobQueryParamProperties is changed from string to CreateJobExpandQueryParam
- Type of parameter valueTime of interface Extension is changed from Date | string to string
- Type of parameter expand of interface GetJobQueryParamProperties is changed from string to GetJobExpandQueryParam
- Type of parameter valueTime of interface Observation is changed from Date | string to string
- Type of parameter valueTime of interface ObservationComponent is changed from Date | string to string
- Type of parameter birthDate of interface PatientDetails is changed from Date | string to string
- Removed Enum ClinicalDocumentTypeEnum
- Removed Enum ClinicalDocumentTypeOutputEnum
- Removed function buildMultiCollection
- Function getLongRunningPoller has a new signature
- Removed function overload "export function isUnexpected(response: GetJob200Response | GetJobDefaultResponse): response is GetJobDefaultResponse;"
- Removed function overload "export function isUnexpected(response: CreateJob200Response | CreateJob201Response | CreateJobLogicalResponse | CreateJobDefaultResponse): response is CreateJobDefaultResponse;"
- Removed Type Alias DocumentType
- Type alias "ClinicalDocumentType" has been changed
- Type alias "ClinicalDocumentTypeOutput" has been changed

21 changes: 21 additions & 0 deletions sdk/healthinsights/health-insights-radiologyinsights-rest/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Copyright (c) Microsoft Corporation.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading