Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @Nullable dev.pcvolkmer.mv64e.mtb.PerformanceStatus getById​(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
    • 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:
        getById in interface DataMapper<dev.pcvolkmer.mv64e.mtb.PerformanceStatus>
        Specified by:
        getById in interface EcogMapper
        Parameters:
        id - The patient id of the procedure data set
        Returns:
        The loaded data set