HealthInsightsRadiologyInsightsModelFactory.RecommendationFinding Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of RecommendationFinding.
public static Azure.Health.Insights.RadiologyInsights.RecommendationFinding RecommendationFinding (Azure.Health.Insights.RadiologyInsights.FhirR4Observation finding = default, Azure.Health.Insights.RadiologyInsights.CriticalResult criticalFinding = default, Azure.Health.Insights.RadiologyInsights.RecommendationFindingStatusType recommendationFindingStatus = default, System.Collections.Generic.IEnumerable<Azure.Health.Insights.RadiologyInsights.FhirR4Extension> extension = default);
static member RecommendationFinding : Azure.Health.Insights.RadiologyInsights.FhirR4Observation * Azure.Health.Insights.RadiologyInsights.CriticalResult * Azure.Health.Insights.RadiologyInsights.RecommendationFindingStatusType * seq<Azure.Health.Insights.RadiologyInsights.FhirR4Extension> -> Azure.Health.Insights.RadiologyInsights.RecommendationFinding
Public Shared Function RecommendationFinding (Optional finding As FhirR4Observation = Nothing, Optional criticalFinding As CriticalResult = Nothing, Optional recommendationFindingStatus As RecommendationFindingStatusType = Nothing, Optional extension As IEnumerable(Of FhirR4Extension) = Nothing) As RecommendationFinding
Parameters
- finding
- FhirR4Observation
Finding linked to a recommendation.
- criticalFinding
- CriticalResult
Critical result linked to a recommendation.
- recommendationFindingStatus
- RecommendationFindingStatusType
Recommendation finding status.
- extension
- IEnumerable<FhirR4Extension>
Additional Content defined by implementations.
Returns
A new RecommendationFinding instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET