Uses of Class
org.ehrbase.api.dto.ContributionDto
-
Packages that use ContributionDto Package Description org.ehrbase.api.service -
-
Uses of ContributionDto in org.ehrbase.api.service
Methods in org.ehrbase.api.service that return types with arguments of type ContributionDto Modifier and Type Method Description Optional<ContributionDto>ContributionService. getContribution(UUID ehrId, UUID contributionId)Return the Contribution with given id in given EHR.
-