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