
Uses of Class
org.hl7.fhir.r5.openehr.REFERENCE_RANGE
Packages that use REFERENCE_RANGE
- 
Uses of REFERENCE_RANGE in org.hl7.fhir.r5.openehrFields in org.hl7.fhir.r5.openehr with type parameters of type REFERENCE_RANGEModifier and TypeFieldDescriptionprotected List<REFERENCE_RANGE> DV_ORDERED.other_reference_rangesListOptional tagged other reference ranges for this value in its particular measurement context.Methods in org.hl7.fhir.r5.openehr that return REFERENCE_RANGEModifier and TypeMethodDescriptionDV_ORDERED.addOther_reference_ranges()REFERENCE_RANGE.copy()DV_ORDERED.getOther_reference_rangesFirstRep()protected REFERENCE_RANGEOpenehrJsonParser.parseREFERENCE_RANGE(com.google.gson.JsonObject json) protected REFERENCE_RANGEOpenehrXmlParser.parseREFERENCE_RANGE(org.xmlpull.v1.XmlPullParser xpp) REFERENCE_RANGE.setMeaning(DV_TEXT value) REFERENCE_RANGE.setRange(DV_INTERVAL value) protected REFERENCE_RANGEREFERENCE_RANGE.typedCopy()Methods in org.hl7.fhir.r5.openehr that return types with arguments of type REFERENCE_RANGEMethods in org.hl7.fhir.r5.openehr with parameters of type REFERENCE_RANGEModifier and TypeMethodDescriptionDV_ORDERED.addOther_reference_ranges(REFERENCE_RANGE t) protected voidOpenehrJsonParser.composeREFERENCE_RANGE(String name, REFERENCE_RANGE element) protected voidOpenehrXmlParser.composeREFERENCE_RANGE(String name, REFERENCE_RANGE element) protected voidOpenehrXmlParser.composeREFERENCE_RANGEElements(REFERENCE_RANGE element) protected voidOpenehrJsonParser.composeREFERENCE_RANGEProperties(REFERENCE_RANGE element) voidREFERENCE_RANGE.copyValues(REFERENCE_RANGE dst) protected booleanOpenehrXmlParser.parseREFERENCE_RANGEContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, REFERENCE_RANGE res) protected voidOpenehrJsonParser.parseREFERENCE_RANGEProperties(com.google.gson.JsonObject json, REFERENCE_RANGE res) Method parameters in org.hl7.fhir.r5.openehr with type arguments of type REFERENCE_RANGEModifier and TypeMethodDescriptionDV_ORDERED.setOther_reference_rangesList(List<REFERENCE_RANGE> theOther_reference_ranges)