Update entity pelayanan pasien
Penambahan data flag batal paket
This commit is contained in:
parent
97822a01e1
commit
9b39370b8d
@ -16,7 +16,7 @@ import java.util.Set;
|
||||
@Entity
|
||||
@Table(name = "PelayananPasien_T")
|
||||
public class PelayananPasien extends MedicalRecordTransaction {
|
||||
private static final long serialVersionUID = 5037498494890582092L;
|
||||
private static final long serialVersionUID = -5867257233768979688L;
|
||||
|
||||
@ManyToOne(fetch = FetchType.LAZY)
|
||||
@JoinColumn(name = "Generik")
|
||||
@ -262,4 +262,6 @@ public class PelayananPasien extends MedicalRecordTransaction {
|
||||
private String voucherPaketId;
|
||||
|
||||
private Boolean isPaket;
|
||||
|
||||
private Boolean isBatalPaket;
|
||||
}
|
||||
@ -1,23 +1,16 @@
|
||||
package com.jasamedika.medifirst2000.vo;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
||||
import javax.persistence.CascadeType;
|
||||
import javax.persistence.Column;
|
||||
import javax.persistence.FetchType;
|
||||
import javax.persistence.JoinColumn;
|
||||
import javax.persistence.ManyToOne;
|
||||
import javax.persistence.OneToMany;
|
||||
import javax.validation.constraints.NotNull;
|
||||
|
||||
import com.jasamedika.medifirst2000.entities.SatuanStandar;
|
||||
import com.jasamedika.medifirst2000.helper.Caption;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
import javax.persistence.*;
|
||||
import javax.validation.constraints.NotNull;
|
||||
import java.util.Date;
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
public class PelayananPasienVO extends MedicalRecordTransactionVO {
|
||||
@ -170,4 +163,7 @@ public class PelayananPasienVO extends MedicalRecordTransactionVO {
|
||||
private String voucherPaketId;
|
||||
|
||||
private Boolean isPaket;
|
||||
|
||||
private Boolean isBatalPaket;
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user