HealthInsightsRadiologyInsightsModelFactory.RadiologyCodeWithTypes 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 RadiologyCodeWithTypes.
public static Azure.Health.Insights.RadiologyInsights.RadiologyCodeWithTypes RadiologyCodeWithTypes (Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept code = default, System.Collections.Generic.IEnumerable<Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept> types = default);
static member RadiologyCodeWithTypes : Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept * seq<Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept> -> Azure.Health.Insights.RadiologyInsights.RadiologyCodeWithTypes
Public Shared Function RadiologyCodeWithTypes (Optional code As FhirR4CodeableConcept = Nothing, Optional types As IEnumerable(Of FhirR4CodeableConcept) = Nothing) As RadiologyCodeWithTypes
Parameters
The SNOMED CT code indicates whether imaging was conducted with or without contrast in the case of contrast, and in the case of views, it denotes the number of views.
- types
- IEnumerable<FhirR4CodeableConcept>
The collection of types will indicate the contrast substance used in the case of contrast and, in the case of views, it will specify the types of views, such as lateral and frontal, etc.
Returns
A new RadiologyCodeWithTypes instance for mocking.
Applies to
Azure SDK for .NET