Class TherapiehistorieDataMapper
- java.lang.Object
-
- dev.pcvolkmer.mv64e.datamapper.mapper.TherapiehistorieDataMapper
-
- All Implemented Interfaces:
DataMapper<java.util.List<dev.pcvolkmer.mv64e.mtb.SystemicTherapy>>
public class TherapiehistorieDataMapper extends java.lang.Object implements DataMapper<java.util.List<dev.pcvolkmer.mv64e.mtb.SystemicTherapy>>
Mapper class to load and map therapy history data from database table 'dk_dnpm_therapieplan', 'dk_dnpm_uf_einzelempfehlung', 'dk_dnpm_followup' and 'dk_dnpm_therapielinie'- Since:
- 0.8
-
-
Constructor Summary
Constructors Constructor Description TherapiehistorieDataMapper(FollowUpTherapielinieDataMapper therapielinieMapper, TherapieplanCatalogue therapieplanCatalogue, EinzelempfehlungCatalogue einzelempfehlungCatalogue, FollowUpCatalogue followUpCatalogue, TherapielinieCatalogue therapielinieCatalogue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<dev.pcvolkmer.mv64e.mtb.SystemicTherapy>getById(int id)Loads a data set from database and maps it into destination data type
-
-
-
Constructor Detail
-
TherapiehistorieDataMapper
public TherapiehistorieDataMapper(FollowUpTherapielinieDataMapper therapielinieMapper, TherapieplanCatalogue therapieplanCatalogue, EinzelempfehlungCatalogue einzelempfehlungCatalogue, FollowUpCatalogue followUpCatalogue, TherapielinieCatalogue therapielinieCatalogue)
-
-
Method Detail
-
getById
@NullMarked public java.util.List<dev.pcvolkmer.mv64e.mtb.SystemicTherapy> getById(int id)
Description copied from interface:DataMapperLoads a data set from database and maps it into destination data type- Specified by:
getByIdin interfaceDataMapper<java.util.List<dev.pcvolkmer.mv64e.mtb.SystemicTherapy>>- Parameters:
id- The database id of the root procedure data set- Returns:
- The data set to be loaded
-
-