
Uses of Class
org.hl7.fhir.r5.openehr.TRANSLATION_DETAILS
Packages that use TRANSLATION_DETAILS
-
Uses of TRANSLATION_DETAILS in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr with type parameters of type TRANSLATION_DETAILSModifier and TypeFieldDescriptionprotected List
<TRANSLATION_DETAILS> AUTHORED_RESOURCE.translationsList
List of details for each natural-language translation made of this resource, keyed by language.Methods in org.hl7.fhir.r5.openehr that return TRANSLATION_DETAILSModifier and TypeMethodDescriptionTRANSLATION_DETAILS.addOther_details
(String value) AUTHORED_RESOURCE.addTranslations()
TRANSLATION_DETAILS.copy()
AUTHORED_RESOURCE.getTranslationsFirstRep()
protected TRANSLATION_DETAILS
OpenehrJsonParser.parseTRANSLATION_DETAILS
(com.google.gson.JsonObject json) protected TRANSLATION_DETAILS
OpenehrXmlParser.parseTRANSLATION_DETAILS
(org.xmlpull.v1.XmlPullParser xpp) TRANSLATION_DETAILS.setAccreditation
(String value) TRANSLATION_DETAILS.setAccreditationElement
(StringType value) TRANSLATION_DETAILS.setAuthorList
(List<StringType> theAuthor) TRANSLATION_DETAILS.setLanguage
(CODE_PHRASE value) TRANSLATION_DETAILS.setOther_detailsList
(List<StringType> theOther_details) protected TRANSLATION_DETAILS
TRANSLATION_DETAILS.typedCopy()
Methods in org.hl7.fhir.r5.openehr that return types with arguments of type TRANSLATION_DETAILSMethods in org.hl7.fhir.r5.openehr with parameters of type TRANSLATION_DETAILSModifier and TypeMethodDescriptionAUTHORED_RESOURCE.addTranslations
(TRANSLATION_DETAILS t) protected void
OpenehrJsonParser.composeTRANSLATION_DETAILS
(String name, TRANSLATION_DETAILS element) protected void
OpenehrXmlParser.composeTRANSLATION_DETAILS
(String name, TRANSLATION_DETAILS element) protected void
OpenehrXmlParser.composeTRANSLATION_DETAILSElements
(TRANSLATION_DETAILS element) protected void
OpenehrJsonParser.composeTRANSLATION_DETAILSProperties
(TRANSLATION_DETAILS element) void
TRANSLATION_DETAILS.copyValues
(TRANSLATION_DETAILS dst) protected boolean
OpenehrXmlParser.parseTRANSLATION_DETAILSContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TRANSLATION_DETAILS res) protected void
OpenehrJsonParser.parseTRANSLATION_DETAILSProperties
(com.google.gson.JsonObject json, TRANSLATION_DETAILS res) Method parameters in org.hl7.fhir.r5.openehr with type arguments of type TRANSLATION_DETAILSModifier and TypeMethodDescriptionAUTHORED_RESOURCE.setTranslationsList
(List<TRANSLATION_DETAILS> theTranslations)