
Uses of Class
ca.uhn.fhir.rest.server.interceptor.s13n.standardizers.TextStandardizer
Packages that use TextStandardizer
-
Uses of TextStandardizer in ca.uhn.fhir.rest.server.interceptor.s13n.standardizers
Subclasses of TextStandardizer in ca.uhn.fhir.rest.server.interceptor.s13n.standardizersModifier and TypeClassDescriptionclassStandardizes first name by capitalizing all characters following a separators (e.g. -, ') and removing noise characters.classStandardizes last names by capitalizing all characters following a separators (e.g. -, '), capitalizing "Mac" and "Mc" prefixes and keeping name particles in lower case.classMethods in ca.uhn.fhir.rest.server.interceptor.s13n.standardizers that return TextStandardizerModifier and TypeMethodDescriptionprotected TextStandardizerTextStandardizer.addAllowedExtendedAsciiRange(int theRangeStart, int theRangeEnd) protected TextStandardizerTextStandardizer.addAllowedNonLetterAndDigitCharacters(Character... theCharacters) protected TextStandardizerTextStandardizer.addTranslate(int theTranslate, char theMapping)