
Package ca.uhn.fhir.jpa.model.entity
Interface IResourceIndexComboSearchParameter
- All Known Implementing Classes:
BaseResourceIndexedCombo,ResourceIndexedComboStringUnique,ResourceIndexedComboTokenNonUnique
public interface IResourceIndexComboSearchParameter
Provides a common interface used to extract Combo Unique (
ResourceIndexedComboStringUnique)
and Combo Non-Unique (ResourceIndexedComboTokenNonUnique) SearchParameters-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IIdTypeWill be in the exact form[resourceType]/[id]voidsetResource(ResourceTable theResourceTable) voidsetSearchParameterId(org.hl7.fhir.instance.model.api.IIdType theSearchParameterId)
-
Method Details
-
getSearchParameterId
Will be in the exact form[resourceType]/[id] -
setSearchParameterId
-
getIndexString
-
getResource
-
setResource
-