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

      • getById

        @NullMarked
        public java.util.List<dev.pcvolkmer.mv64e.mtb.SystemicTherapy> getById​(int id)
        Description copied from interface: DataMapper
        Loads a data set from database and maps it into destination data type
        Specified by:
        getById in interface DataMapper<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