Update Generate Comment @author
Perbaikan author untuk salman
This commit is contained in:
parent
fd167a927d
commit
593613a753
@ -14,7 +14,7 @@ import com.jasamedika.medifirst2000.vo.ListTanggalCutiVO;
|
||||
/**
|
||||
* Converter class between Jabatan and JabatanVO
|
||||
*
|
||||
* @author Salman
|
||||
* @author salmanoe
|
||||
*/
|
||||
@Component
|
||||
public class ListTanggalCutiConverter implements BaseVoConverter<ListTanggalCutiVO, ListTanggalCuti> {
|
||||
|
||||
@ -14,7 +14,7 @@ import com.jasamedika.medifirst2000.vo.PlanningPegawaiStatusVO;
|
||||
/**
|
||||
* Converter class between PlanningPegawaiStatus and PlanningPegawaiStatusVO
|
||||
*
|
||||
* @author Salman
|
||||
* @author salmanoe
|
||||
*/
|
||||
@Component
|
||||
public class PlanningPegawaiStatusConverter implements BaseVoConverter<PlanningPegawaiStatusVO, PlanningPegawaiStatus> {
|
||||
|
||||
@ -14,7 +14,7 @@ import com.jasamedika.medifirst2000.vo.StatusPegawaiVO;
|
||||
/**
|
||||
* Converter class between Jabatan and JabatanVO
|
||||
*
|
||||
* @author Salman
|
||||
* @author salmanoe
|
||||
*/
|
||||
@Component
|
||||
public class StatusPegawaiConverter implements BaseVoConverter<StatusPegawaiVO, StatusPegawai> {
|
||||
|
||||
@ -10,7 +10,7 @@ import org.springframework.stereotype.Repository;
|
||||
import com.jasamedika.medifirst2000.entities.CatatanPerkembanganPasienTerintegrasi;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Oct 21, 2021
|
||||
*/
|
||||
@Repository("cpptDao")
|
||||
|
||||
@ -6,7 +6,7 @@ import org.springframework.stereotype.Repository;
|
||||
import com.jasamedika.medifirst2000.entities.DepartemenToUnitKerja;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Dec 2, 2021
|
||||
*/
|
||||
@Repository("departemenToUnitKerjaDao")
|
||||
|
||||
@ -11,7 +11,7 @@ import org.springframework.stereotype.Repository;
|
||||
import com.jasamedika.medifirst2000.entities.PelayananNakes;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Oct 18, 2021
|
||||
*/
|
||||
@Repository("pelayananNakesDao")
|
||||
|
||||
@ -14,7 +14,7 @@ import org.springframework.stereotype.Repository;
|
||||
import com.jasamedika.medifirst2000.entities.ProdukNakes;
|
||||
|
||||
/**
|
||||
* @author Lasak
|
||||
* @author salmanoe
|
||||
*
|
||||
*/
|
||||
@Repository("produkNakesDao")
|
||||
|
||||
@ -11,7 +11,7 @@ import org.springframework.stereotype.Repository;
|
||||
import com.jasamedika.medifirst2000.entities.ProdukPerawat;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Oct 8, 2021
|
||||
*/
|
||||
@Repository("produkPerawat")
|
||||
|
||||
@ -9,7 +9,7 @@ import org.springframework.stereotype.Repository;
|
||||
import com.jasamedika.medifirst2000.entities.Profesi;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Oct 8, 2021
|
||||
*/
|
||||
@Repository("profesiDao")
|
||||
|
||||
@ -8,7 +8,7 @@ import com.jasamedika.medifirst2000.entities.SkoringTindakanMedis;
|
||||
import com.jasamedika.medifirst2000.vo.ReferensiSkorAnestesiVO;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Nov 23, 2021
|
||||
*/
|
||||
public interface SkoringTindakanMedisDaoCustom extends CoreDao<SkoringTindakanMedis> {
|
||||
|
||||
@ -14,7 +14,7 @@ import com.jasamedika.medifirst2000.util.CommonUtil;
|
||||
import com.jasamedika.medifirst2000.vo.ReferensiSkorAnestesiVO;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Nov 23, 2021
|
||||
*/
|
||||
@Repository
|
||||
|
||||
@ -9,7 +9,7 @@ import com.jasamedika.medifirst2000.entities.CatatanPerkembanganPasienTerintegra
|
||||
import com.jasamedika.medifirst2000.vo.CatatanPerkembanganPasienTerintegrasiVO;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Oct 21, 2021
|
||||
*/
|
||||
public interface CatatanPerkembanganPasienTerintegrasiService
|
||||
|
||||
@ -9,7 +9,7 @@ import com.jasamedika.medifirst2000.exception.ServiceVOException;
|
||||
import com.jasamedika.medifirst2000.vo.IndeksKinerjaDokterVO;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Nov 29, 2021
|
||||
*/
|
||||
public interface IndeksKinerjaDokterService extends BaseVoService<IndeksKinerjaDokter, IndeksKinerjaDokterVO, String> {
|
||||
|
||||
@ -9,7 +9,7 @@ import com.jasamedika.medifirst2000.entities.PelayananNakes;
|
||||
import com.jasamedika.medifirst2000.vo.PelayananNakesVO;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Oct 18, 2021
|
||||
*/
|
||||
public interface PelayananNakesService extends BaseVoService<PelayananNakes, PelayananNakesVO, String> {
|
||||
|
||||
@ -12,7 +12,7 @@ import com.jasamedika.medifirst2000.entities.ProdukNakes;
|
||||
import com.jasamedika.medifirst2000.vo.ProdukNakesVO;
|
||||
|
||||
/**
|
||||
* @author Lasak
|
||||
* @author salmanoe
|
||||
*
|
||||
*/
|
||||
public interface ProdukNakesService extends BaseVoService<ProdukNakes, ProdukNakesVO, Integer> {
|
||||
|
||||
@ -9,7 +9,7 @@ import com.jasamedika.medifirst2000.entities.ProdukPerawat;
|
||||
import com.jasamedika.medifirst2000.vo.ProdukPerawatVO;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Oct 8, 2021
|
||||
*/
|
||||
public interface ProdukPerawatService extends BaseVoService<ProdukPerawat, ProdukPerawatVO, Integer> {
|
||||
|
||||
@ -8,7 +8,7 @@ import com.jasamedika.medifirst2000.entities.Profesi;
|
||||
import com.jasamedika.medifirst2000.vo.ProfesiVO;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Oct 8, 2021
|
||||
*/
|
||||
public interface ProfesiService extends BaseVoService<Profesi, ProfesiVO, Integer> {
|
||||
|
||||
@ -44,7 +44,7 @@ import com.jasamedika.medifirst2000.vo.RuanganVO;
|
||||
import com.jasamedika.medifirst2000.vo.custom.CpptDokterVo;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Oct 21, 2021
|
||||
*/
|
||||
@Service("cpptService")
|
||||
@ -197,7 +197,7 @@ public class CatatanPerkembanganPasienTerintegrasiServiceImpl extends BaseVoServ
|
||||
}
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Nov 15, 2021
|
||||
* @param idKsm
|
||||
* id kelompok staf medik
|
||||
@ -229,7 +229,7 @@ public class CatatanPerkembanganPasienTerintegrasiServiceImpl extends BaseVoServ
|
||||
}
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Nov 12, 2021
|
||||
* @param idKsm
|
||||
* id kelompok staf medik
|
||||
|
||||
@ -23,7 +23,7 @@ import com.jasamedika.medifirst2000.vo.SubUnitKerjaPegawaiVO;
|
||||
import com.jasamedika.medifirst2000.vo.UnitKerjaPegawaiVO;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Nov 29, 2021
|
||||
*/
|
||||
@Service("indeksKinerjaDokterService")
|
||||
|
||||
@ -26,7 +26,7 @@ import com.jasamedika.medifirst2000.vo.PelayananNakesVO;
|
||||
import com.jasamedika.medifirst2000.vo.ProdukNakesVO;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Oct 18, 2021
|
||||
*/
|
||||
@Service("pelayananNakesService")
|
||||
|
||||
@ -20,7 +20,7 @@ import com.jasamedika.medifirst2000.vo.ProdukNakesVO;
|
||||
import com.jasamedika.medifirst2000.vo.ProfesiVO;
|
||||
|
||||
/**
|
||||
* @author Lasak
|
||||
* @author salmanoe
|
||||
*
|
||||
*/
|
||||
@Service("produkNakesService")
|
||||
|
||||
@ -18,7 +18,7 @@ import com.jasamedika.medifirst2000.util.CommonUtil;
|
||||
import com.jasamedika.medifirst2000.vo.ProdukPerawatVO;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Oct 8, 2021
|
||||
*/
|
||||
@Service("produkPerawatService")
|
||||
|
||||
@ -17,7 +17,7 @@ import com.jasamedika.medifirst2000.util.CommonUtil;
|
||||
import com.jasamedika.medifirst2000.vo.ProfesiVO;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Oct 8, 2021
|
||||
*/
|
||||
@Service("profesiService")
|
||||
|
||||
@ -14,7 +14,7 @@ import com.jasamedika.medifirst2000.base.BaseTransaction;
|
||||
import com.jasamedika.medifirst2000.helper.Caption;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Oct 19, 2021
|
||||
*/
|
||||
@Entity
|
||||
|
||||
@ -15,7 +15,7 @@ import com.jasamedika.medifirst2000.base.BaseActive;
|
||||
import com.jasamedika.medifirst2000.helper.Caption;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Dec 2, 2021
|
||||
*/
|
||||
@Entity
|
||||
|
||||
@ -16,7 +16,7 @@ import com.jasamedika.medifirst2000.base.BaseTransaction;
|
||||
import com.jasamedika.medifirst2000.helper.Caption;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Nov 29, 2021
|
||||
*/
|
||||
@Entity
|
||||
|
||||
@ -15,7 +15,7 @@ import com.jasamedika.medifirst2000.base.BaseTransaction;
|
||||
import com.jasamedika.medifirst2000.helper.Caption;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Oct 18, 2021
|
||||
*/
|
||||
@Entity
|
||||
|
||||
@ -6,7 +6,7 @@ import com.jasamedika.medifirst2000.base.vo.BaseTransactionVO;
|
||||
import com.jasamedika.medifirst2000.helper.Caption;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Oct 21, 2021
|
||||
*/
|
||||
public class CatatanPerkembanganPasienTerintegrasiVO extends BaseTransactionVO {
|
||||
|
||||
@ -6,7 +6,7 @@ import com.jasamedika.medifirst2000.base.vo.BaseTransactionVO;
|
||||
import com.jasamedika.medifirst2000.helper.Caption;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Nov 29, 2021
|
||||
*/
|
||||
public class IndeksKinerjaDokterVO extends BaseTransactionVO {
|
||||
|
||||
@ -14,7 +14,7 @@ import com.jasamedika.medifirst2000.helper.Caption;
|
||||
/**
|
||||
* class Pegawai
|
||||
*
|
||||
* @author Salman
|
||||
* @author salmanoe
|
||||
*/
|
||||
public class PegawaiVO_ extends BaseMasterVO {
|
||||
// private Pegawai pegawai;
|
||||
|
||||
@ -6,7 +6,7 @@ import com.jasamedika.medifirst2000.base.vo.BaseTransactionVO;
|
||||
import com.jasamedika.medifirst2000.helper.Caption;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Oct 18, 2021
|
||||
*/
|
||||
public class PelayananNakesVO extends BaseTransactionVO {
|
||||
|
||||
@ -3,7 +3,7 @@ package com.jasamedika.medifirst2000.vo;
|
||||
import com.jasamedika.medifirst2000.helper.Caption;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Nov 24, 2021
|
||||
*/
|
||||
public class ReferensiSkorAnestesiVO {
|
||||
|
||||
@ -5,7 +5,7 @@ import java.util.Date;
|
||||
import com.jasamedika.medifirst2000.helper.Caption;
|
||||
|
||||
/**
|
||||
* @author ITI-14
|
||||
* @author salmanoe
|
||||
* @since Nov 5, 2021
|
||||
*/
|
||||
public class SkorDokterVO {
|
||||
|
||||
@ -6,7 +6,7 @@ package com.jasamedika.medifirst2000.vo.custom;
|
||||
import com.jasamedika.medifirst2000.helper.Caption;
|
||||
|
||||
/**
|
||||
* @author Lasak
|
||||
* @author salmanoe
|
||||
*
|
||||
*/
|
||||
public class CpptDokterVo {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user