HealthInsightsRadiologyInsightsModelFactory.LimitedOrderDiscrepancyInference 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 LimitedOrderDiscrepancyInference.
public static Azure.Health.Insights.RadiologyInsights.LimitedOrderDiscrepancyInference LimitedOrderDiscrepancyInference (System.Collections.Generic.IEnumerable<Azure.Health.Insights.RadiologyInsights.FhirR4Extension> extension = default, Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept orderType = default, System.Collections.Generic.IEnumerable<Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept> presentBodyParts = default, System.Collections.Generic.IEnumerable<Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept> presentBodyPartMeasurements = default);
static member LimitedOrderDiscrepancyInference : seq<Azure.Health.Insights.RadiologyInsights.FhirR4Extension> * Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept * seq<Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept> * seq<Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept> -> Azure.Health.Insights.RadiologyInsights.LimitedOrderDiscrepancyInference
Public Shared Function LimitedOrderDiscrepancyInference (Optional extension As IEnumerable(Of FhirR4Extension) = Nothing, Optional orderType As FhirR4CodeableConcept = Nothing, Optional presentBodyParts As IEnumerable(Of FhirR4CodeableConcept) = Nothing, Optional presentBodyPartMeasurements As IEnumerable(Of FhirR4CodeableConcept) = Nothing) As LimitedOrderDiscrepancyInference
Parameters
- extension
- IEnumerable<FhirR4Extension>
Additional Content defined by implementations.
- orderType
- FhirR4CodeableConcept
Order type : CPT ultrasound complete code for abdomen, retroperitoneal, pelvis or breast.
- presentBodyParts
- IEnumerable<FhirR4CodeableConcept>
List of body parts found in the document : SNOMED CT codes.
- presentBodyPartMeasurements
- IEnumerable<FhirR4CodeableConcept>
List of body parts that are measured according to the document : SNOMED CT codes.
Returns
A new LimitedOrderDiscrepancyInference instance for mocking.
Applies to
Azure SDK for .NET