
Uses of Class
org.hl7.fhir.dstu3.model.DecimalType
Packages that use DecimalType
-
Uses of DecimalType in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return DecimalTypeModifier and TypeMethodDescriptionprotected DecimalType
JsonParser.parseDecimal
(BigDecimal v) protected DecimalType
XmlParser.parseDecimal
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type DecimalTypeModifier and TypeMethodDescriptionprotected void
RdfParser.composeDecimal
(Turtle.Complex parent, String parentType, String name, DecimalType value, int index) protected void
XmlParser.composeDecimal
(String name, DecimalType value) protected void
JsonParser.composeDecimalCore
(String name, DecimalType value, boolean inArray) protected void
JsonParser.composeDecimalExtras
(String name, DecimalType value, boolean inArray) -
Uses of DecimalType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as DecimalTypeModifier and TypeFieldDescriptionprotected DecimalType
VisionPrescription.VisionPrescriptionDispenseComponent.add
Power adjustment for multifocal lenses measured in diopters (0.25 units).protected DecimalType
Location.LocationPositionComponent.altitude
Altitude.protected DecimalType
VisionPrescription.VisionPrescriptionDispenseComponent.backCurve
Back curvature measured in millimeters.protected DecimalType
VisionPrescription.VisionPrescriptionDispenseComponent.cylinder
Power adjustment for astigmatism measured in diopters (0.25 units).protected DecimalType
VisionPrescription.VisionPrescriptionDispenseComponent.diameter
Contact lens diameter measured in millimeters.protected DecimalType
Timing.TimingRepeatComponent.duration
How long this thing happens for when it happens.protected DecimalType
Timing.TimingRepeatComponent.durationMax
The upper limit of how long this thing happens for when it happens.protected DecimalType
Claim.DetailComponent.factor
A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received.protected DecimalType
Claim.ItemComponent.factor
A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received.protected DecimalType
Claim.SubDetailComponent.factor
A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received.protected DecimalType
Contract.TermValuedItemComponent.factor
A real number that represents a multiplier used in determining the overall value of the Contract Provision Valued Item delivered.protected DecimalType
Contract.ValuedItemComponent.factor
A real number that represents a multiplier used in determining the overall value of the Contract Valued Item delivered.protected DecimalType
ExplanationOfBenefit.DetailComponent.factor
A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received.protected DecimalType
ExplanationOfBenefit.ItemComponent.factor
A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received.protected DecimalType
ExplanationOfBenefit.SubDetailComponent.factor
A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received.protected DecimalType
SampledData.factor
A correction factor that is applied to the sampled data points before they are added to the origin.protected DecimalType
ChargeItem.factorOverride
Factor overriding the factor determined by the rules associated with the code.protected DecimalType
Sequence.SequenceQualityComponent.fScore
Harmonic mean of Recall and Precision, computed as: 2 * precision * recall / (precision + recall).protected DecimalType
Sequence.SequenceQualityComponent.gtFP
The number of false positives where the non-REF alleles in the Truth and Query Call Sets match (i.e.protected DecimalType
Location.LocationPositionComponent.latitude
Latitude.protected DecimalType
Location.LocationPositionComponent.longitude
Longitude.protected DecimalType
SampledData.lowerLimit
The lower limit of detection of the measured points.protected DecimalType
MeasureReport.MeasureReportGroupComponent.measureScore
The measure score for this population group, calculated as appropriate for the measure type and scoring method, and based on the contents of the populations defined in the group.protected DecimalType
MeasureReport.StratifierGroupComponent.measureScore
The measure score for this stratum, calculated as appropriate for the measure type and scoring method, and based on only the members of this stratum.protected DecimalType
SampledData.period
The length of time between sampling times, measured in milliseconds.protected DecimalType
Timing.TimingRepeatComponent.period
Indicates the duration of time over which repetitions are to occur; e.g.protected DecimalType
Timing.TimingRepeatComponent.periodMax
If present, indicates that the period is a range from [period] to [periodMax], allowing expressing concepts such as "do this once every 3-5 days.protected DecimalType
Contract.TermValuedItemComponent.points
An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the Contract Provision Valued Item delivered.protected DecimalType
Contract.ValuedItemComponent.points
An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the Contract Valued Item delivered.protected DecimalType
VisionPrescription.VisionPrescriptionDispenseComponent.power
Contact lens power measured in diopters (0.25 units).protected DecimalType
Sequence.SequenceQualityComponent.precision
QUERY.TP / (QUERY.TP + QUERY.FP).protected DecimalType
VisionPrescription.VisionPrescriptionDispenseComponent.prism
Amount of prism to compensate for eye alignment in fractional units.protected DecimalType
Sequence.SequenceQualityComponent.queryFP
False positives, i.e.protected DecimalType
Sequence.SequenceQualityComponent.queryTP
True positives, from the perspective of the query data, i.e.protected DecimalType
Sequence.SequenceQualityComponent.recall
TRUTH.TP / (TRUTH.TP + TRUTH.FN).protected DecimalType
RiskAssessment.RiskAssessmentPredictionComponent.relativeRisk
Indicates the risk for this particular subject (with their specific characteristics) divided by the risk of the population in general.protected DecimalType
Bundle.BundleEntrySearchComponent.score
When searching, the server's search ranking score for the entry.protected DecimalType
TestReport.score
The final score (percentage of tests passed) resulting from the execution of the TestScript.protected DecimalType
VisionPrescription.VisionPrescriptionDispenseComponent.sphere
Lens power measured in diopters (0.25 units).protected DecimalType
Sequence.SequenceQualityComponent.truthFN
False negatives, i.e.protected DecimalType
Sequence.SequenceQualityComponent.truthTP
True positives, from the perspective of the truth data, i.e.protected DecimalType
SampledData.upperLimit
The upper limit of detection of the measured points.protected DecimalType
ClaimResponse.AdjudicationComponent.value
A non-monetary value for example a percentage.protected DecimalType
ExplanationOfBenefit.AdjudicationComponent.value
A non-monetary value for example a percentage.protected DecimalType
Quantity.value
The value of the measured amount.Methods in org.hl7.fhir.dstu3.model that return DecimalTypeModifier and TypeMethodDescriptionBase.castToDecimal
(Base b) DecimalType.copy()
VisionPrescription.VisionPrescriptionDispenseComponent.getAddElement()
Location.LocationPositionComponent.getAltitudeElement()
Questionnaire.QuestionnaireItemEnableWhenComponent.getAnswerDecimalType()
VisionPrescription.VisionPrescriptionDispenseComponent.getBackCurveElement()
VisionPrescription.VisionPrescriptionDispenseComponent.getCylinderElement()
VisionPrescription.VisionPrescriptionDispenseComponent.getDiameterElement()
Timing.TimingRepeatComponent.getDurationElement()
Timing.TimingRepeatComponent.getDurationMaxElement()
Claim.DetailComponent.getFactorElement()
Claim.ItemComponent.getFactorElement()
Claim.SubDetailComponent.getFactorElement()
Contract.TermValuedItemComponent.getFactorElement()
Contract.ValuedItemComponent.getFactorElement()
ExplanationOfBenefit.DetailComponent.getFactorElement()
ExplanationOfBenefit.ItemComponent.getFactorElement()
ExplanationOfBenefit.SubDetailComponent.getFactorElement()
SampledData.getFactorElement()
ChargeItem.getFactorOverrideElement()
Sequence.SequenceQualityComponent.getFScoreElement()
Sequence.SequenceQualityComponent.getGtFPElement()
Questionnaire.QuestionnaireItemComponent.getInitialDecimalType()
Location.LocationPositionComponent.getLatitudeElement()
Location.LocationPositionComponent.getLongitudeElement()
SampledData.getLowerLimitElement()
ElementDefinition.getMaxValueDecimalType()
MeasureReport.MeasureReportGroupComponent.getMeasureScoreElement()
MeasureReport.StratifierGroupComponent.getMeasureScoreElement()
ElementDefinition.getMinValueDecimalType()
SampledData.getPeriodElement()
Timing.TimingRepeatComponent.getPeriodElement()
Timing.TimingRepeatComponent.getPeriodMaxElement()
Contract.TermValuedItemComponent.getPointsElement()
Contract.ValuedItemComponent.getPointsElement()
VisionPrescription.VisionPrescriptionDispenseComponent.getPowerElement()
Sequence.SequenceQualityComponent.getPrecisionElement()
VisionPrescription.VisionPrescriptionDispenseComponent.getPrismElement()
RiskAssessment.RiskAssessmentPredictionComponent.getProbabilityDecimalType()
Sequence.SequenceQualityComponent.getQueryFPElement()
Sequence.SequenceQualityComponent.getQueryTPElement()
Sequence.SequenceQualityComponent.getRecallElement()
RiskAssessment.RiskAssessmentPredictionComponent.getRelativeRiskElement()
Bundle.BundleEntrySearchComponent.getScoreElement()
TestReport.getScoreElement()
VisionPrescription.VisionPrescriptionDispenseComponent.getSphereElement()
Sequence.SequenceQualityComponent.getTruthFNElement()
Sequence.SequenceQualityComponent.getTruthTPElement()
SampledData.getUpperLimitElement()
QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.getValueDecimalType()
StructureMap.StructureMapGroupRuleTargetParameterComponent.getValueDecimalType()
ValueSet.ValueSetExpansionParameterComponent.getValueDecimalType()
ClaimResponse.AdjudicationComponent.getValueElement()
ExplanationOfBenefit.AdjudicationComponent.getValueElement()
Quantity.getValueElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type DecimalTypeModifier and TypeMethodDescriptionint
DecimalType.compareTo
(DecimalType theObj) VisionPrescription.VisionPrescriptionDispenseComponent.setAddElement
(DecimalType value) Location.LocationPositionComponent.setAltitudeElement
(DecimalType value) VisionPrescription.VisionPrescriptionDispenseComponent.setBackCurveElement
(DecimalType value) VisionPrescription.VisionPrescriptionDispenseComponent.setCylinderElement
(DecimalType value) VisionPrescription.VisionPrescriptionDispenseComponent.setDiameterElement
(DecimalType value) Timing.TimingRepeatComponent.setDurationElement
(DecimalType value) Timing.TimingRepeatComponent.setDurationMaxElement
(DecimalType value) Claim.DetailComponent.setFactorElement
(DecimalType value) Claim.ItemComponent.setFactorElement
(DecimalType value) Claim.SubDetailComponent.setFactorElement
(DecimalType value) Contract.TermValuedItemComponent.setFactorElement
(DecimalType value) Contract.ValuedItemComponent.setFactorElement
(DecimalType value) ExplanationOfBenefit.DetailComponent.setFactorElement
(DecimalType value) ExplanationOfBenefit.ItemComponent.setFactorElement
(DecimalType value) ExplanationOfBenefit.SubDetailComponent.setFactorElement
(DecimalType value) SampledData.setFactorElement
(DecimalType value) ChargeItem.setFactorOverrideElement
(DecimalType value) Sequence.SequenceQualityComponent.setFScoreElement
(DecimalType value) Sequence.SequenceQualityComponent.setGtFPElement
(DecimalType value) Location.LocationPositionComponent.setLatitudeElement
(DecimalType value) Location.LocationPositionComponent.setLongitudeElement
(DecimalType value) SampledData.setLowerLimitElement
(DecimalType value) MeasureReport.MeasureReportGroupComponent.setMeasureScoreElement
(DecimalType value) MeasureReport.StratifierGroupComponent.setMeasureScoreElement
(DecimalType value) SampledData.setPeriodElement
(DecimalType value) Timing.TimingRepeatComponent.setPeriodElement
(DecimalType value) Timing.TimingRepeatComponent.setPeriodMaxElement
(DecimalType value) Contract.TermValuedItemComponent.setPointsElement
(DecimalType value) Contract.ValuedItemComponent.setPointsElement
(DecimalType value) VisionPrescription.VisionPrescriptionDispenseComponent.setPowerElement
(DecimalType value) Sequence.SequenceQualityComponent.setPrecisionElement
(DecimalType value) VisionPrescription.VisionPrescriptionDispenseComponent.setPrismElement
(DecimalType value) Sequence.SequenceQualityComponent.setQueryFPElement
(DecimalType value) Sequence.SequenceQualityComponent.setQueryTPElement
(DecimalType value) Sequence.SequenceQualityComponent.setRecallElement
(DecimalType value) RiskAssessment.RiskAssessmentPredictionComponent.setRelativeRiskElement
(DecimalType value) Bundle.BundleEntrySearchComponent.setScoreElement
(DecimalType value) TestReport.setScoreElement
(DecimalType value) VisionPrescription.VisionPrescriptionDispenseComponent.setSphereElement
(DecimalType value) Sequence.SequenceQualityComponent.setTruthFNElement
(DecimalType value) Sequence.SequenceQualityComponent.setTruthTPElement
(DecimalType value) SampledData.setUpperLimitElement
(DecimalType value) ClaimResponse.AdjudicationComponent.setValueElement
(DecimalType value) ExplanationOfBenefit.AdjudicationComponent.setValueElement
(DecimalType value) Quantity.setValueElement
(DecimalType value) Constructors in org.hl7.fhir.dstu3.model with parameters of type DecimalTypeModifierConstructorDescriptionLocationPositionComponent
(DecimalType longitude, DecimalType latitude) ConstructorSampledData
(SimpleQuantity origin, DecimalType period, PositiveIntType dimensions, StringType data) Constructor