Uses of Interface
org.linuxforhealth.fhir.persistence.jdbc.domain.SearchExtension
- 
Packages that use SearchExtension Package Description org.linuxforhealth.fhir.persistence.jdbc.domain org.linuxforhealth.fhir.persistence.jdbc.util  - 
- 
Uses of SearchExtension in org.linuxforhealth.fhir.persistence.jdbc.domain
Classes in org.linuxforhealth.fhir.persistence.jdbc.domain that implement SearchExtension Modifier and Type Class Description classLocationSearchExtensionA search extension for the NEAR location logicFields in org.linuxforhealth.fhir.persistence.jdbc.domain with type parameters of type SearchExtension Modifier and Type Field Description protected java.util.List<SearchExtension>SearchQuery. extensionsMethods in org.linuxforhealth.fhir.persistence.jdbc.domain with parameters of type SearchExtension Modifier and Type Method Description voidSearchQuery. add(SearchExtension ext)Add the search extension to the model - 
Uses of SearchExtension in org.linuxforhealth.fhir.persistence.jdbc.util
Classes in org.linuxforhealth.fhir.persistence.jdbc.util that implement SearchExtension Modifier and Type Class Description classIncludeExtensionA SearchExtension used to add InclusionParameter filters to the include query.classRevIncludeExtensionSearchExtension for building _revinclude queriesclassWholeSystemDataExtensionA SearchExtension used to add whole-system data search filters to the whole-system data query.classWholeSystemResourceTypeExtensionA SearchExtension used to add resource type id filters to the whole-system count and data filter queries when the _type parameter is specified. 
 -