Uses of Class
org.ehrbase.response.ehrscape.CompositionFormat
-
Packages that use CompositionFormat Package Description org.ehrbase.response.ehrscape -
-
Uses of CompositionFormat in org.ehrbase.response.ehrscape
Methods in org.ehrbase.response.ehrscape that return CompositionFormat Modifier and Type Method Description 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.response.ehrscape with parameters of type CompositionFormat Modifier and Type Method Description static StructuredStringFormatStructuredStringFormat. fromCompositionFormat(CompositionFormat format)
-