Uses of Class
com.oc_p9.patient_service.dto.PatientDTO
Packages that use PatientDTO
-
Uses of PatientDTO in com.oc_p9.patient_service.controller
Methods in com.oc_p9.patient_service.controller that return types with arguments of type PatientDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PatientDTO>
PatientController.addPatient
(@Valid PatientDTO patientDto) org.springframework.http.ResponseEntity<PatientDTO>
PatientController.getPatientById
(int id) org.springframework.http.ResponseEntity<List<PatientDTO>>
PatientController.getPatients()
org.springframework.http.ResponseEntity<PatientDTO>
PatientController.updatePatient
(int id, @Valid PatientDTO dto) Methods in com.oc_p9.patient_service.controller with parameters of type PatientDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PatientDTO>
PatientController.addPatient
(@Valid PatientDTO patientDto) org.springframework.http.ResponseEntity<PatientDTO>
PatientController.updatePatient
(int id, @Valid PatientDTO dto) -
Uses of PatientDTO in com.oc_p9.patient_service.mapper
Methods in com.oc_p9.patient_service.mapper that return PatientDTOMethods in com.oc_p9.patient_service.mapper with parameters of type PatientDTO