Uses of Record Class
com.mirna.hospitalmanagementapi.domain.dtos.consultation.ConsultationDTO
Packages that use ConsultationDTO
Package
Description
-
Uses of ConsultationDTO in com.mirna.hospitalmanagementapi.application.controllers
Methods in com.mirna.hospitalmanagementapi.application.controllers with parameters of type ConsultationDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>ConsultationController.postConsultation(@Valid ConsultationDTO consultationDTO) Post method to create a new Consultation object based on the provided DTO. -
Uses of ConsultationDTO in com.mirna.hospitalmanagementapi.application.services
Methods in com.mirna.hospitalmanagementapi.application.services with parameters of type ConsultationDTOModifier and TypeMethodDescriptionConsultationServiceImpl.addConsultation(ConsultationDTO consultationDTO) Adds a new consultation to the repository. -
Uses of ConsultationDTO in com.mirna.hospitalmanagementapi.domain.services
Methods in com.mirna.hospitalmanagementapi.domain.services with parameters of type ConsultationDTOModifier and TypeMethodDescriptionConsultationService.addConsultation(ConsultationDTO consultationDTO) Adds a new consultation to the repository.