Class PatientDTO

java.lang.Object
com.oc_p9.patient_service.dto.PatientDTO

public class PatientDTO extends Object
  • Field Details

    • id

      private String id
    • nom

      @NotBlank private @NotBlank String nom
    • prenom

      @NotBlank private @NotBlank String prenom
    • dateDeNaissance

      @NotNull private @NotNull LocalDate dateDeNaissance
    • genre

      @NotBlank private @NotBlank String genre
    • adressePostale

      private String adressePostale
    • telephone

      private String telephone
  • Constructor Details

    • PatientDTO

      public PatientDTO()