Uses of Record Class
com.mirna.hospitalmanagementapi.domain.dtos.patient.PatientUpdatedDataDTO
Packages that use PatientUpdatedDataDTO
Package
Description
-
Uses of PatientUpdatedDataDTO in com.mirna.hospitalmanagementapi.application.controllers
Methods in com.mirna.hospitalmanagementapi.application.controllers with parameters of type PatientUpdatedDataDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>PatientController.putPatient(@Valid PatientUpdatedDataDTO patientUpdatedDataDTO) Put method to update a existing patient record by provided ID -
Uses of PatientUpdatedDataDTO in com.mirna.hospitalmanagementapi.application.services
Methods in com.mirna.hospitalmanagementapi.application.services with parameters of type PatientUpdatedDataDTOModifier and TypeMethodDescriptionPatientServiceImpl.updatePatient(PatientUpdatedDataDTO patientUpdatedDataDTO) Updates an existing patient record -
Uses of PatientUpdatedDataDTO in com.mirna.hospitalmanagementapi.domain.services
Methods in com.mirna.hospitalmanagementapi.domain.services with parameters of type PatientUpdatedDataDTOModifier and TypeMethodDescriptionPatientService.updatePatient(PatientUpdatedDataDTO patientUpdatedDataDTO) Updates an existing patient record