Repeating the name when adding more than one piece of information to the same name

I have a group of patients and for each patient I have to enter his health and social status, but when I enter more than one case for the same patient, he repeats the patient’s name in the main table
How can I prevent that? I want the patient’s name to be repeated only in the home page, and the rest of the information has a finished table

If you configured “JOIN” statement on the list page, then that is your issue. Please read MySQL Joins (w3schools.com) and MySQL :: MySQL 8.0 Reference Manual :: 13.2.13.2 JOIN Clause to learn more and know the right “JOIN” statement to use.