Uses of Enum Class
org.ehrbase.api.definitions.OperationalTemplateFormat
Packages that use OperationalTemplateFormat
-
Uses of OperationalTemplateFormat in org.ehrbase.api.definitions
Methods in org.ehrbase.api.definitions that return OperationalTemplateFormatModifier and TypeMethodDescriptionstatic OperationalTemplateFormatReturns the enum constant of this class with the specified name.static OperationalTemplateFormat[]OperationalTemplateFormat.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OperationalTemplateFormat in org.ehrbase.api.service
Methods in org.ehrbase.api.service with parameters of type OperationalTemplateFormatModifier and TypeMethodDescriptionTemplateService.findOperationalTemplate(String templateId, OperationalTemplateFormat format) Finds and returns the given operational template as string represented in requested format.