Uses of Record Class
com.mirna.hospitalmanagementapi.domain.dtos.consultation.ConsultationCanceledDTO
Packages that use ConsultationCanceledDTO
Package
Description
-
Uses of ConsultationCanceledDTO in com.mirna.hospitalmanagementapi.application.controllers
Methods in com.mirna.hospitalmanagementapi.application.controllers with parameters of type ConsultationCanceledDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>ConsultationController.deleteConsultation(@Valid ConsultationCanceledDTO consultationCanceledDTO) Delete method to update a new Consultation object based on the provided DTO. -
Uses of ConsultationCanceledDTO in com.mirna.hospitalmanagementapi.application.services
Methods in com.mirna.hospitalmanagementapi.application.services with parameters of type ConsultationCanceledDTOModifier and TypeMethodDescriptionConsultationServiceImpl.cancelConsultation(ConsultationCanceledDTO consultationCanceledDTO) Cancels and updates an existing query in the repository -
Uses of ConsultationCanceledDTO in com.mirna.hospitalmanagementapi.domain.services
Methods in com.mirna.hospitalmanagementapi.domain.services with parameters of type ConsultationCanceledDTOModifier and TypeMethodDescriptionConsultationService.cancelConsultation(ConsultationCanceledDTO consultationCanceledDTO) Cancels and updates an existing query in the repository