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.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.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.findPatientById(Long id) Finds a stored patient by id.PatientService.updatePatient(PatientUpdatedDataDTO patientUpdatedDataDTO) Updates an existing patient record