Package ca.cdr.api.fhirgw.model
Interface ISearchResultsAccumulator
- All Known Subinterfaces:
IResultsAccumulator<RESPONSE>
- All Known Implementing Classes:
BundleResultsAccumulator
,OperationResponsesAccumulator
public interface ISearchResultsAccumulator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addResults
(String theTargetId, List<IBaseResource> theSearchResults, int theTotal) getIncludeResults
(String theTargetId) getMatchedResults
(String theTargetId) getOutcomeResults
(String theTargetId) getPageableResults
(String theTargetId) getResults
(String theTargetId) int
getTotal()
boolean
getUncategorizedResults
(String theTargetId) void
removeResults
(String theTargetId, List<IBaseResource> theResultsToBeRemoved) void
setTotalOmitted
(boolean theTotalOmitted)
-
Method Details
-
addResults
-
getResults
-
getMatchedResults
-
getPageableResults
-
getIncludeResults
-
getOutcomeResults
-
getUncategorizedResults
-
removeResults
-
getTotal
int getTotal() -
getTotalOmitted
boolean getTotalOmitted() -
setTotalOmitted
-