Uses of Class
org.ehrbase.response.ehrscape.ContributionDto
-
Packages that use ContributionDto Package Description org.ehrbase.response.openehr -
-
Uses of ContributionDto in org.ehrbase.response.openehr
Methods in org.ehrbase.response.openehr that return types with arguments of type ContributionDto Modifier and Type Method Description List<ContributionDto>EhrResponseData. getContributions()Method parameters in org.ehrbase.response.openehr with type arguments of type ContributionDto Modifier and Type Method Description voidEhrResponseData. setContributions(List<ContributionDto> contributions)Constructors in org.ehrbase.response.openehr with parameters of type ContributionDto Constructor Description OriginalVersionResponseData(com.nedap.archie.rm.changecontrol.OriginalVersion<T> originalVersion, ContributionDto contributionDto)
-