Uses of Class
org.hl7.fhir.dstu2.model.Range
-
Packages that use Range Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Range in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Range Modifier and Type Method Description protected RangeJsonParser. parseRange(com.google.gson.JsonObject json)protected RangeXmlParser. parseRange(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type Range Modifier and Type Method Description protected voidJsonParser. composeRange(String name, Range element)protected voidXmlParser. composeRange(String name, Range element)protected voidJsonParser. composeRangeInner(Range element) -
Uses of Range in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as Range Modifier and Type Field Description protected RangeObservation.ObservationReferenceRangeComponent. ageThe age at which this reference range is applicable.Methods in org.hl7.fhir.dstu2.model that return Range Modifier and Type Method Description RangeBase. castToRange(Base b)RangeRange. copy()RangeCondition. getAbatementRange()RangeObservation.ObservationReferenceRangeComponent. getAge()RangeFamilyMemberHistory. getAgeRange()RangeTiming.TimingRepeatComponent. getBoundsRange()RangeFamilyMemberHistory. getDeceasedRange()RangeMedicationDispense.MedicationDispenseDosageInstructionComponent. getDoseRange()RangeMedicationOrder.MedicationOrderDosageInstructionComponent. getDoseRange()RangeCondition. getOnsetRange()RangeFamilyMemberHistory.FamilyMemberHistoryConditionComponent. getOnsetRange()RangeRiskAssessment.RiskAssessmentPredictionComponent. getProbabilityRange()RangeMedicationStatement.MedicationStatementDosageComponent. getQuantityRange()RangeMedicationAdministration.MedicationAdministrationDosageComponent. getRateRange()RangeMedicationDispense.MedicationDispenseDosageInstructionComponent. getRateRange()RangeMedicationOrder.MedicationOrderDosageInstructionComponent. getRateRange()RangeMedicationStatement.MedicationStatementDosageComponent. getRateRange()RangeGroup.GroupCharacteristicComponent. getValueRange()RangeObservation. getValueRange()RangeObservation.ObservationComponentComponent. getValueRange()RangeRiskAssessment.RiskAssessmentPredictionComponent. getWhenRange()RangeRange. setHigh(SimpleQuantity value)RangeRange. setLow(SimpleQuantity value)protected RangeRange. typedCopy()Methods in org.hl7.fhir.dstu2.model with parameters of type Range Modifier and Type Method Description Observation.ObservationReferenceRangeComponentObservation.ObservationReferenceRangeComponent. setAge(Range value)
-