Compartilhar via


HealthInsightsRadiologyInsightsModelFactory.RadiologyCodeWithTypes Method

Definition

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

code
FhirR4CodeableConcept

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