Uses of Enum Class
org.projecthusky.fhir.emed.ch.common.enums.CommonLanguages
Packages that use CommonLanguages
Package
Description
Some value sets as Java enums.
Custom HAPI resources (as extension of the official resources) for the CH-EMED-EPR project.
-
Uses of CommonLanguages in org.projecthusky.fhir.emed.ch.common.enums
Methods in org.projecthusky.fhir.emed.ch.common.enums that return CommonLanguagesModifier and TypeMethodDescriptionstatic @Nullable CommonLanguages
Gets the Enum with a given code.static CommonLanguages
Returns the enum constant of this class with the specified name.static CommonLanguages[]
CommonLanguages.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CommonLanguages in org.projecthusky.fhir.emed.ch.epr.resource
Methods in org.projecthusky.fhir.emed.ch.epr.resource that return CommonLanguagesModifier and TypeMethodDescriptionChEmedEprComposition.resolveLanguage()
Resolves the language of the document.Methods in org.projecthusky.fhir.emed.ch.epr.resource with parameters of type CommonLanguagesModifier and TypeMethodDescriptionChEmedEprComposition.setLanguage
(CommonLanguages language) Sets the language of this document.