Class FollowUpEcogDataMapper
- java.lang.Object
-
- dev.pcvolkmer.mv64e.datamapper.mapper.FollowUpEcogDataMapper
-
- All Implemented Interfaces:
DataMapper<dev.pcvolkmer.mv64e.mtb.PerformanceStatus>,EcogMapper
public class FollowUpEcogDataMapper extends java.lang.Object implements DataMapper<dev.pcvolkmer.mv64e.mtb.PerformanceStatus>, EcogMapper
Mapper class to load and map prozedur data from database table 'dk_dnpm_followup'- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description FollowUpEcogDataMapper(FollowUpCatalogue catalogue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable dev.pcvolkmer.mv64e.mtb.PerformanceStatusgetById(int id)Loads and maps Prozedur related by database id-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface dev.pcvolkmer.mv64e.datamapper.mapper.EcogMapper
getEcogCoding
-
-
-
-
Constructor Detail
-
FollowUpEcogDataMapper
public FollowUpEcogDataMapper(FollowUpCatalogue catalogue)
-
-
Method Detail
-
getById
public @Nullable dev.pcvolkmer.mv64e.mtb.PerformanceStatus getById(int id)
Loads and maps Prozedur related by database id- Specified by:
getByIdin interfaceDataMapper<dev.pcvolkmer.mv64e.mtb.PerformanceStatus>- Specified by:
getByIdin interfaceEcogMapper- Parameters:
id- The patient id of the procedure data set- Returns:
- The loaded data set
-
-