
Uses of Class
org.hl7.fhir.r5.openehr.TERMINOLOGY_ID
Packages that use TERMINOLOGY_ID
-
Uses of TERMINOLOGY_ID in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr declared as TERMINOLOGY_IDModifier and TypeFieldDescriptionprotected TERMINOLOGY_ID
CODE_PHRASE.terminology_id
Identifier of the distinct terminology from which the code_string (or its elements) was extracted.Methods in org.hl7.fhir.r5.openehr that return TERMINOLOGY_IDModifier and TypeMethodDescriptionTERMINOLOGY_ID.copy()
CODE_PHRASE.getTerminology_id()
protected TERMINOLOGY_ID
OpenehrJsonParser.parseTERMINOLOGY_ID
(com.google.gson.JsonObject json) protected TERMINOLOGY_ID
OpenehrXmlParser.parseTERMINOLOGY_ID
(org.xmlpull.v1.XmlPullParser xpp) protected TERMINOLOGY_ID
TERMINOLOGY_ID.typedCopy()
Methods in org.hl7.fhir.r5.openehr with parameters of type TERMINOLOGY_IDModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeTERMINOLOGY_ID
(String name, TERMINOLOGY_ID element) protected void
OpenehrXmlParser.composeTERMINOLOGY_ID
(String name, TERMINOLOGY_ID element) protected void
OpenehrXmlParser.composeTERMINOLOGY_IDElements
(TERMINOLOGY_ID element) protected void
OpenehrJsonParser.composeTERMINOLOGY_IDProperties
(TERMINOLOGY_ID element) void
TERMINOLOGY_ID.copyValues
(TERMINOLOGY_ID dst) protected boolean
OpenehrXmlParser.parseTERMINOLOGY_IDContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TERMINOLOGY_ID res) protected void
OpenehrJsonParser.parseTERMINOLOGY_IDProperties
(com.google.gson.JsonObject json, TERMINOLOGY_ID res) CODE_PHRASE.setTerminology_id
(TERMINOLOGY_ID value) Constructors in org.hl7.fhir.r5.openehr with parameters of type TERMINOLOGY_IDModifierConstructorDescriptionCODE_PHRASE
(TERMINOLOGY_ID terminology_id, String code_string) Constructor