Interface ILcdISO19103CodeListProvider


public interface ILcdISO19103CodeListProvider
Provides code lists based on a name or a Code.
  • Method Details

    • getCodeList

      ILcdISO19103CodeList getCodeList(String aName)
      Finds the code list with the given name.
      Parameters:
      aName - the name of the code list to look for.
      Returns:
      the code list with the given name.
    • getCodeList

      Finds the code list the given code belongs to.
      Parameters:
      aCode - a code for which to find the code list.
      Returns:
      the code list the given code belongs to.