
Uses of Class
org.hl7.fhir.r5.openehr.TranslatedString
Packages that use TranslatedString
- 
Uses of TranslatedString in org.hl7.fhir.r5.openehrFields in org.hl7.fhir.r5.openehr with type parameters of type TranslatedStringModifier and TypeFieldDescriptionprotected List<TranslatedString> WebTemplateInputListItem.localizedDescriptionsListprotected List<TranslatedString> WebTemplateItem.localizedDescriptionsListprotected List<TranslatedString> WebTemplateInputListItem.localizedLabelsListprotected List<TranslatedString> WebTemplateItem.localizedNamesListMethods 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 TranslatedStringOpenehrJsonParser.parseTranslatedString(com.google.gson.JsonObject json) protected TranslatedStringOpenehrXmlParser.parseTranslatedString(org.xmlpull.v1.XmlPullParser xpp) TranslatedString.setLanguage(String value) TranslatedString.setLanguageElement(CodeType value) TranslatedString.setValueElement(StringType value) protected TranslatedStringTranslatedString.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 voidOpenehrJsonParser.composeTranslatedString(String name, TranslatedString element) protected voidOpenehrXmlParser.composeTranslatedString(String name, TranslatedString element) protected voidOpenehrXmlParser.composeTranslatedStringElements(TranslatedString element) protected voidOpenehrJsonParser.composeTranslatedStringProperties(TranslatedString element) voidTranslatedString.copyValues(TranslatedString dst) protected booleanOpenehrXmlParser.parseTranslatedStringContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TranslatedString res) protected voidOpenehrJsonParser.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)