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 TypeMethodDescriptionvoidaddResults(String theTargetId, List<IBaseResource> theSearchResults, int theTotal) getIncludeResults(String theTargetId) getMatchedResults(String theTargetId) getOutcomeResults(String theTargetId) getPageableResults(String theTargetId) getResults(String theTargetId) intgetTotal()booleangetUncategorizedResults(String theTargetId) voidremoveResults(String theTargetId, List<IBaseResource> theResultsToBeRemoved) voidsetTotalOmitted(boolean theTotalOmitted)
-
Method Details
-
addResults
-
getResults
-
getMatchedResults
-
getPageableResults
-
getIncludeResults
-
getOutcomeResults
-
getUncategorizedResults
-
removeResults
-
getTotal
int getTotal() -
getTotalOmitted
boolean getTotalOmitted() -
setTotalOmitted
-