HealthInsightsRadiologyInsightsModelFactory.FhirR4ConditionStage 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 FhirR4ConditionStage.
public static Azure.Health.Insights.RadiologyInsights.FhirR4ConditionStage FhirR4ConditionStage (Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept summary = default, Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept type = default);
static member FhirR4ConditionStage : Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept * Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept -> Azure.Health.Insights.RadiologyInsights.FhirR4ConditionStage
Public Shared Function FhirR4ConditionStage (Optional summary As FhirR4CodeableConcept = Nothing, Optional type As FhirR4CodeableConcept = Nothing) As FhirR4ConditionStage
Parameters
- summary
- FhirR4CodeableConcept
Simple summary (disease specific).
Kind of staging.
Returns
A new FhirR4ConditionStage instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET