Uses of Class
com.MedilaboSolutions.note.dto.NoteDto
Packages that use NoteDto
Package
Description
-
Uses of NoteDto in com.MedilaboSolutions.note.controller
Methods in com.MedilaboSolutions.note.controller that return types with arguments of type NoteDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<SuccessResponse<NoteDto>> NoteController.createNote
(@Valid NoteRequestDto noteDto) org.springframework.http.ResponseEntity
<SuccessResponse<List<NoteDto>>> NoteController.getNoteByPatientId
(Long patId, String correlationId) -
Uses of NoteDto in com.MedilaboSolutions.note.mapper
Methods in com.MedilaboSolutions.note.mapper that return NoteDtoMethods in com.MedilaboSolutions.note.mapper with parameters of type NoteDto -
Uses of NoteDto in com.MedilaboSolutions.note.service
Methods in com.MedilaboSolutions.note.service that return NoteDtoMethods in com.MedilaboSolutions.note.service that return types with arguments of type NoteDto