Class PatientService
java.lang.Object
com.MedilaboSolutions.patient.service.PatientService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(PatientRequestDto patientDto) void
deleteById
(Long id) findAll()
update
(long id, PatientRequestDto patientDto) void
updateEarlyOnsetMailSent
(Long id, boolean mailSent)
-
Constructor Details
-
PatientService
public PatientService()
-
-
Method Details
-
findAll
-
findById
-
create
-
update
-
deleteById
-
updateEarlyOnsetMailSent
-