Class ValueSetAutocompleteSearch
java.lang.Object
ca.uhn.fhir.jpa.search.autocomplete.ValueSetAutocompleteSearch
Adapt the autocomplete result into a ValueSet suitable for our $expand extension.
-
Constructor Summary
ConstructorDescriptionValueSetAutocompleteSearch
(ca.uhn.fhir.context.FhirContext theFhirContext, StorageSettings theStorageSettings, org.hibernate.search.mapper.orm.session.SearchSession theSession) -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBaseResource
search
(ValueSetAutocompleteOptions theOptions)
-
Constructor Details
-
ValueSetAutocompleteSearch
public ValueSetAutocompleteSearch(ca.uhn.fhir.context.FhirContext theFhirContext, StorageSettings theStorageSettings, org.hibernate.search.mapper.orm.session.SearchSession theSession)
-
-
Method Details
-
search
-