Update Generate Comment @author

Perbaikan author untuk salman
This commit is contained in:
Salman Manoe 2021-12-21 12:57:51 +07:00
parent fd167a927d
commit 593613a753
34 changed files with 36 additions and 36 deletions

View File

@ -14,7 +14,7 @@ import com.jasamedika.medifirst2000.vo.ListTanggalCutiVO;
/** /**
* Converter class between Jabatan and JabatanVO * Converter class between Jabatan and JabatanVO
* *
* @author Salman * @author salmanoe
*/ */
@Component @Component
public class ListTanggalCutiConverter implements BaseVoConverter<ListTanggalCutiVO, ListTanggalCuti> { public class ListTanggalCutiConverter implements BaseVoConverter<ListTanggalCutiVO, ListTanggalCuti> {

View File

@ -14,7 +14,7 @@ import com.jasamedika.medifirst2000.vo.PlanningPegawaiStatusVO;
/** /**
* Converter class between PlanningPegawaiStatus and PlanningPegawaiStatusVO * Converter class between PlanningPegawaiStatus and PlanningPegawaiStatusVO
* *
* @author Salman * @author salmanoe
*/ */
@Component @Component
public class PlanningPegawaiStatusConverter implements BaseVoConverter<PlanningPegawaiStatusVO, PlanningPegawaiStatus> { public class PlanningPegawaiStatusConverter implements BaseVoConverter<PlanningPegawaiStatusVO, PlanningPegawaiStatus> {

View File

@ -14,7 +14,7 @@ import com.jasamedika.medifirst2000.vo.StatusPegawaiVO;
/** /**
* Converter class between Jabatan and JabatanVO * Converter class between Jabatan and JabatanVO
* *
* @author Salman * @author salmanoe
*/ */
@Component @Component
public class StatusPegawaiConverter implements BaseVoConverter<StatusPegawaiVO, StatusPegawai> { public class StatusPegawaiConverter implements BaseVoConverter<StatusPegawaiVO, StatusPegawai> {

View File

@ -10,7 +10,7 @@ import org.springframework.stereotype.Repository;
import com.jasamedika.medifirst2000.entities.CatatanPerkembanganPasienTerintegrasi; import com.jasamedika.medifirst2000.entities.CatatanPerkembanganPasienTerintegrasi;
/** /**
* @author ITI-14 * @author salmanoe
* @since Oct 21, 2021 * @since Oct 21, 2021
*/ */
@Repository("cpptDao") @Repository("cpptDao")

View File

@ -6,7 +6,7 @@ import org.springframework.stereotype.Repository;
import com.jasamedika.medifirst2000.entities.DepartemenToUnitKerja; import com.jasamedika.medifirst2000.entities.DepartemenToUnitKerja;
/** /**
* @author ITI-14 * @author salmanoe
* @since Dec 2, 2021 * @since Dec 2, 2021
*/ */
@Repository("departemenToUnitKerjaDao") @Repository("departemenToUnitKerjaDao")

View File

@ -11,7 +11,7 @@ import org.springframework.stereotype.Repository;
import com.jasamedika.medifirst2000.entities.PelayananNakes; import com.jasamedika.medifirst2000.entities.PelayananNakes;
/** /**
* @author ITI-14 * @author salmanoe
* @since Oct 18, 2021 * @since Oct 18, 2021
*/ */
@Repository("pelayananNakesDao") @Repository("pelayananNakesDao")

View File

@ -14,7 +14,7 @@ import org.springframework.stereotype.Repository;
import com.jasamedika.medifirst2000.entities.ProdukNakes; import com.jasamedika.medifirst2000.entities.ProdukNakes;
/** /**
* @author Lasak * @author salmanoe
* *
*/ */
@Repository("produkNakesDao") @Repository("produkNakesDao")

View File

@ -11,7 +11,7 @@ import org.springframework.stereotype.Repository;
import com.jasamedika.medifirst2000.entities.ProdukPerawat; import com.jasamedika.medifirst2000.entities.ProdukPerawat;
/** /**
* @author ITI-14 * @author salmanoe
* @since Oct 8, 2021 * @since Oct 8, 2021
*/ */
@Repository("produkPerawat") @Repository("produkPerawat")

View File

@ -9,7 +9,7 @@ import org.springframework.stereotype.Repository;
import com.jasamedika.medifirst2000.entities.Profesi; import com.jasamedika.medifirst2000.entities.Profesi;
/** /**
* @author ITI-14 * @author salmanoe
* @since Oct 8, 2021 * @since Oct 8, 2021
*/ */
@Repository("profesiDao") @Repository("profesiDao")

View File

@ -8,7 +8,7 @@ import com.jasamedika.medifirst2000.entities.SkoringTindakanMedis;
import com.jasamedika.medifirst2000.vo.ReferensiSkorAnestesiVO; import com.jasamedika.medifirst2000.vo.ReferensiSkorAnestesiVO;
/** /**
* @author ITI-14 * @author salmanoe
* @since Nov 23, 2021 * @since Nov 23, 2021
*/ */
public interface SkoringTindakanMedisDaoCustom extends CoreDao<SkoringTindakanMedis> { public interface SkoringTindakanMedisDaoCustom extends CoreDao<SkoringTindakanMedis> {

View File

@ -14,7 +14,7 @@ import com.jasamedika.medifirst2000.util.CommonUtil;
import com.jasamedika.medifirst2000.vo.ReferensiSkorAnestesiVO; import com.jasamedika.medifirst2000.vo.ReferensiSkorAnestesiVO;
/** /**
* @author ITI-14 * @author salmanoe
* @since Nov 23, 2021 * @since Nov 23, 2021
*/ */
@Repository @Repository

View File

@ -9,7 +9,7 @@ import com.jasamedika.medifirst2000.entities.CatatanPerkembanganPasienTerintegra
import com.jasamedika.medifirst2000.vo.CatatanPerkembanganPasienTerintegrasiVO; import com.jasamedika.medifirst2000.vo.CatatanPerkembanganPasienTerintegrasiVO;
/** /**
* @author ITI-14 * @author salmanoe
* @since Oct 21, 2021 * @since Oct 21, 2021
*/ */
public interface CatatanPerkembanganPasienTerintegrasiService public interface CatatanPerkembanganPasienTerintegrasiService

View File

@ -9,7 +9,7 @@ import com.jasamedika.medifirst2000.exception.ServiceVOException;
import com.jasamedika.medifirst2000.vo.IndeksKinerjaDokterVO; import com.jasamedika.medifirst2000.vo.IndeksKinerjaDokterVO;
/** /**
* @author ITI-14 * @author salmanoe
* @since Nov 29, 2021 * @since Nov 29, 2021
*/ */
public interface IndeksKinerjaDokterService extends BaseVoService<IndeksKinerjaDokter, IndeksKinerjaDokterVO, String> { public interface IndeksKinerjaDokterService extends BaseVoService<IndeksKinerjaDokter, IndeksKinerjaDokterVO, String> {

View File

@ -9,7 +9,7 @@ import com.jasamedika.medifirst2000.entities.PelayananNakes;
import com.jasamedika.medifirst2000.vo.PelayananNakesVO; import com.jasamedika.medifirst2000.vo.PelayananNakesVO;
/** /**
* @author ITI-14 * @author salmanoe
* @since Oct 18, 2021 * @since Oct 18, 2021
*/ */
public interface PelayananNakesService extends BaseVoService<PelayananNakes, PelayananNakesVO, String> { public interface PelayananNakesService extends BaseVoService<PelayananNakes, PelayananNakesVO, String> {

View File

@ -12,7 +12,7 @@ import com.jasamedika.medifirst2000.entities.ProdukNakes;
import com.jasamedika.medifirst2000.vo.ProdukNakesVO; import com.jasamedika.medifirst2000.vo.ProdukNakesVO;
/** /**
* @author Lasak * @author salmanoe
* *
*/ */
public interface ProdukNakesService extends BaseVoService<ProdukNakes, ProdukNakesVO, Integer> { public interface ProdukNakesService extends BaseVoService<ProdukNakes, ProdukNakesVO, Integer> {

View File

@ -9,7 +9,7 @@ import com.jasamedika.medifirst2000.entities.ProdukPerawat;
import com.jasamedika.medifirst2000.vo.ProdukPerawatVO; import com.jasamedika.medifirst2000.vo.ProdukPerawatVO;
/** /**
* @author ITI-14 * @author salmanoe
* @since Oct 8, 2021 * @since Oct 8, 2021
*/ */
public interface ProdukPerawatService extends BaseVoService<ProdukPerawat, ProdukPerawatVO, Integer> { public interface ProdukPerawatService extends BaseVoService<ProdukPerawat, ProdukPerawatVO, Integer> {

View File

@ -8,7 +8,7 @@ import com.jasamedika.medifirst2000.entities.Profesi;
import com.jasamedika.medifirst2000.vo.ProfesiVO; import com.jasamedika.medifirst2000.vo.ProfesiVO;
/** /**
* @author ITI-14 * @author salmanoe
* @since Oct 8, 2021 * @since Oct 8, 2021
*/ */
public interface ProfesiService extends BaseVoService<Profesi, ProfesiVO, Integer> { public interface ProfesiService extends BaseVoService<Profesi, ProfesiVO, Integer> {

View File

@ -44,7 +44,7 @@ import com.jasamedika.medifirst2000.vo.RuanganVO;
import com.jasamedika.medifirst2000.vo.custom.CpptDokterVo; import com.jasamedika.medifirst2000.vo.custom.CpptDokterVo;
/** /**
* @author ITI-14 * @author salmanoe
* @since Oct 21, 2021 * @since Oct 21, 2021
*/ */
@Service("cpptService") @Service("cpptService")
@ -197,7 +197,7 @@ public class CatatanPerkembanganPasienTerintegrasiServiceImpl extends BaseVoServ
} }
/** /**
* @author ITI-14 * @author salmanoe
* @since Nov 15, 2021 * @since Nov 15, 2021
* @param idKsm * @param idKsm
* id kelompok staf medik * id kelompok staf medik
@ -229,7 +229,7 @@ public class CatatanPerkembanganPasienTerintegrasiServiceImpl extends BaseVoServ
} }
/** /**
* @author ITI-14 * @author salmanoe
* @since Nov 12, 2021 * @since Nov 12, 2021
* @param idKsm * @param idKsm
* id kelompok staf medik * id kelompok staf medik

View File

@ -23,7 +23,7 @@ import com.jasamedika.medifirst2000.vo.SubUnitKerjaPegawaiVO;
import com.jasamedika.medifirst2000.vo.UnitKerjaPegawaiVO; import com.jasamedika.medifirst2000.vo.UnitKerjaPegawaiVO;
/** /**
* @author ITI-14 * @author salmanoe
* @since Nov 29, 2021 * @since Nov 29, 2021
*/ */
@Service("indeksKinerjaDokterService") @Service("indeksKinerjaDokterService")

View File

@ -26,7 +26,7 @@ import com.jasamedika.medifirst2000.vo.PelayananNakesVO;
import com.jasamedika.medifirst2000.vo.ProdukNakesVO; import com.jasamedika.medifirst2000.vo.ProdukNakesVO;
/** /**
* @author ITI-14 * @author salmanoe
* @since Oct 18, 2021 * @since Oct 18, 2021
*/ */
@Service("pelayananNakesService") @Service("pelayananNakesService")

View File

@ -20,7 +20,7 @@ import com.jasamedika.medifirst2000.vo.ProdukNakesVO;
import com.jasamedika.medifirst2000.vo.ProfesiVO; import com.jasamedika.medifirst2000.vo.ProfesiVO;
/** /**
* @author Lasak * @author salmanoe
* *
*/ */
@Service("produkNakesService") @Service("produkNakesService")

View File

@ -18,7 +18,7 @@ import com.jasamedika.medifirst2000.util.CommonUtil;
import com.jasamedika.medifirst2000.vo.ProdukPerawatVO; import com.jasamedika.medifirst2000.vo.ProdukPerawatVO;
/** /**
* @author ITI-14 * @author salmanoe
* @since Oct 8, 2021 * @since Oct 8, 2021
*/ */
@Service("produkPerawatService") @Service("produkPerawatService")

View File

@ -17,7 +17,7 @@ import com.jasamedika.medifirst2000.util.CommonUtil;
import com.jasamedika.medifirst2000.vo.ProfesiVO; import com.jasamedika.medifirst2000.vo.ProfesiVO;
/** /**
* @author ITI-14 * @author salmanoe
* @since Oct 8, 2021 * @since Oct 8, 2021
*/ */
@Service("profesiService") @Service("profesiService")

View File

@ -14,7 +14,7 @@ import com.jasamedika.medifirst2000.base.BaseTransaction;
import com.jasamedika.medifirst2000.helper.Caption; import com.jasamedika.medifirst2000.helper.Caption;
/** /**
* @author ITI-14 * @author salmanoe
* @since Oct 19, 2021 * @since Oct 19, 2021
*/ */
@Entity @Entity

View File

@ -15,7 +15,7 @@ import com.jasamedika.medifirst2000.base.BaseActive;
import com.jasamedika.medifirst2000.helper.Caption; import com.jasamedika.medifirst2000.helper.Caption;
/** /**
* @author ITI-14 * @author salmanoe
* @since Dec 2, 2021 * @since Dec 2, 2021
*/ */
@Entity @Entity

View File

@ -16,7 +16,7 @@ import com.jasamedika.medifirst2000.base.BaseTransaction;
import com.jasamedika.medifirst2000.helper.Caption; import com.jasamedika.medifirst2000.helper.Caption;
/** /**
* @author ITI-14 * @author salmanoe
* @since Nov 29, 2021 * @since Nov 29, 2021
*/ */
@Entity @Entity

View File

@ -15,7 +15,7 @@ import com.jasamedika.medifirst2000.base.BaseTransaction;
import com.jasamedika.medifirst2000.helper.Caption; import com.jasamedika.medifirst2000.helper.Caption;
/** /**
* @author ITI-14 * @author salmanoe
* @since Oct 18, 2021 * @since Oct 18, 2021
*/ */
@Entity @Entity

View File

@ -6,7 +6,7 @@ import com.jasamedika.medifirst2000.base.vo.BaseTransactionVO;
import com.jasamedika.medifirst2000.helper.Caption; import com.jasamedika.medifirst2000.helper.Caption;
/** /**
* @author ITI-14 * @author salmanoe
* @since Oct 21, 2021 * @since Oct 21, 2021
*/ */
public class CatatanPerkembanganPasienTerintegrasiVO extends BaseTransactionVO { public class CatatanPerkembanganPasienTerintegrasiVO extends BaseTransactionVO {

View File

@ -6,7 +6,7 @@ import com.jasamedika.medifirst2000.base.vo.BaseTransactionVO;
import com.jasamedika.medifirst2000.helper.Caption; import com.jasamedika.medifirst2000.helper.Caption;
/** /**
* @author ITI-14 * @author salmanoe
* @since Nov 29, 2021 * @since Nov 29, 2021
*/ */
public class IndeksKinerjaDokterVO extends BaseTransactionVO { public class IndeksKinerjaDokterVO extends BaseTransactionVO {

View File

@ -14,7 +14,7 @@ import com.jasamedika.medifirst2000.helper.Caption;
/** /**
* class Pegawai * class Pegawai
* *
* @author Salman * @author salmanoe
*/ */
public class PegawaiVO_ extends BaseMasterVO { public class PegawaiVO_ extends BaseMasterVO {
// private Pegawai pegawai; // private Pegawai pegawai;

View File

@ -6,7 +6,7 @@ import com.jasamedika.medifirst2000.base.vo.BaseTransactionVO;
import com.jasamedika.medifirst2000.helper.Caption; import com.jasamedika.medifirst2000.helper.Caption;
/** /**
* @author ITI-14 * @author salmanoe
* @since Oct 18, 2021 * @since Oct 18, 2021
*/ */
public class PelayananNakesVO extends BaseTransactionVO { public class PelayananNakesVO extends BaseTransactionVO {

View File

@ -3,7 +3,7 @@ package com.jasamedika.medifirst2000.vo;
import com.jasamedika.medifirst2000.helper.Caption; import com.jasamedika.medifirst2000.helper.Caption;
/** /**
* @author ITI-14 * @author salmanoe
* @since Nov 24, 2021 * @since Nov 24, 2021
*/ */
public class ReferensiSkorAnestesiVO { public class ReferensiSkorAnestesiVO {

View File

@ -5,7 +5,7 @@ import java.util.Date;
import com.jasamedika.medifirst2000.helper.Caption; import com.jasamedika.medifirst2000.helper.Caption;
/** /**
* @author ITI-14 * @author salmanoe
* @since Nov 5, 2021 * @since Nov 5, 2021
*/ */
public class SkorDokterVO { public class SkorDokterVO {

View File

@ -6,7 +6,7 @@ package com.jasamedika.medifirst2000.vo.custom;
import com.jasamedika.medifirst2000.helper.Caption; import com.jasamedika.medifirst2000.helper.Caption;
/** /**
* @author Lasak * @author salmanoe
* *
*/ */
public class CpptDokterVo { public class CpptDokterVo {