
Uses of Class
ca.uhn.fhir.jpa.search.autocomplete.ValueSetAutocompleteOptions
Packages that use 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
Methods in ca.uhn.fhir.jpa.dao with parameters of type ValueSetAutocompleteOptionsModifier 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
Methods in ca.uhn.fhir.jpa.search.autocomplete that return ValueSetAutocompleteOptionsModifier 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) Methods in ca.uhn.fhir.jpa.search.autocomplete with parameters of type ValueSetAutocompleteOptionsModifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBaseResource
ValueSetAutocompleteSearch.search
(ValueSetAutocompleteOptions theOptions)