Update AntrianPasienDiPeriksaVO.java
Penambahan tglmasuk di dto antrian pasien diperiksa
This commit is contained in:
parent
fa7b127992
commit
26e6742699
@ -59,6 +59,9 @@ public class AntrianPasienDiPeriksaVO extends BaseTransactionVO {
|
|||||||
@Caption(value = "Tanggal Registrasi")
|
@Caption(value = "Tanggal Registrasi")
|
||||||
private Date tglRegistrasi;
|
private Date tglRegistrasi;
|
||||||
|
|
||||||
|
@Caption(value = "Tanggal Masuk")
|
||||||
|
private Date tglMasuk;
|
||||||
|
|
||||||
@Caption(value = "Tanggal Dipanggil Suster")
|
@Caption(value = "Tanggal Dipanggil Suster")
|
||||||
private Date tglDipanggilSuster;
|
private Date tglDipanggilSuster;
|
||||||
|
|
||||||
@ -199,6 +202,14 @@ public class AntrianPasienDiPeriksaVO extends BaseTransactionVO {
|
|||||||
this.tglRegistrasi = tglRegistrasi;
|
this.tglRegistrasi = tglRegistrasi;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Date getTglMasuk() {
|
||||||
|
return tglMasuk;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setTglMasuk(Date tglMasuk) {
|
||||||
|
this.tglMasuk = tglMasuk;
|
||||||
|
}
|
||||||
|
|
||||||
public Date getTglDipanggilSuster() {
|
public Date getTglDipanggilSuster() {
|
||||||
return tglDipanggilSuster;
|
return tglDipanggilSuster;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user