HealthInsightsRadiologyInsightsModelFactory.FhirR4ObservationReferenceRange 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 FhirR4ObservationReferenceRange.
public static Azure.Health.Insights.RadiologyInsights.FhirR4ObservationReferenceRange FhirR4ObservationReferenceRange (Azure.Health.Insights.RadiologyInsights.FhirR4Quantity low = default, Azure.Health.Insights.RadiologyInsights.FhirR4Quantity high = default, Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept type = default, System.Collections.Generic.IEnumerable<Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept> appliesTo = default, Azure.Health.Insights.RadiologyInsights.FhirR4Range age = default, string text = default);
static member FhirR4ObservationReferenceRange : Azure.Health.Insights.RadiologyInsights.FhirR4Quantity * Azure.Health.Insights.RadiologyInsights.FhirR4Quantity * Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept * seq<Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept> * Azure.Health.Insights.RadiologyInsights.FhirR4Range * string -> Azure.Health.Insights.RadiologyInsights.FhirR4ObservationReferenceRange
Public Shared Function FhirR4ObservationReferenceRange (Optional low As FhirR4Quantity = Nothing, Optional high As FhirR4Quantity = Nothing, Optional type As FhirR4CodeableConcept = Nothing, Optional appliesTo As IEnumerable(Of FhirR4CodeableConcept) = Nothing, Optional age As FhirR4Range = Nothing, Optional text As String = Nothing) As FhirR4ObservationReferenceRange
Parameters
- low
- FhirR4Quantity
Low Range, if relevant.
- high
- FhirR4Quantity
High Range, if relevant.
Reference range qualifier.
- appliesTo
- IEnumerable<FhirR4CodeableConcept>
Reference range population.
- age
- FhirR4Range
Applicable age range, if relevant.
- text
- String
Text based reference range in an observation.
Returns
A new FhirR4ObservationReferenceRange instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET