Uses of Record Class
com.mirna.hospitalmanagementapi.domain.dtos.patient.PatientPublicDataDTO
Packages that use PatientPublicDataDTO
Package
Description
-
Uses of PatientPublicDataDTO in com.mirna.hospitalmanagementapi.application.services
Methods in com.mirna.hospitalmanagementapi.application.services that return types with arguments of type PatientPublicDataDTOModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<PatientPublicDataDTO>PatientServiceImpl.findPatients(org.springframework.data.domain.Pageable pageable) Finds patients from the database. -
Uses of PatientPublicDataDTO in com.mirna.hospitalmanagementapi.domain.services
Methods in com.mirna.hospitalmanagementapi.domain.services that return types with arguments of type PatientPublicDataDTOModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<PatientPublicDataDTO>PatientService.findPatients(org.springframework.data.domain.Pageable pageable) Retrieves a paginated sublist of doctors.