Uses of Class
ca.uhn.fhir.rest.server.interceptor.s13n.standardizers.TextStandardizer
-
Uses of TextStandardizer in ca.uhn.fhir.rest.server.interceptor.s13n.standardizers
Modifier and TypeClassDescriptionclass
Standardizes first name by capitalizing all characters following a separators (e.g.class
Standardizes last names by capitalizing all characters following a separators (e.g.class
Modifier and TypeMethodDescriptionprotected TextStandardizer
TextStandardizer.addAllowedExtendedAsciiRange
(int theRangeStart, int theRangeEnd) protected TextStandardizer
TextStandardizer.addAllowedNonLetterAndDigitCharacters
(Character... theCharacters) protected TextStandardizer
TextStandardizer.addTranslate
(int theTranslate, char theMapping)