All Known Implementing Classes:
EmailStandardizer, FirstNameStandardizer, LastNameStandardizer, PhoneStandardizer, TextStandardizer, TitleStandardizer

public interface IStandardizer
Contract for standardizing textual primitives in the FHIR resources.
  • Method Summary

    Modifier and Type
    Method
    Description
    standardize(String theString)
    Standardizes the specified string.
  • Method Details

    • standardize

      Standardizes the specified string.
      Parameters:
      theString - String to be standardized
      Returns:
      Returns a standardized string.