
Uses of Class
org.hl7.fhir.r5.openehr.REFERENCE_RANGE
Packages that use REFERENCE_RANGE
-
Uses of REFERENCE_RANGE in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr with type parameters of type REFERENCE_RANGEModifier and TypeFieldDescriptionprotected List
<REFERENCE_RANGE> DV_ORDERED.other_reference_rangesList
Optional 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_RANGE
OpenehrJsonParser.parseREFERENCE_RANGE
(com.google.gson.JsonObject json) protected REFERENCE_RANGE
OpenehrXmlParser.parseREFERENCE_RANGE
(org.xmlpull.v1.XmlPullParser xpp) REFERENCE_RANGE.setMeaning
(DV_TEXT value) REFERENCE_RANGE.setRange
(DV_INTERVAL value) protected REFERENCE_RANGE
REFERENCE_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 void
OpenehrJsonParser.composeREFERENCE_RANGE
(String name, REFERENCE_RANGE element) protected void
OpenehrXmlParser.composeREFERENCE_RANGE
(String name, REFERENCE_RANGE element) protected void
OpenehrXmlParser.composeREFERENCE_RANGEElements
(REFERENCE_RANGE element) protected void
OpenehrJsonParser.composeREFERENCE_RANGEProperties
(REFERENCE_RANGE element) void
REFERENCE_RANGE.copyValues
(REFERENCE_RANGE dst) protected boolean
OpenehrXmlParser.parseREFERENCE_RANGEContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, REFERENCE_RANGE res) protected void
OpenehrJsonParser.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)