@azure-rest/health-insights-radiologyinsights 1.0.0-alpha.20250401.1 → 1.0.0-alpha.20250402.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,71 @@
1
+ # Release History
2
+
3
+ ## 1.0.0 (2024-08-15)
4
+
5
+ - GA release
6
+
7
+ ### Features Added
8
+ - Added sample code for all Inference types
9
+ - Added tests for all Inference types
10
+ - Rename param endpoint to endpointParam
11
+ - Rename const baseUrl to endpointUrl
12
+
13
+ ### Breaking Changes
14
+
15
+ - Client Changes
16
+ - POST call replaced with PUT (this change is taken care of automatically by the SDK)
17
+ - Adding TokenCredential remove KeyCredential
18
+ - Credential through DefaultAzureCredential and Managed Identities
19
+
20
+ - Request changes:
21
+ - Renamed 'createdDateTime' into 'createdAt'
22
+ - Patients 'info' renamed into Patients 'details'
23
+ - Unique ID (String) required to be added in the request parameters as a unique job id
24
+ - Renamed 'RadiologyInsightsResultOutput' into 'RadiologyInsightsJobOutput' with the status being a 'JobStatusOutput' in stead of a string
25
+ - Retired 'RepeatabilityResultOutput'
26
+
27
+ - Response changes:
28
+ - for RadiologyInsightsJobOutput
29
+ - Renamed 'createdDateTime' into 'createdAt'
30
+ - Renamed 'expirationDateTime' into 'expiresAt'
31
+ - Renamed 'lastUpdateDateTime' into 'updatedAt'
32
+
33
+ - for ElementOutput
34
+ - added field 'kind' as a string
35
+
36
+ - for ContactPointOutput
37
+ - 'system' field is now a 'ContactPointSystemOutput' and no longer a string
38
+ - 'use' field is now a 'ContactPointUseOutput' and no longer a string
39
+
40
+ - for DomainResourceOutputParent
41
+ - 'status' field is now a 'ObservationStatusCodeTypeOutput' and no longer a string, limited to 4 options (registered | preliminary | final | amended)
42
+
43
+ - for ConditionOutput
44
+ - 'status' field is now a 'ResearchStudyStatusCodeTypeOutput' and no longer a string
45
+
46
+ - for FollowupRecommendationInferenceOutput
47
+ - Renamed 'effectiveDateTime' field into 'effectiveAt'
48
+
49
+ - for RecommendationFindingOutput
50
+ - 'recommendationFindingStatus' field is now a RecommendationFindingStatusTypeOutput and no longer a string
51
+ - 'extension' field added
52
+
53
+ - for ProcedureRecommendationOutputParent
54
+ - 'extension' field added
55
+
56
+ - for FollowupCommunication
57
+ - Renamed 'dateTime' field into 'communicatedAt'
58
+ - 'recipient' field is now a 'MedicalProfessionalTypeOutput' and no longer a string[]
59
+
60
+ ## 1.0.0-beta.1 (2024-03-05)
61
+
62
+ ### Other Changes
63
+
64
+ - Public Preview release
65
+ - Test example for Critical Result
66
+
67
+ The package of @azure-rest/health-insights-radiologyinsights is using our next generation design principles.
68
+ - 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.
69
+ - To understand the detail of the change, please refer to [Changelog](https://aka.ms/js-track2-changelog).
70
+ - To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
71
+ - To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@azure-rest/health-insights-radiologyinsights",
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
- "version": "1.0.0-alpha.20250401.1",
5
+ "version": "1.0.0-alpha.20250402.1",
6
6
  "description": "A generated SDK for Health Insights Radiology Insights Rest",
7
7
  "keywords": [
8
8
  "node",
@@ -23,7 +23,9 @@
23
23
  "files": [
24
24
  "dist/",
25
25
  "README.md",
26
- "LICENSE"
26
+ "LICENSE",
27
+ "review/",
28
+ "CHANGELOG.md"
27
29
  ],
28
30
  "engines": {
29
31
  "node": ">=18.0.0"