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. -
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 with parameters of type Patient -
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.