
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 TypeClassDescriptionclass
Standardizes first name by capitalizing all characters following a separators (e.g. -, ') and removing noise characters.class
Standardizes last names by capitalizing all characters following a separators (e.g. -, '), capitalizing "Mac" and "Mc" prefixes and keeping name particles in lower case.class
Methods in ca.uhn.fhir.rest.server.interceptor.s13n.standardizers that return TextStandardizerModifier and TypeMethodDescriptionprotected TextStandardizer
TextStandardizer.addAllowedExtendedAsciiRange
(int theRangeStart, int theRangeEnd) protected TextStandardizer
TextStandardizer.addAllowedNonLetterAndDigitCharacters
(Character... theCharacters) protected TextStandardizer
TextStandardizer.addTranslate
(int theTranslate, char theMapping)