
Uses of Class
org.hl7.fhir.dstu2.model.SampledData
Packages that use SampledData
-
Uses of SampledData in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return SampledDataModifier and TypeMethodDescriptionprotected SampledData
JsonParser.parseSampledData
(com.google.gson.JsonObject json) protected SampledData
XmlParser.parseSampledData
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type SampledDataModifier and TypeMethodDescriptionprotected void
JsonParser.composeSampledData
(String name, SampledData element) protected void
XmlParser.composeSampledData
(String name, SampledData element) protected void
JsonParser.composeSampledDataInner
(SampledData element) -
Uses of SampledData in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return SampledDataModifier and TypeMethodDescriptionBase.castToSampledData
(Base b) SampledData.copy()
Observation.getValueSampledData()
Observation.ObservationComponentComponent.getValueSampledData()
SampledData.setDataElement
(StringType value) SampledData.setDimensions
(int value) SampledData.setDimensionsElement
(PositiveIntType value) SampledData.setFactor
(BigDecimal value) SampledData.setFactorElement
(DecimalType value) SampledData.setLowerLimit
(BigDecimal value) SampledData.setLowerLimitElement
(DecimalType value) SampledData.setOrigin
(SimpleQuantity value) SampledData.setPeriod
(BigDecimal value) SampledData.setPeriodElement
(DecimalType value) SampledData.setUpperLimit
(BigDecimal value) SampledData.setUpperLimitElement
(DecimalType value) protected SampledData
SampledData.typedCopy()