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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET