Class TermHelper

java.lang.Object
ca.uhn.fhir.jpa.dao.search.TermHelper

public class TermHelper extends Object
  • Constructor Details

  • Method Details

    • makePrefixSearchTerm

      public static Set<String> makePrefixSearchTerm(Set<String> theStringSet)
      Each input set element is: _ copied to the output set unchanged if it contains a '*' character or is quoted _ trimmed, tokenized by spaces, and suffixed by ' *', and each resulting string copied to the output set