Uses of Class
com.mirna.hospitalmanagementapi.domain.entities.Patient
Packages that use Patient
Package
Description
-
Uses of Patient in com.mirna.hospitalmanagementapi.application.services
Methods in com.mirna.hospitalmanagementapi.application.services that return PatientModifier and TypeMethodDescriptionPatientServiceImpl.addPatient(PatientDTO patientDTO) Adds a new patient to the database.PatientServiceImpl.deactivatePatient(Long id) Deactivates an existing patient record by provided idPatientServiceImpl.findPatientById(Long id) Finds a stored patient by id.PatientServiceImpl.updatePatient(PatientUpdatedDataDTO patientUpdatedDataDTO) Updates an existing patient record -
Uses of Patient in com.mirna.hospitalmanagementapi.application.usecase.patient
Methods in com.mirna.hospitalmanagementapi.application.usecase.patient that return PatientModifier and TypeMethodDescriptionExecutes the findById method from Patient repositoryExecutes the save method from Patient repositoryMethods in com.mirna.hospitalmanagementapi.application.usecase.patient that return types with arguments of type PatientModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Patient>FindPatientsUseCase.execute(org.springframework.data.domain.Pageable pageable) Executes the findDoctorsByActiveTrue method from Patient repositoryMethods in com.mirna.hospitalmanagementapi.application.usecase.patient with parameters of type Patient -
Uses of Patient in com.mirna.hospitalmanagementapi.domain.dtos.patient
Constructors in com.mirna.hospitalmanagementapi.domain.dtos.patient with parameters of type Patient -
Uses of Patient in com.mirna.hospitalmanagementapi.domain.entities
Methods in com.mirna.hospitalmanagementapi.domain.entities that return PatientMethods in com.mirna.hospitalmanagementapi.domain.entities with parameters of type PatientModifier and TypeMethodDescriptionvoidConsultation.setPatient(Patient patient) Sets the patient.Constructors in com.mirna.hospitalmanagementapi.domain.entities with parameters of type PatientModifierConstructorDescriptionConsultation(Patient patient, Doctor doctor, LocalDateTime consultationDate) Constructor for class Consultation -
Uses of Patient in com.mirna.hospitalmanagementapi.domain.repositories
Methods in com.mirna.hospitalmanagementapi.domain.repositories that return types with arguments of type PatientModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Patient>PatientRepository.findPatientsByActiveTrue(org.springframework.data.domain.Pageable pageable) -
Uses of Patient in com.mirna.hospitalmanagementapi.domain.services
Methods in com.mirna.hospitalmanagementapi.domain.services that return PatientModifier and TypeMethodDescriptionPatientService.addPatient(PatientDTO patientDTO) Adds a new patient to the repository.PatientService.deactivatePatient(Long id) Deactivates an existing patient record by provided idPatientService.findPatientById(Long id) Finds a stored patient by id.PatientService.updatePatient(PatientUpdatedDataDTO patientUpdatedDataDTO) Updates an existing patient record