
Uses of Class
org.hl7.fhir.r5.openehr.TERMINOLOGY_ID
Packages that use TERMINOLOGY_ID
- 
Uses of TERMINOLOGY_ID in org.hl7.fhir.r5.openehrFields in org.hl7.fhir.r5.openehr declared as TERMINOLOGY_IDModifier and TypeFieldDescriptionprotected TERMINOLOGY_IDCODE_PHRASE.terminology_idIdentifier 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_IDOpenehrJsonParser.parseTERMINOLOGY_ID(com.google.gson.JsonObject json) protected TERMINOLOGY_IDOpenehrXmlParser.parseTERMINOLOGY_ID(org.xmlpull.v1.XmlPullParser xpp) protected TERMINOLOGY_IDTERMINOLOGY_ID.typedCopy()Methods in org.hl7.fhir.r5.openehr with parameters of type TERMINOLOGY_IDModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeTERMINOLOGY_ID(String name, TERMINOLOGY_ID element) protected voidOpenehrXmlParser.composeTERMINOLOGY_ID(String name, TERMINOLOGY_ID element) protected voidOpenehrXmlParser.composeTERMINOLOGY_IDElements(TERMINOLOGY_ID element) protected voidOpenehrJsonParser.composeTERMINOLOGY_IDProperties(TERMINOLOGY_ID element) voidTERMINOLOGY_ID.copyValues(TERMINOLOGY_ID dst) protected booleanOpenehrXmlParser.parseTERMINOLOGY_IDContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TERMINOLOGY_ID res) protected voidOpenehrJsonParser.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