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
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