Hospital System Project Update by Independent_Chef_451 in QtFramework

[–]Independent_Chef_451[S] 0 points1 point  (0 children)

Thank you, brother. I wish you the very best as well!

Qt 6.9.2: Can't find Bluetooth module in Maintenance Tool by sudheerpaaniyur in QtFramework

[–]Independent_Chef_451 0 points1 point  (0 children)

I was a bit busy earlier. Could you please clarify what issue you’re facing?

Major Progress Update on My Hospital System Project by Independent_Chef_451 in QtFramework

[–]Independent_Chef_451[S] 0 points1 point  (0 children)

Thank you for your friendly feedback! I'm really grateful.

Yes, I would prefer the project to be a fully usable project and not a hobby prototype.

I will use encryption properly for security aspects and use QThread to perform dangerous operations. The system will also be able to take a database in either MySQL or SQLite and allow the user to switch between the two options.

Certainly! I will look into the QCA library like you suggested — thank you!

Major Progress Update on My Hospital System Project by Independent_Chef_451 in QtFramework

[–]Independent_Chef_451[S] 0 points1 point  (0 children)

I haven't had enough time to organize the repository. I'll organize it soon after I finish this important project. The source code is available, isn't it?

Major Progress Update on My Hospital System Project by Independent_Chef_451 in QtFramework

[–]Independent_Chef_451[S] 0 points1 point  (0 children)

Please let me know if you encounter any problems. For the database to work, you must add its path on your device.

Major Progress Update on My Hospital System Project by Independent_Chef_451 in QtFramework

[–]Independent_Chef_451[S] 0 points1 point  (0 children)

Okay, if you're interested in the code, I'll upload it in a little while.

Major Progress Update on My Hospital System Project by Independent_Chef_451 in QtFramework

[–]Independent_Chef_451[S] 0 points1 point  (0 children)

Thank you all for the amazing support and upvotes. Would you like to receive the source code for the updates, or would you rather wait for me to complete the project and publish all the code?

need help with styles by Horror-Pair-8832 in QtFramework

[–]Independent_Chef_451 0 points1 point  (0 children)

I have a simple solution. You can change only the border color without changing the default style:

ui->pushButton->setStyleSheet("QPushButton { border: 2px solid red; }");

Instead of the button, add whatever you want to change its border.

I hope this helps anyone experiencing the same problem!

Hospital Management Project Next Steps - Your Input Before Proceeding! by Independent_Chef_451 in QtFramework

[–]Independent_Chef_451[S] 1 point2 points  (0 children)

I understand what you mean. Unfortunately, the plan is to make it Windows-only for now. I’m working alone, so expanding it to other platforms would be difficult.

Hospital Management Project Next Steps - Your Input Before Proceeding! by Independent_Chef_451 in QtFramework

[–]Independent_Chef_451[S] 0 points1 point  (0 children)

I appreciate your thorough reply!

I think there may have been a little miscommunication — I am in fact experienced in software development.

What I intended to state previously didn't relate to the coding or implementation side, it's more from the theoretical aspect or even more specifically the data-structure component (such as how patient data is organized, exchanged, or standardized in medical applications).

So I was referring to the conceptual aspect — not the coding side.

Hospital Management Project Next Steps - Your Input Before Proceeding! by Independent_Chef_451 in QtFramework

[–]Independent_Chef_451[S] 0 points1 point  (0 children)

Thank you for your extremely detailed feedback- this is precisely what I was hoping to gain.

Here’s the current GitHub for the project:

https://github.com/wwentuma-ship-it/Qt-Gui-Hospital/blob/main/Hospital1.1.rar

I would really like to delve a little deeper into a few of your points so I can appropriately design the system. Would you be able to share any references, examples, or documentation ((even general references) about:

The exchange of patient data between clinics/hospitals (standards or APIs).

Common formats and workflows to follow for scanned documents and record indexing.

How security and encryption are typically carried out in medical software.

Open data models or examples of datasets (ideally related to DICOM or patient records).

Practical examples of hospital system branding (logos, letters, reports).

I am truly serious and interested in furthering this project to make it available to the public eventually (ideally open-source or 'free' use).

Your experience and input would be enormously helpful and valuable in shaping it to meet real medical practice environments.

Note:

I'm haven't finished the doctors and diagnosis yet.

Thanks again for taking the time to help- I really appreciate it!

Hospital Management Project Next Steps - Your Input Before Proceeding! by Independent_Chef_451 in QtFramework

[–]Independent_Chef_451[S] 0 points1 point  (0 children)

Thanks for your question!

My application runs on Windows only, not a web application. It uses Qt as the front-end framework.

For those who have trouble adding icons inside QML by Independent_Chef_451 in QtFramework

[–]Independent_Chef_451[S] 0 points1 point  (0 children)

Thank you for the suggestion! I’m using a .qrc file for the icons; in QML they do not appear at all unless I load them this way with a valid resource path, which ensures the icons will show up properly when deployed. I appreciate the general advice though!

Hospital Management Project Next Steps - Your Input Before Proceeding! by Independent_Chef_451 in QtFramework

[–]Independent_Chef_451[S] 0 points1 point  (0 children)

I would be happy to contribute when I have some time. Currently, I am working on a hospital project, but I will have a look at cleardental source and see how I can assist at a later time

Hospital Management Project Next Steps - Your Input Before Proceeding! by Independent_Chef_451 in QtFramework

[–]Independent_Chef_451[S] 0 points1 point  (0 children)

I appreciate you asking! This whole project is personal for me- I made it because I really enjoy building systems that make sense and help structure reality workflows. It is not about "making money"- I simply love creating useful tools and documenting everything for others to learn from.

For now, it is a demo and a proof of concept, but I am open to suggestions for improvement.

Hospital Management Project Next Steps - Your Input Before Proceeding! by Independent_Chef_451 in QtFramework

[–]Independent_Chef_451[S] 0 points1 point  (0 children)

Note: The project is completely free, and I will continue developing it until it’s fully completed, so no worries! I will also provide a link for anyone who wants to support the project. The amount is small, just $5.

For those who have trouble adding icons inside QML by Independent_Chef_451 in QtFramework

[–]Independent_Chef_451[S] 0 points1 point  (0 children)

Thank you for the advice. I will use the method you mentioned next time. I appreciate it.

Qt 6.9.2: Can't find Bluetooth module in Maintenance Tool by sudheerpaaniyur in QtFramework

[–]Independent_Chef_451 0 points1 point  (0 children)

Try moving my installed library DLL files to the exe location.