Class MtbEpisodeDataMapper

  • All Implemented Interfaces:
    DataMapper<dev.pcvolkmer.mv64e.mtb.MtbEpisodeOfCare>

    public class MtbEpisodeDataMapper
    extends java.lang.Object
    implements DataMapper<dev.pcvolkmer.mv64e.mtb.MtbEpisodeOfCare>
    Mapper class to load and map patient data from database table 'dk_dnpm_kpa'
    Since:
    0.1
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      dev.pcvolkmer.mv64e.mtb.MtbEpisodeOfCare getById​(int id)
      Loads and maps a ca plan using the database id
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MtbEpisodeDataMapper

        public MtbEpisodeDataMapper​(KpaCatalogue kpaCatalogue)
    • Method Detail

      • getById

        public dev.pcvolkmer.mv64e.mtb.MtbEpisodeOfCare getById​(int id)
        Loads and maps a ca plan using the database id
        Specified by:
        getById in interface DataMapper<dev.pcvolkmer.mv64e.mtb.MtbEpisodeOfCare>
        Parameters:
        id - The database id of the procedure data set
        Returns:
        The loaded Patient data