Update RuanganServiceImpl.java
Perbaikan dinamisnya definisi daftar departemen rajal untuk bpjs
This commit is contained in:
parent
4219f7c1b1
commit
5a0e6fbcfe
@ -35,7 +35,6 @@ public class Master {
|
|||||||
public static final Integer[] ALL_DEPARTEMEN_MEDIS = { 3, 16, 18, 24, 25, 26, 27, 28, 35 };
|
public static final Integer[] ALL_DEPARTEMEN_MEDIS = { 3, 16, 18, 24, 25, 26, 27, 28, 35 };
|
||||||
public static final Integer[] GRUP_RAWAT_INAP = { 16, 25, 26, 35 };
|
public static final Integer[] GRUP_RAWAT_INAP = { 16, 25, 26, 35 };
|
||||||
public static final Integer[] GRUP_RAWAT_JALAN = { 3, 18, 24, 27, 28 };
|
public static final Integer[] GRUP_RAWAT_JALAN = { 3, 18, 24, 27, 28 };
|
||||||
public static final Integer[] GRUP_RAJAL_BPJS = { 18, 28 };
|
|
||||||
public static final Integer[] KARCIS = { 18, 24, 28 };
|
public static final Integer[] KARCIS = { 18, 24, 28 };
|
||||||
|
|
||||||
public static final Integer IGD = 24;
|
public static final Integer IGD = 24;
|
||||||
|
|||||||
@ -423,7 +423,8 @@ public class RuanganServiceImpl extends BaseVoServiceImpl implements RuanganServ
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<Map<String, Object>> findRajalBPJS() {
|
public List<Map<String, Object>> findRajalBPJS() {
|
||||||
List<Map<String, Object>> result = ruanganDao.findRajalBPJS(Arrays.asList(Master.Departemen.GRUP_RAJAL_BPJS));
|
List<Integer> listDeptRajalBpjs = splitDataSettingDatafixed("rajal_bpjs");
|
||||||
|
List<Map<String, Object>> result = ruanganDao.findRajalBPJS(listDeptRajalBpjs);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user