HealthInsightsRadiologyInsightsModelFactory.CompleteOrderDiscrepancyInference 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 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
Azure SDK for .NET