Uses of Class
org.ehrbase.client.openehrclient.CompositionFormat
-
Packages that use CompositionFormat Package Description org.ehrbase.client.openehrclient -
-
Uses of CompositionFormat in org.ehrbase.client.openehrclient
Methods in org.ehrbase.client.openehrclient that return CompositionFormat Modifier and Type Method Description CompositionFormatOpenEhrClientConfig. getCompositionFormat()static CompositionFormatCompositionFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static CompositionFormat[]CompositionFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehrbase.client.openehrclient with parameters of type CompositionFormat Modifier and Type Method Description voidOpenEhrClientConfig. setCompositionFormat(CompositionFormat compositionFormat)
-