Class PatientCatalogue

  • All Implemented Interfaces:
    DataCatalogue

    public class PatientCatalogue
    extends java.lang.Object
    implements DataCatalogue
    Load raw result sets from database table 'patient'
    Since:
    0.1
    • Constructor Summary

      Constructors 
      Constructor Description
      PatientCatalogue​(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)  
    • Constructor Detail

      • PatientCatalogue

        public PatientCatalogue​(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
    • Method Detail

      • create

        @NullMarked
        public static PatientCatalogue create​(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
      • getById

        public ResultSet getById​(int id)
        Get patient result set by procedure id
        Specified by:
        getById in interface DataCatalogue
        Parameters:
        id - The procedure id
        Returns:
        The procedure id