public class PatientQueryResponseDTO extends Object
| Constructor and Description |
|---|
PatientQueryResponseDTO() |
| Modifier and Type | Method and Description |
|---|---|
List<PatientVisitSearchDTO> |
getPatients() |
int |
getTotalCount() |
void |
setPatients(List<PatientVisitSearchDTO> patients) |
void |
setTotalCount(int totalCount) |
public int getTotalCount()
public void setTotalCount(int totalCount)
public List<PatientVisitSearchDTO> getPatients()
public void setPatients(List<PatientVisitSearchDTO> patients)
Copyright © 2021. All rights reserved.