你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HealthInsightsRadiologyInsightsModelFactory.CompleteOrderDiscrepancyInference Method

Definition

Initializes a new instance of CompleteOrderDiscrepancyInference.

public static Azure.Health.Insights.RadiologyInsights.CompleteOrderDiscrepancyInference CompleteOrderDiscrepancyInference(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> missingBodyParts = default, System.Collections.Generic.IEnumerable<Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept> missingBodyPartMeasurements = default);
static member CompleteOrderDiscrepancyInference : 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.CompleteOrderDiscrepancyInference
Public Shared Function CompleteOrderDiscrepancyInference (Optional extension As IEnumerable(Of FhirR4Extension) = Nothing, Optional orderType As FhirR4CodeableConcept = Nothing, Optional missingBodyParts As IEnumerable(Of FhirR4CodeableConcept) = Nothing, Optional missingBodyPartMeasurements As IEnumerable(Of FhirR4CodeableConcept) = Nothing) As CompleteOrderDiscrepancyInference

Parameters

extension
IEnumerable<FhirR4Extension>

Additional Content defined by implementations.

orderType
FhirR4CodeableConcept

Order type : CPT ultrasound complete code for abdomen, retroperitoneal, pelvis or breast.

missingBodyParts
IEnumerable<FhirR4CodeableConcept>

List of missing body parts required by a complete order : SNOMED CT codes.

missingBodyPartMeasurements
IEnumerable<FhirR4CodeableConcept>

List of missing body parts that require measurement by a complete order : SNOMED CT codes.

Returns

A new CompleteOrderDiscrepancyInference instance for mocking.

Applies to