Package org.hl7.fhir.r5.model
Class SampledData
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.Element
org.hl7.fhir.r5.model.DataType
org.hl7.fhir.r5.model.SampledData
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseDatatype,org.hl7.fhir.instance.model.api.IBaseElement,org.hl7.fhir.instance.model.api.IBaseHasExtensions,org.hl7.fhir.instance.model.api.ICompositeType
SampledData Type: A series of measurements taken by a device, with upper and lower limits. There may be more than one dimension in the data.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.r5.model.Base
Base.ProfileSource, Base.ValidationInfo, Base.ValidationMode, Base.ValidationReason -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringTypeA series of data points which are decimal values separated by a single space (character u20).protected PositiveIntTypeThe number of sample points at each time point.protected DecimalTypeA correction factor that is applied to the sampled data points before they are added to the origin.protected DecimalTypeAmount of intervalUnits between samples, eg.protected CodeTypeThe measurement unit in which the sample interval is expressed.protected DecimalTypeThe lower limit of detection of the measured points.protected QuantityThe base quantity that a measured value of zero represents.protected DecimalTypeThe upper limit of detection of the measured points. -
Constructor Summary
ConstructorsConstructorDescriptionConstructorSampledData(Quantity origin, BigDecimal interval, String intervalUnit, int dimensions) Constructor -
Method Summary
Modifier and TypeMethodDescriptioncopy()voidcopyValues(SampledData dst) booleanequalsDeep(Base other_) booleanequalsShallow(Base other_) fhirType()getData()intgetNamedProperty(int _hash, String _name, boolean _checkValid) Base[]getProperty(int hash, String name, boolean checkValid) String[]getTypesForProperty(int hash, String name) booleanhasData()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisEmpty()protected voidlistChildren(List<Property> children) makeProperty(int hash, String name) setDataElement(StringType value) setDimensions(int value) setFactor(double value) setFactor(long value) setFactor(BigDecimal value) setFactorElement(DecimalType value) setInterval(double value) setInterval(long value) setInterval(BigDecimal value) setIntervalElement(DecimalType value) setIntervalUnit(String value) setIntervalUnitElement(CodeType value) setLowerLimit(double value) setLowerLimit(long value) setLowerLimit(BigDecimal value) setLowerLimitElement(DecimalType value) setProperty(int hash, String name, Base value) setProperty(String name, Base value) setUpperLimit(double value) setUpperLimit(long value) setUpperLimit(BigDecimal value) setUpperLimitElement(DecimalType value) protected SampledDataMethods inherited from class org.hl7.fhir.r5.model.DataType
copyValuesMethods inherited from class org.hl7.fhir.r5.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, removeExtension, setDisallowExtensions, setExtension, setId, setIdBase, setIdElementMethods inherited from class org.hl7.fhir.r5.model.Base
addDefinition, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyUserData, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getValidationInfo, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, hasValidationInfo, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, removeChild, setUserData, setUserDataINNMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
-
Field Details
-
origin
The base quantity that a measured value of zero represents. In addition, this provides the units of the entire measurement series. -
interval
Amount of intervalUnits between samples, eg. milliseconds for time-based sampling. -
intervalUnit
The measurement unit in which the sample interval is expressed. -
factor
A correction factor that is applied to the sampled data points before they are added to the origin. -
lowerLimit
The lower limit of detection of the measured points. This is needed if any of the data points have the value "L" (lower than detection limit). -
upperLimit
The upper limit of detection of the measured points. This is needed if any of the data points have the value "U" (higher than detection limit). -
dimensions
The number of sample points at each time point. If this value is greater than one, then the dimensions will be interlaced - all the sample points for a point in time will be recorded at once. -
data
A series of data points which are decimal values separated by a single space (character u20). The special values "E" (error), "L" (below detection limit) and "U" (above detection limit) can also be used in place of a decimal value.
-
-
Constructor Details
-
SampledData
public SampledData()Constructor -
SampledData
Constructor
-
-
Method Details
-
getOrigin
- Returns:
origin(The base quantity that a measured value of zero represents. In addition, this provides the units of the entire measurement series.)
-
hasOrigin
-
setOrigin
- Parameters:
value-origin(The base quantity that a measured value of zero represents. In addition, this provides the units of the entire measurement series.)
-
getIntervalElement
- Returns:
interval(Amount of intervalUnits between samples, eg. milliseconds for time-based sampling.). This is the underlying object with id, value and extensions. The accessor "getInterval" gives direct access to the value
-
hasIntervalElement
-
hasInterval
-
setIntervalElement
- Parameters:
value-interval(Amount of intervalUnits between samples, eg. milliseconds for time-based sampling.). This is the underlying object with id, value and extensions. The accessor "getInterval" gives direct access to the value
-
getInterval
- Returns:
- Amount of intervalUnits between samples, eg. milliseconds for time-based sampling.
-
setInterval
- Parameters:
value- Amount of intervalUnits between samples, eg. milliseconds for time-based sampling.
-
setInterval
- Parameters:
value- Amount of intervalUnits between samples, eg. milliseconds for time-based sampling.
-
setInterval
- Parameters:
value- Amount of intervalUnits between samples, eg. milliseconds for time-based sampling.
-
getIntervalUnitElement
- Returns:
intervalUnit(The measurement unit in which the sample interval is expressed.). This is the underlying object with id, value and extensions. The accessor "getIntervalUnit" gives direct access to the value
-
hasIntervalUnitElement
-
hasIntervalUnit
-
setIntervalUnitElement
- Parameters:
value-intervalUnit(The measurement unit in which the sample interval is expressed.). This is the underlying object with id, value and extensions. The accessor "getIntervalUnit" gives direct access to the value
-
getIntervalUnit
- Returns:
- The measurement unit in which the sample interval is expressed.
-
setIntervalUnit
- Parameters:
value- The measurement unit in which the sample interval is expressed.
-
getFactorElement
- Returns:
factor(A correction factor that is applied to the sampled data points before they are added to the origin.). This is the underlying object with id, value and extensions. The accessor "getFactor" gives direct access to the value
-
hasFactorElement
-
hasFactor
-
setFactorElement
- Parameters:
value-factor(A correction factor that is applied to the sampled data points before they are added to the origin.). This is the underlying object with id, value and extensions. The accessor "getFactor" gives direct access to the value
-
getFactor
- Returns:
- A correction factor that is applied to the sampled data points before they are added to the origin.
-
setFactor
- Parameters:
value- A correction factor that is applied to the sampled data points before they are added to the origin.
-
setFactor
- Parameters:
value- A correction factor that is applied to the sampled data points before they are added to the origin.
-
setFactor
- Parameters:
value- A correction factor that is applied to the sampled data points before they are added to the origin.
-
getLowerLimitElement
- Returns:
lowerLimit(The lower limit of detection of the measured points. This is needed if any of the data points have the value "L" (lower than detection limit).). This is the underlying object with id, value and extensions. The accessor "getLowerLimit" gives direct access to the value
-
hasLowerLimitElement
-
hasLowerLimit
-
setLowerLimitElement
- Parameters:
value-lowerLimit(The lower limit of detection of the measured points. This is needed if any of the data points have the value "L" (lower than detection limit).). This is the underlying object with id, value and extensions. The accessor "getLowerLimit" gives direct access to the value
-
getLowerLimit
- Returns:
- The lower limit of detection of the measured points. This is needed if any of the data points have the value "L" (lower than detection limit).
-
setLowerLimit
- Parameters:
value- The lower limit of detection of the measured points. This is needed if any of the data points have the value "L" (lower than detection limit).
-
setLowerLimit
- Parameters:
value- The lower limit of detection of the measured points. This is needed if any of the data points have the value "L" (lower than detection limit).
-
setLowerLimit
- Parameters:
value- The lower limit of detection of the measured points. This is needed if any of the data points have the value "L" (lower than detection limit).
-
getUpperLimitElement
- Returns:
upperLimit(The upper limit of detection of the measured points. This is needed if any of the data points have the value "U" (higher than detection limit).). This is the underlying object with id, value and extensions. The accessor "getUpperLimit" gives direct access to the value
-
hasUpperLimitElement
-
hasUpperLimit
-
setUpperLimitElement
- Parameters:
value-upperLimit(The upper limit of detection of the measured points. This is needed if any of the data points have the value "U" (higher than detection limit).). This is the underlying object with id, value and extensions. The accessor "getUpperLimit" gives direct access to the value
-
getUpperLimit
- Returns:
- The upper limit of detection of the measured points. This is needed if any of the data points have the value "U" (higher than detection limit).
-
setUpperLimit
- Parameters:
value- The upper limit of detection of the measured points. This is needed if any of the data points have the value "U" (higher than detection limit).
-
setUpperLimit
- Parameters:
value- The upper limit of detection of the measured points. This is needed if any of the data points have the value "U" (higher than detection limit).
-
setUpperLimit
- Parameters:
value- The upper limit of detection of the measured points. This is needed if any of the data points have the value "U" (higher than detection limit).
-
getDimensionsElement
- Returns:
dimensions(The number of sample points at each time point. If this value is greater than one, then the dimensions will be interlaced - all the sample points for a point in time will be recorded at once.). This is the underlying object with id, value and extensions. The accessor "getDimensions" gives direct access to the value
-
hasDimensionsElement
-
hasDimensions
-
setDimensionsElement
- Parameters:
value-dimensions(The number of sample points at each time point. If this value is greater than one, then the dimensions will be interlaced - all the sample points for a point in time will be recorded at once.). This is the underlying object with id, value and extensions. The accessor "getDimensions" gives direct access to the value
-
getDimensions
- Returns:
- The number of sample points at each time point. If this value is greater than one, then the dimensions will be interlaced - all the sample points for a point in time will be recorded at once.
-
setDimensions
- Parameters:
value- The number of sample points at each time point. If this value is greater than one, then the dimensions will be interlaced - all the sample points for a point in time will be recorded at once.
-
getDataElement
- Returns:
data(A series of data points which are decimal values separated by a single space (character u20). The special values "E" (error), "L" (below detection limit) and "U" (above detection limit) can also be used in place of a decimal value.). This is the underlying object with id, value and extensions. The accessor "getData" gives direct access to the value
-
hasDataElement
-
hasData
-
setDataElement
- Parameters:
value-data(A series of data points which are decimal values separated by a single space (character u20). The special values "E" (error), "L" (below detection limit) and "U" (above detection limit) can also be used in place of a decimal value.). This is the underlying object with id, value and extensions. The accessor "getData" gives direct access to the value
-
getData
- Returns:
- A series of data points which are decimal values separated by a single space (character u20). The special values "E" (error), "L" (below detection limit) and "U" (above detection limit) can also be used in place of a decimal value.
-
setData
- Parameters:
value- A series of data points which are decimal values separated by a single space (character u20). The special values "E" (error), "L" (below detection limit) and "U" (above detection limit) can also be used in place of a decimal value.
-
listChildren
- Overrides:
listChildrenin classElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedPropertyin classElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getPropertyin classElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setPropertyin classElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setPropertyin classElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makePropertyin classElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForPropertyin classElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
-
fhirType
-
copy
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeepin classElement
-
equalsShallow
- Overrides:
equalsShallowin classElement
-
isEmpty
-