HealthInsightsRadiologyInsightsModelFactory.FhirR4SampledData 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 FhirR4SampledData.
public static Azure.Health.Insights.RadiologyInsights.FhirR4SampledData FhirR4SampledData (string id = default, System.Collections.Generic.IEnumerable<Azure.Health.Insights.RadiologyInsights.FhirR4Extension> extension = default, Azure.Health.Insights.RadiologyInsights.FhirR4Quantity origin = default, double period = 0, double? factor = default, double? lowerLimit = default, double? upperLimit = default, int dimensions = 0, string data = default);
static member FhirR4SampledData : string * seq<Azure.Health.Insights.RadiologyInsights.FhirR4Extension> * Azure.Health.Insights.RadiologyInsights.FhirR4Quantity * double * Nullable<double> * Nullable<double> * Nullable<double> * int * string -> Azure.Health.Insights.RadiologyInsights.FhirR4SampledData
Public Shared Function FhirR4SampledData (Optional id As String = Nothing, Optional extension As IEnumerable(Of FhirR4Extension) = Nothing, Optional origin As FhirR4Quantity = Nothing, Optional period As Double = 0, Optional factor As Nullable(Of Double) = Nothing, Optional lowerLimit As Nullable(Of Double) = Nothing, Optional upperLimit As Nullable(Of Double) = Nothing, Optional dimensions As Integer = 0, Optional data As String = Nothing) As FhirR4SampledData
Parameters
- id
- String
Unique id for inter-element referencing.
- extension
- IEnumerable<FhirR4Extension>
Additional Content defined by implementations.
- origin
- FhirR4Quantity
Zero value and units.
- period
- Double
Number of milliseconds between samples.
- dimensions
- Int32
Number of sample points at each time point.
- data
- String
Decimal values with spaces, or "E" | "U" | "L".
Returns
A new FhirR4SampledData 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