Uses of Enum Class
com.mirna.hospitalmanagementapi.domain.enums.Specialty
Packages that use Specialty
Package
Description
-
Uses of Specialty in com.mirna.hospitalmanagementapi.domain.dtos
Methods in com.mirna.hospitalmanagementapi.domain.dtos that return SpecialtyModifier and TypeMethodDescription@NotNull(message="speciality cannot be null") @Valid SpecialtyDoctorDTO.specialty()Returns the value of thespecialtyrecord component.Constructors in com.mirna.hospitalmanagementapi.domain.dtos with parameters of type SpecialtyModifierConstructorDescriptionDoctorDTO(@NotBlank(message="name cannot be blank") String name, @NotBlank(message="email cannot be blank") @Email(message="invalid format for email") String email, @NotBlank(message="crm cannot be blank") @Pattern(regexp="\\d{4,6}",message="invalid format for crm") String crm, @NotBlank(message="telephone cannot be blank") String telephone, @NotNull(message="speciality cannot be null") @Valid Specialty specialty, @NotNull(message="address cannot be null") @Valid AddressDTO address) Creates an instance of aDoctorDTOrecord class. -
Uses of Specialty in com.mirna.hospitalmanagementapi.domain.entities
Methods in com.mirna.hospitalmanagementapi.domain.entities that return SpecialtyMethods in com.mirna.hospitalmanagementapi.domain.entities with parameters of type SpecialtyModifier and TypeMethodDescriptionvoidDoctor.setSpecialty(Specialty specialty) Sets the specialty -
Uses of Specialty in com.mirna.hospitalmanagementapi.domain.enums
Methods in com.mirna.hospitalmanagementapi.domain.enums that return Specialty