Skip to content

Commit 2ab1b37

Browse files
author
SDKAuto
committed
CodeGen from PR 34164 in Azure/azure-rest-api-specs
Merge 761ec343a5d3892fb2ffb93f1bce9764989ed7b3 into 532b1b8f4efdb960efce95c6694164303d79a3fc
1 parent b5ed561 commit 2ab1b37

32 files changed

+2870
-16
lines changed

sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/api/Azure.Health.Insights.RadiologyInsights.net8.0.cs

Lines changed: 231 additions & 1 deletion
Large diffs are not rendered by default.

sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/api/Azure.Health.Insights.RadiologyInsights.netstandard2.0.cs

Lines changed: 231 additions & 1 deletion
Large diffs are not rendered by default.

sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/Generated/AssessmentValueRange.Serialization.cs

Lines changed: 150 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/Generated/AssessmentValueRange.cs

Lines changed: 82 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/Generated/Docs/RadiologyInsightsClient.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ RadiologyInsightsJob resource = new RadiologyInsightsJob
179179
{
180180
ProvideFocusedSentenceEvidence = true,
181181
},
182+
GuidanceOptions = new GuidanceOptions(true),
183+
QualityMeasureOptions = new QualityMeasureOptions(new QualityMeasureType[] { QualityMeasureType.Mips76 }),
182184
},
183185
Locale = "<locale>",
184186
},
@@ -366,6 +368,8 @@ RadiologyInsightsJob resource = new RadiologyInsightsJob
366368
{
367369
ProvideFocusedSentenceEvidence = true,
368370
},
371+
GuidanceOptions = new GuidanceOptions(true),
372+
QualityMeasureOptions = new QualityMeasureOptions(new QualityMeasureType[] { QualityMeasureType.Mips76 }),
369373
},
370374
Locale = "<locale>",
371375
},
@@ -627,6 +631,17 @@ using RequestContent content = RequestContent.Create(new
627631
{
628632
provideFocusedSentenceEvidence = true,
629633
},
634+
guidanceOptions = new
635+
{
636+
showGuidanceInHistory = true,
637+
},
638+
qualityMeasureOptions = new
639+
{
640+
measureTypes = new object[]
641+
{
642+
"mips76"
643+
},
644+
},
630645
},
631646
locale = "<locale>",
632647
},
@@ -2006,6 +2021,17 @@ using RequestContent content = RequestContent.Create(new
20062021
{
20072022
provideFocusedSentenceEvidence = true,
20082023
},
2024+
guidanceOptions = new
2025+
{
2026+
showGuidanceInHistory = true,
2027+
},
2028+
qualityMeasureOptions = new
2029+
{
2030+
measureTypes = new object[]
2031+
{
2032+
"mips76"
2033+
},
2034+
},
20092035
},
20102036
locale = "<locale>",
20112037
},

sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/Generated/FhirR4Extension.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)