
Uses of Class
org.hl7.fhir.r5.openehr.TERM_MAPPING
Packages that use TERM_MAPPING
-
Uses of TERM_MAPPING in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr with type parameters of type TERM_MAPPINGModifier and TypeFieldDescriptionprotected List
<TERM_MAPPING> DV_TEXT.mappingsList
Terms from other terminologies most closely matching this term, typically used where the originator (e.g. pathology lab) of information uses a local terminology but also supplies one or more equivalents from well known terminologies (e.g.Methods in org.hl7.fhir.r5.openehr that return TERM_MAPPINGModifier and TypeMethodDescriptionDV_TEXT.addMappings()
TERM_MAPPING.copy()
DV_TEXT.getMappingsFirstRep()
protected TERM_MAPPING
OpenehrJsonParser.parseTERM_MAPPING
(com.google.gson.JsonObject json) protected TERM_MAPPING
OpenehrXmlParser.parseTERM_MAPPING
(org.xmlpull.v1.XmlPullParser xpp) TERM_MAPPING.setMatchElement
(StringType value) TERM_MAPPING.setPurpose
(DV_CODED_TEXT value) TERM_MAPPING.setTarget
(CODE_PHRASE value) protected TERM_MAPPING
TERM_MAPPING.typedCopy()
Methods in org.hl7.fhir.r5.openehr that return types with arguments of type TERM_MAPPINGMethods in org.hl7.fhir.r5.openehr with parameters of type TERM_MAPPINGModifier and TypeMethodDescriptionDV_TEXT.addMappings
(TERM_MAPPING t) protected void
OpenehrJsonParser.composeTERM_MAPPING
(String name, TERM_MAPPING element) protected void
OpenehrXmlParser.composeTERM_MAPPING
(String name, TERM_MAPPING element) protected void
OpenehrXmlParser.composeTERM_MAPPINGElements
(TERM_MAPPING element) protected void
OpenehrJsonParser.composeTERM_MAPPINGProperties
(TERM_MAPPING element) void
TERM_MAPPING.copyValues
(TERM_MAPPING dst) protected boolean
OpenehrXmlParser.parseTERM_MAPPINGContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TERM_MAPPING res) protected void
OpenehrJsonParser.parseTERM_MAPPINGProperties
(com.google.gson.JsonObject json, TERM_MAPPING res) Method parameters in org.hl7.fhir.r5.openehr with type arguments of type TERM_MAPPINGConstructors in org.hl7.fhir.r5.openehr with parameters of type TERM_MAPPING