Uses of Class
org.ehrbase.api.definitions.StructuredStringFormat
-
Packages that use StructuredStringFormat Package Description org.ehrbase.api.definitions org.ehrbase.api.service -
-
Uses of StructuredStringFormat in org.ehrbase.api.definitions
Methods in org.ehrbase.api.definitions that return StructuredStringFormat Modifier and Type Method Description static StructuredStringFormatStructuredStringFormat. fromCompositionFormat(CompositionFormat format)StructuredStringFormatStructuredString. getFormat()static StructuredStringFormatStructuredStringFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static StructuredStringFormat[]StructuredStringFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehrbase.api.definitions with parameters of type StructuredStringFormat Modifier and Type Method Description voidStructuredString. setFormat(StructuredStringFormat format)Constructors in org.ehrbase.api.definitions with parameters of type StructuredStringFormat Constructor Description StructuredString(String value, StructuredStringFormat format) -
Uses of StructuredStringFormat in org.ehrbase.api.service
Methods in org.ehrbase.api.service with parameters of type StructuredStringFormat Modifier and Type Method Description StructuredStringFolderService. serialize(com.nedap.archie.rm.directory.Folder folder, StructuredStringFormat format)Serializes folder content from request body into a structured string that can be used by database save mechanism to parse in into jsonb format that will be saved at the database.
-