static SampledData.Builder |
SampledData.builder() |
|
SampledData.Builder |
SampledData.Builder.data(String data) |
A series of data points which are decimal values separated by a single space (character u20).
|
SampledData.Builder |
SampledData.Builder.dimensions(PositiveInt dimensions) |
The number of sample points at each time point.
|
SampledData.Builder |
SampledData.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
SampledData.Builder |
SampledData.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
SampledData.Builder |
SampledData.Builder.factor(Decimal factor) |
A correction factor that is applied to the sampled data points before they are added to the origin.
|
protected SampledData.Builder |
SampledData.Builder.from(SampledData sampledData) |
|
SampledData.Builder |
SampledData.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
SampledData.Builder |
SampledData.Builder.lowerLimit(Decimal lowerLimit) |
The lower limit of detection of the measured points.
|
SampledData.Builder |
SampledData.Builder.origin(SimpleQuantity origin) |
The base quantity that a measured value of zero represents.
|
SampledData.Builder |
SampledData.Builder.period(Decimal period) |
The length of time between sampling times, measured in milliseconds.
|
SampledData.Builder |
SampledData.toBuilder() |
|
SampledData.Builder |
SampledData.Builder.upperLimit(Decimal upperLimit) |
The upper limit of detection of the measured points.
|