public class ScreeningStatusResponse
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private PatientDetails |
patient |
private ScreeningStatus |
screeningStatus |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ScreeningStatusResponse() |
| Modifier and Type | Method and Description |
|---|---|
PatientDetails |
getPatient() |
ScreeningStatus |
getScreeningStatus() |
void |
setPatient(PatientDetails patient) |
void |
setScreeningStatus(ScreeningStatus screeningStatus) |
private static final long serialVersionUID
private PatientDetails patient
private ScreeningStatus screeningStatus
public PatientDetails getPatient()
public void setPatient(PatientDetails patient)
public ScreeningStatus getScreeningStatus()
public void setScreeningStatus(ScreeningStatus screeningStatus)