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