How do I write a script to help patients book appointments at a hospital? Java would be preferred, but other languages ​​are also acceptable.

Recommended Answers

All 2 Replies

For the USA you find out you have to call back next year.
In the VA system, you wait in a very long line.

May you reside in a nicer country.

commented: That's harsh - it's only January! +0

Before jumping into code, it’s worth clarifying scope and constraints: booking hospital appointments usually means dealing with authentication, patient data (HIPAA/GDPR), and integration with existing systems. A good starting point could be a simple web app + REST API (Java + Spring Boot) that handles availability and requests, then later integrates with real hospital systems via APIs rather than trying to automate calls or queues.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.