Interface CodeSystemDAO

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Integer> readAllCodeSystems()
      Reads all rows in the code_systems table and returns the data as a Map
      java.lang.Integer readCodeSystemId​(java.lang.String codeSystem)
      Read the code_system_id for the given code system name
      int readOrAddCodeSystem​(java.lang.String codeSystem)
      Reads the id associated with the name of the passed Parameter from the code_systems table.