You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! I'm excited to share with you my Medical Clinic Management System. This lovely project helps manage our medical clinic with style and efficiency! Built with Java and a beautiful Swing GUI interface in NetBeans IDE. Let's make healthcare management more beautiful and organized together! 🌸
ClinicaUNA is a JavaFX application that allows managing medical records and appointments for a clinic. It uses web services to connect to a Payara application server and an Oracle 21c XE database. It is a multilingual application that supports Spanish and English.
A computer program is needed to manage the information from a group of patients being treated at different clinics in the city. For each patient, the application must store a numeric code that is unique (76527, for example), a name ("Mariana Chacon), the name of the clinic to which was referred the patient ("Hospital Reina Sofía"), the patient m…