How to create a database for a health care client [closed] - python

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 days ago.
Improve this question
Creating a database app
So a small health clinic wants me to create a healthcare database that will have easy to read interface that is used to store and looking patient information (name, DOB, gender, home address, contact info, date of membership/visit, diagnoses, and visit histories)
Firstly
what would be the easiest way to approach this customer’s request
Secondly
how much should I charge for this request? It’s going to be two of us on this project.
I’m still talking to the customer, and they do not know EXACTLY what they want besides those following requirements nor do they have a set budget as they want me to set the pricing for building the database.

Related

Write Program to rearrange admit card Roll No wise [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 days ago.
Improve this question
I have a long pdf of Grade 6th student's admit card.All admit card merged in single file. These admit card have details like roll no, name, father name, mother name, adress etc corresponding to each student in pdf file without any serial but i want to arrange these admit card in Roll Number wise. Can you help me to solve this problem by using python program.
I want to create a java Android app or python program.

How to show history of customer's orders in restaurnant ordering system [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 months ago.
Improve this question
I am working on a project of making restaurant ordering system using basic concepts of python. I need to put a logic to store every ordered item of customer and show his order history.
I am beginner at programming so, i not able to think of a logic yet. Please help
How about a Person class that has a variable of type list named orders.
Now you can append the orders list with an item if a person orders something.

How can I store licence key in server database and take that in python [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
How can I store a license key database for my paid software in python and then when users has the license key the software key will check the license key in server's database and if it find ones then the software opens and then when one year is past by then the license key will expire
I have looked at some examples on the net have come to the conclusion that python is not a great programming language to build software such as this so i am going to do that in JAVA.
Well as far as I know you have one possibilty to do this well with python, and that would be having a server store keys, because python code is very open so you cannot save it locally. especially storing locally that it is valid for one year will pretty easily be 'hacked', so just do so on database on a server.

it is possible to use python code to create automatically a gmail account? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I want to develop a program that can create automatically a gmail account with the use of python.
Is it possible?
If you're looking for a disposable email address, look for such a service with a public API (eg. temp mail). Then use http.client or Python Requests to interact with that API.
If your goal is to create spam or ghost accounts - don't. These services are aimed at quality assurance, ie. testing email services.

How can I create a client side database [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
How can I create a client side database to store information of users on client side. Does anybody know of any tutorials or pointers? Which is the recommended database to use? My client is in .js and uses Django framework.
What you are asking for is called Web Storage and is part of HTML5.
http://diveintohtml5.info/storage.html
http://www.gwtproject.org/doc/latest/DevGuideHtml5Storage.html
However, many times when people SAY they need a client-side database, I ask them the details and it turns out that they don't really need client side storage at all, so proceed with caution.

Categories

Resources