Hi,
( I am new on OutSystem.)
I am working on Hospital Management project.
Can you please help me on how to schedule a meeting between doctor and patient.
I need help like DB schema, Action, Screen and all event related. means full details start to end.
There are multiple doctor and patient. Patient select doctor as per their symptom and schedule the meeting for diagnose.
Hi Vivek,
Your application is in a domain where the entity model has been made so many times.
If you google "Doctor appointment entity diagram" you get plenty of example entity models that you can get inspired from. For example:
https://sites.google.com/site/tenjinsite/reference/oracle/crows-foot
The forum is here to help you develop the application, not to build the application for you.
If you need help with DB schema, Action, Screen and all event-related full details start to end, you basically ask someone to help you to do the complete project for you. For that you will either need to find a freelance OutSystems developer, or an OutSystems partner to help you.
As you mention you are new to OutSystems, the best thing you can do right now is invest time in understanding how you can develop applications with OutSystems. For that is the free learn site of OutSystems:https://www.outsystems.com/learn/paths/ choose one of the guided paths that start learning all the concepts of OutSystems. The trainings are for free, and they are fun to do.
Regards,
Daniel
Daniël Kuhlmann wrote:
Hi Daniel,
I am looking some simple example not a high level just to schedule a meeting as per calendar. A simpler way as like POC if I am done with poc then looking depth and higher. So please help me like that. Thanks.
The diagram I shared is simple, if you want to make it more simple only keep the doctor, appointment, and patient entity.
Create them in OutSystems, and scaffold the screens for the entities, then you are already on track with your POC.
But I state again, when you are new to OutSystems, to achieve good results you first need to learn the basic concepts of OutSystems.
Thanks for your concern. But its going good if there is any example that's already created using OutSystem, It would be so helpful for me. (and I have learned all basic concepts). _Thanks
On the OutSystems Forge I could not quickly find a sample application that you can use.
Happy to read you understand the basic OutSystems concepts, so you know how to create the 3 entities, and how to create the screens to build your application. I suggest the following tasks:
If you try this and run into problems, you can share your .oml file here and I will try to help you fix the problem.