Class TherapieplanDataMapper
- java.lang.Object
-
- dev.pcvolkmer.mv64e.datamapper.mapper.TherapieplanDataMapper
-
- All Implemented Interfaces:
DataMapper<dev.pcvolkmer.mv64e.mtb.MtbCarePlan>
public class TherapieplanDataMapper extends java.lang.Object implements DataMapper<dev.pcvolkmer.mv64e.mtb.MtbCarePlan>
Mapper class to load and map patient data from database table 'dk_dnpm_therapieplan'- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description TherapieplanDataMapper(TherapieplanCatalogue therapieplanCatalogue, RebiopsieCatalogue rebiopsieCatalogue, ReevaluationCatalogue reevaluationCatalogue, EinzelempfehlungCatalogue einzelempfehlungCatalogue, MolekulargenuntersuchungCatalogue untersuchungCatalogue, PropertyCatalogue propertyCatalogue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description dev.pcvolkmer.mv64e.mtb.MtbCarePlangetById(int id)Loads and maps a ca plan using the database id
-
-
-
Constructor Detail
-
TherapieplanDataMapper
public TherapieplanDataMapper(TherapieplanCatalogue therapieplanCatalogue, RebiopsieCatalogue rebiopsieCatalogue, ReevaluationCatalogue reevaluationCatalogue, EinzelempfehlungCatalogue einzelempfehlungCatalogue, MolekulargenuntersuchungCatalogue untersuchungCatalogue, PropertyCatalogue propertyCatalogue)
-
-
Method Detail
-
getById
public dev.pcvolkmer.mv64e.mtb.MtbCarePlan getById(int id)
Loads and maps a ca plan using the database id- Specified by:
getByIdin interfaceDataMapper<dev.pcvolkmer.mv64e.mtb.MtbCarePlan>- Parameters:
id- The database id of the procedure data set- Returns:
- The loaded Patient data
-
-