Uses of Enum Class
com.mirna.hospitalmanagementapi.domain.enums.ReasonCancellation
Packages that use ReasonCancellation
Package
Description
-
Uses of ReasonCancellation in com.mirna.hospitalmanagementapi.domain.dtos.consultation
Methods in com.mirna.hospitalmanagementapi.domain.dtos.consultation that return ReasonCancellationModifier and TypeMethodDescription@NotNull ReasonCancellationConsultationCanceledDTO.reasonCancellation()Returns the value of thereasonCancellationrecord component.Constructors in com.mirna.hospitalmanagementapi.domain.dtos.consultation with parameters of type ReasonCancellationModifierConstructorDescriptionConsultationCanceledDTO(@NotNull Long consultationId, @NotNull ReasonCancellation reasonCancellation) Creates an instance of aConsultationCanceledDTOrecord class. -
Uses of ReasonCancellation in com.mirna.hospitalmanagementapi.domain.entities
Methods in com.mirna.hospitalmanagementapi.domain.entities that return ReasonCancellationModifier and TypeMethodDescriptionConsultation.getReasonCancellation()Returns the reason of consultation cancellationMethods in com.mirna.hospitalmanagementapi.domain.entities with parameters of type ReasonCancellationModifier and TypeMethodDescriptionvoidConsultation.setReasonCancellation(ReasonCancellation reasonCancellation) Sets the reason of consultation cancellation -
Uses of ReasonCancellation in com.mirna.hospitalmanagementapi.domain.enums
Methods in com.mirna.hospitalmanagementapi.domain.enums that return ReasonCancellationModifier and TypeMethodDescriptionstatic ReasonCancellationReturns the enum constant of this class with the specified name.static ReasonCancellation[]ReasonCancellation.values()Returns an array containing the constants of this enum class, in the order they are declared.