Uses of Class
ca.uhn.fhir.jpa.search.autocomplete.ValueSetAutocompleteOptions
Package
Description
Search for distinct Coding elements by the display text, or by partial codes for a given SearchParameter.
-
Uses of ValueSetAutocompleteOptions in ca.uhn.fhir.jpa.dao
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBaseResource
FulltextSearchSvcImpl.tokenAutocompleteValueSetSearch
(ValueSetAutocompleteOptions theOptions) org.hl7.fhir.instance.model.api.IBaseResource
IFulltextSearchSvc.tokenAutocompleteValueSetSearch
(ValueSetAutocompleteOptions theOptions) Autocomplete search for NIH $expand contextDirection=existing -
Uses of ValueSetAutocompleteOptions in ca.uhn.fhir.jpa.search.autocomplete
Modifier and TypeMethodDescriptionstatic ValueSetAutocompleteOptions
ValueSetAutocompleteOptions.validateAndParseOptions
(JpaStorageSettings theStorageSettings, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theContext, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theFilter, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theCount, org.hl7.fhir.instance.model.api.IIdType theId, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theUrl, org.hl7.fhir.instance.model.api.IBaseResource theValueSet) Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBaseResource
ValueSetAutocompleteSearch.search
(ValueSetAutocompleteOptions theOptions)