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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET