
Uses of Interface
ca.uhn.fhir.rest.server.interceptor.s13n.standardizers.IStandardizer
Packages that use IStandardizer
Package
Description
-
Uses of IStandardizer in ca.uhn.fhir.rest.server.interceptor.s13n
Methods in ca.uhn.fhir.rest.server.interceptor.s13n that return types with arguments of type IStandardizerMethod parameters in ca.uhn.fhir.rest.server.interceptor.s13n with type arguments of type IStandardizerModifier and TypeMethodDescriptionvoidStandardizingInterceptor.setStandardizers(Map<String, IStandardizer> theStandardizers) -
Uses of IStandardizer in ca.uhn.fhir.rest.server.interceptor.s13n.standardizers
Classes in ca.uhn.fhir.rest.server.interceptor.s13n.standardizers that implement IStandardizerModifier and TypeClassDescriptionclassStandardizes email addresses by removing whitespace, ISO control characters and applying lower-case to the values.classStandardizes 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.classStandardizes phone numbers to fit 123-456-7890 pattern.classStandardizes text literals by removing noise characters.class