Uses of Class
org.ehrbase.api.dto.CompositionDto
-
Packages that use CompositionDto Package Description org.ehrbase.api.service -
-
Uses of CompositionDto in org.ehrbase.api.service
Methods in org.ehrbase.api.service that return types with arguments of type CompositionDto Modifier and Type Method Description Optional<CompositionDto>CompositionService. retrieve(UUID compositionId, Integer version)Optional<CompositionDto>CompositionService. retrieveByTimestamp(UUID compositionId, LocalDateTime timestamp)TODO: untested because not needed, yet Gets the composition that is closest in time before timestampMethods in org.ehrbase.api.service with parameters of type CompositionDto Modifier and Type Method Description 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.
-