Patient Medical Form

aps-patient-data

overview_0

This is a JavaFX application that allows users to fill out a form with their medical information and submit it. The application supports multiple languages, including English, French, German, and Spanish. Languages

Installation

Clone the repository to your local machine. Open the project in your favorite Java IDE. Build the project and run the application. Usage Fill out the form with your medical information. Select the language you prefer from the language menu. Click the "Submit" button to save your data and clear the form. An alert will show up confirming your submission. Localization


The application supports the following languages:

English (default)
French
German
Spanish


To add new languages or update the translations, modify the corresponding .properties files in the src/main/resources folder.

DE_German ES_Spanish FR_French


  • QR Code to scan: DE_QRCode

  • Data fetched from the QR Code: Scanned_out

Contributions

| Contributions are welcome! Feel free to open a pull request or file an issue if you find a bug or have a feature request.