Uses of Class
org.ehrbase.api.definitions.StructuredString
-
Packages that use StructuredString Package Description org.ehrbase.api.dto org.ehrbase.api.mapper org.ehrbase.api.service -
-
Uses of StructuredString in org.ehrbase.api.dto
Methods in org.ehrbase.api.dto that return StructuredString Modifier and Type Method Description StructuredStringEhrStatusDto. getOtherDetails()Methods in org.ehrbase.api.dto with parameters of type StructuredString Modifier and Type Method Description voidEhrStatusDto. setOtherDetails(StructuredString otherDetails) -
Uses of StructuredString in org.ehrbase.api.mapper
Methods in org.ehrbase.api.mapper with parameters of type StructuredString Modifier and Type Method Description voidStructuredStringJSonSerializer. serialize(StructuredString value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) -
Uses of StructuredString in org.ehrbase.api.service
Methods in org.ehrbase.api.service that return StructuredString Modifier and Type Method Description StructuredStringTemplateService. buildExample(String templateId, CompositionFormat format)StructuredStringCompositionService. serialize(CompositionDto composition, CompositionFormat format)Public serializer entry point which will be called with composition dto fetched from database and the desired target serialized string format.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.
-