Uses of Class
com.oc_p9.patient_service.model.Patient
Packages that use Patient
-
Uses of Patient in com.oc_p9.patient_service.mapper
Methods in com.oc_p9.patient_service.mapper that return PatientMethods in com.oc_p9.patient_service.mapper with parameters of type Patient -
Uses of Patient in com.oc_p9.patient_service.service
Methods in com.oc_p9.patient_service.service that return PatientModifier and TypeMethodDescriptionPatientService.getPatient
(int id) Retourne un patient grâce à son ID.PatientService.savePatient
(Patient patient) Enregistre un nouveau patient.PatientService.updatedPatient
(int id, Patient updatePatient) Met à jour un patient existant grâce à son ID.Methods in com.oc_p9.patient_service.service that return types with arguments of type PatientModifier and TypeMethodDescriptionPatientService.getAllPatient()
Retourne la liste de tous les patients.Methods in com.oc_p9.patient_service.service with parameters of type PatientModifier and TypeMethodDescriptionPatientService.savePatient
(Patient patient) Enregistre un nouveau patient.PatientService.updatedPatient
(int id, Patient updatePatient) Met à jour un patient existant grâce à son ID.