HealthInsightsRadiologyInsightsModelFactory.ImagingProcedure 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 ImagingProcedure.
public static Azure.Health.Insights.RadiologyInsights.ImagingProcedure ImagingProcedure (Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept modality = default, Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept anatomy = default, Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept laterality = default, Azure.Health.Insights.RadiologyInsights.RadiologyCodeWithTypes contrast = default, Azure.Health.Insights.RadiologyInsights.RadiologyCodeWithTypes view = default);
static member ImagingProcedure : Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept * Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept * Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept * Azure.Health.Insights.RadiologyInsights.RadiologyCodeWithTypes * Azure.Health.Insights.RadiologyInsights.RadiologyCodeWithTypes -> Azure.Health.Insights.RadiologyInsights.ImagingProcedure
Public Shared Function ImagingProcedure (Optional modality As FhirR4CodeableConcept = Nothing, Optional anatomy As FhirR4CodeableConcept = Nothing, Optional laterality As FhirR4CodeableConcept = Nothing, Optional contrast As RadiologyCodeWithTypes = Nothing, Optional view As RadiologyCodeWithTypes = Nothing) As ImagingProcedure
Parameters
- modality
- FhirR4CodeableConcept
Modality : SNOMED CT code.
- anatomy
- FhirR4CodeableConcept
Anatomy : SNOMED CT code.
- laterality
- FhirR4CodeableConcept
Laterality : SNOMED CT code.
- contrast
- RadiologyCodeWithTypes
Contrast : see RadiologyCodeWithTypes (below).
View : see RadiologyCodeWithTypes (below).
Returns
A new ImagingProcedure 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