Uses of Class
dev.dsf.fhir.search.PageAndCount
Packages that use PageAndCount
-
Uses of PageAndCount in dev.dsf.fhir.dao
Methods in dev.dsf.fhir.dao with parameters of type PageAndCountModifier and TypeMethodDescriptionHistoryDao.readHistory(HistoryIdentityFilter filter, PageAndCount pageAndCount, List<AtParameter> atParameters, SinceParameter sinceParameter, Class<? extends org.hl7.fhir.r4.model.Resource> resource) HistoryDao.readHistory(HistoryIdentityFilter filter, PageAndCount pageAndCount, List<AtParameter> atParameters, SinceParameter sinceParameter, Class<? extends org.hl7.fhir.r4.model.Resource> resource, UUID id) HistoryDao.readHistory(List<HistoryIdentityFilter> filters, PageAndCount pageAndCount, List<AtParameter> atParameters, SinceParameter sinceParameter) -
Uses of PageAndCount in dev.dsf.fhir.dao.jdbc
Methods in dev.dsf.fhir.dao.jdbc with parameters of type PageAndCountModifier and TypeMethodDescriptionHistroyDaoJdbc.readHistory(HistoryIdentityFilter filter, PageAndCount pageAndCount, List<AtParameter> atParameters, SinceParameter sinceParameter, Class<? extends org.hl7.fhir.r4.model.Resource> resource) HistroyDaoJdbc.readHistory(HistoryIdentityFilter filter, PageAndCount pageAndCount, List<AtParameter> atParameters, SinceParameter sinceParameter, Class<? extends org.hl7.fhir.r4.model.Resource> resource, UUID id) HistroyDaoJdbc.readHistory(List<HistoryIdentityFilter> filters, PageAndCount pageAndCount, List<AtParameter> atParameters, SinceParameter sinceParameter) -
Uses of PageAndCount in dev.dsf.fhir.history
Methods in dev.dsf.fhir.history that return PageAndCountConstructors in dev.dsf.fhir.history with parameters of type PageAndCountModifierConstructorDescriptionHistory(int total, PageAndCount pageAndCount, Collection<? extends HistoryEntry> entries) -
Uses of PageAndCount in dev.dsf.fhir.search
Methods in dev.dsf.fhir.search that return PageAndCountModifier and TypeMethodDescriptionDbSearchQuery.getPageAndCount()PartialResult.getPageAndCount()SearchQuery.getPageAndCount()Constructors in dev.dsf.fhir.search with parameters of type PageAndCountModifierConstructorDescriptionPartialResult(int total, PageAndCount pageAndCount, List<R> partialResult, List<org.hl7.fhir.r4.model.Resource> includes)