
Uses of Class
org.hl7.fhir.r5.openehr.TranslatedString
Packages that use TranslatedString
-
Uses of TranslatedString in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr with type parameters of type TranslatedStringModifier and TypeFieldDescriptionprotected List
<TranslatedString> WebTemplateInputListItem.localizedDescriptionsList
protected List
<TranslatedString> WebTemplateItem.localizedDescriptionsList
protected List
<TranslatedString> WebTemplateInputListItem.localizedLabelsList
protected List
<TranslatedString> WebTemplateItem.localizedNamesList
Methods in org.hl7.fhir.r5.openehr that return TranslatedStringModifier and TypeMethodDescriptionWebTemplateInputListItem.addLocalizedDescriptions()
WebTemplateItem.addLocalizedDescriptions()
WebTemplateInputListItem.addLocalizedLabels()
WebTemplateItem.addLocalizedNames()
TranslatedString.copy()
WebTemplateInputListItem.getLocalizedDescriptionsFirstRep()
WebTemplateItem.getLocalizedDescriptionsFirstRep()
WebTemplateInputListItem.getLocalizedLabelsFirstRep()
WebTemplateItem.getLocalizedNamesFirstRep()
protected TranslatedString
OpenehrJsonParser.parseTranslatedString
(com.google.gson.JsonObject json) protected TranslatedString
OpenehrXmlParser.parseTranslatedString
(org.xmlpull.v1.XmlPullParser xpp) TranslatedString.setLanguage
(String value) TranslatedString.setLanguageElement
(CodeType value) TranslatedString.setValueElement
(StringType value) protected TranslatedString
TranslatedString.typedCopy()
Methods in org.hl7.fhir.r5.openehr that return types with arguments of type TranslatedStringModifier and TypeMethodDescriptionWebTemplateInputListItem.getLocalizedDescriptionsList()
WebTemplateItem.getLocalizedDescriptionsList()
WebTemplateInputListItem.getLocalizedLabelsList()
WebTemplateItem.getLocalizedNamesList()
Methods in org.hl7.fhir.r5.openehr with parameters of type TranslatedStringModifier and TypeMethodDescriptionWebTemplateInputListItem.addLocalizedDescriptions
(TranslatedString t) WebTemplateItem.addLocalizedDescriptions
(TranslatedString t) WebTemplateInputListItem.addLocalizedLabels
(TranslatedString t) WebTemplateItem.addLocalizedNames
(TranslatedString t) protected void
OpenehrJsonParser.composeTranslatedString
(String name, TranslatedString element) protected void
OpenehrXmlParser.composeTranslatedString
(String name, TranslatedString element) protected void
OpenehrXmlParser.composeTranslatedStringElements
(TranslatedString element) protected void
OpenehrJsonParser.composeTranslatedStringProperties
(TranslatedString element) void
TranslatedString.copyValues
(TranslatedString dst) protected boolean
OpenehrXmlParser.parseTranslatedStringContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TranslatedString res) protected void
OpenehrJsonParser.parseTranslatedStringProperties
(com.google.gson.JsonObject json, TranslatedString res) Method parameters in org.hl7.fhir.r5.openehr with type arguments of type TranslatedStringModifier and TypeMethodDescriptionWebTemplateInputListItem.setLocalizedDescriptionsList
(List<TranslatedString> theLocalizedDescriptions) WebTemplateItem.setLocalizedDescriptionsList
(List<TranslatedString> theLocalizedDescriptions) WebTemplateInputListItem.setLocalizedLabelsList
(List<TranslatedString> theLocalizedLabels) WebTemplateItem.setLocalizedNamesList
(List<TranslatedString> theLocalizedNames)