Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addPatient(PatientDTO) - Method in class com.oc_p9.patient_service.controller.PatientController
- adressePostale - Variable in class com.oc_p9.patient_service.dto.PatientDTO
- adressePostale - Variable in class com.oc_p9.patient_service.model.Patient
C
- com.oc_p9.patient_service - package com.oc_p9.patient_service
- com.oc_p9.patient_service.controller - package com.oc_p9.patient_service.controller
- com.oc_p9.patient_service.dto - package com.oc_p9.patient_service.dto
- com.oc_p9.patient_service.exception - package com.oc_p9.patient_service.exception
- com.oc_p9.patient_service.mapper - package com.oc_p9.patient_service.mapper
- com.oc_p9.patient_service.model - package com.oc_p9.patient_service.model
- com.oc_p9.patient_service.repository - package com.oc_p9.patient_service.repository
- com.oc_p9.patient_service.service - package com.oc_p9.patient_service.service
D
- dateDeNaissance - Variable in class com.oc_p9.patient_service.dto.PatientDTO
- dateDeNaissance - Variable in class com.oc_p9.patient_service.model.Patient
G
- genre - Variable in class com.oc_p9.patient_service.dto.PatientDTO
- genre - Variable in class com.oc_p9.patient_service.model.Patient
- getAllPatient() - Method in class com.oc_p9.patient_service.service.PatientService
-
Retourne la liste de tous les patients.
- getPatient(int) - Method in class com.oc_p9.patient_service.service.PatientService
-
Retourne un patient grâce à son ID.
- getPatientById(int) - Method in class com.oc_p9.patient_service.controller.PatientController
- getPatients() - Method in class com.oc_p9.patient_service.controller.PatientController
- GlobalExceptionHandler - Class in com.oc_p9.patient_service.exception
- GlobalExceptionHandler() - Constructor for class com.oc_p9.patient_service.exception.GlobalExceptionHandler
H
- handleGeneric(Exception) - Method in class com.oc_p9.patient_service.exception.GlobalExceptionHandler
- handlePatientNotFound(PatientNotFoundException) - Method in class com.oc_p9.patient_service.exception.GlobalExceptionHandler
- handleValidation(MethodArgumentNotValidException) - Method in class com.oc_p9.patient_service.exception.GlobalExceptionHandler
I
- id - Variable in class com.oc_p9.patient_service.dto.PatientDTO
- id - Variable in class com.oc_p9.patient_service.model.Patient
- INSTANCE - Static variable in interface com.oc_p9.patient_service.mapper.PatientMapper
M
- main(String[]) - Static method in class com.oc_p9.patient_service.PatientServiceApplication
N
- nom - Variable in class com.oc_p9.patient_service.dto.PatientDTO
- nom - Variable in class com.oc_p9.patient_service.model.Patient
P
- Patient - Class in com.oc_p9.patient_service.model
- Patient() - Constructor for class com.oc_p9.patient_service.model.Patient
- PatientController - Class in com.oc_p9.patient_service.controller
- PatientController() - Constructor for class com.oc_p9.patient_service.controller.PatientController
- PatientDTO - Class in com.oc_p9.patient_service.dto
- PatientDTO() - Constructor for class com.oc_p9.patient_service.dto.PatientDTO
- patientMapper - Variable in class com.oc_p9.patient_service.controller.PatientController
- PatientMapper - Interface in com.oc_p9.patient_service.mapper
- PatientNotFoundException - Exception in com.oc_p9.patient_service.exception
- PatientNotFoundException(String) - Constructor for exception com.oc_p9.patient_service.exception.PatientNotFoundException
- patientRepository - Variable in class com.oc_p9.patient_service.service.PatientService
- PatientRepository - Interface in com.oc_p9.patient_service.repository
- patientService - Variable in class com.oc_p9.patient_service.controller.PatientController
- PatientService - Class in com.oc_p9.patient_service.service
-
Service pour gérer les opérations liées aux patients.
- PatientService() - Constructor for class com.oc_p9.patient_service.service.PatientService
- PatientServiceApplication - Class in com.oc_p9.patient_service
- PatientServiceApplication() - Constructor for class com.oc_p9.patient_service.PatientServiceApplication
- prenom - Variable in class com.oc_p9.patient_service.dto.PatientDTO
- prenom - Variable in class com.oc_p9.patient_service.model.Patient
S
- savePatient(Patient) - Method in class com.oc_p9.patient_service.service.PatientService
-
Enregistre un nouveau patient.
T
- telephone - Variable in class com.oc_p9.patient_service.dto.PatientDTO
- telephone - Variable in class com.oc_p9.patient_service.model.Patient
- toDto(Patient) - Method in interface com.oc_p9.patient_service.mapper.PatientMapper
- toEntity(PatientDTO) - Method in interface com.oc_p9.patient_service.mapper.PatientMapper
U
- updatedPatient(int, Patient) - Method in class com.oc_p9.patient_service.service.PatientService
-
Met à jour un patient existant grâce à son ID.
- updatePatient(int, PatientDTO) - Method in class com.oc_p9.patient_service.controller.PatientController
All Classes and Interfaces|All Packages|Serialized Form