Class PatientCatalogue
- java.lang.Object
-
- dev.pcvolkmer.mv64e.datamapper.datacatalogues.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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PatientCataloguecreate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)ResultSetgetById(int id)Get patient result set by procedure id
-
-
-
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:
getByIdin interfaceDataCatalogue- Parameters:
id- The procedure id- Returns:
- The procedure id
-
-