I want to create a doctor appointment application, which would be the best approach to set his working schedule? [closed] - database

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Each doctor should have it´s own working schedule, Monday, Tuesday, ..., and the working hours, time slots of half an hour.
I´m kind of lost on how design the tables and related them.

The standard design could be like :
Doctors(id,name,specialization,...)
Patients(id,name,birthdate,.....)
Calendar(doc_id,pat_id,startDate,endDate,subject,....)

Related

Programming Coded UI Tests from Scratch [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am looking to write automated tests in VSTS 2010 using Coded UI.
When i searched for some resources i found most of them about recording tests.
What i want to do is write tests like what we write in Selenium / Watin.
Are there any resources that would help me with api reference?

Calculate tide table [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I develop software that shows the tide table for a given area and day.
I need to know the "formula" to calculate the tide table of an area for a given day.
My intention is to develop the application in PHP, but I really do not care programming language, because once you know how to calculate the tide table, and what can I implement in any language.
Thanks for the help.
Greetings!.
Took me like 5min of searching:
http://tides.mobilegeographics.com/locations/854.html
tidal information (#the end of the table)
http://ocean.peterbrueggeman.com/tidepredict.html
http://www.weathercharts.org/
Maybe it helps you out.
NOTE: You don't have to get an API. You can just steal any data from a HTML source with DOM. I am doing this with some EU databases too... Maybe not too legal, but who cares...

Collabrative Embedded C programming projects [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Looking for embedded C projects where I can work with group or individuals. My goal is to keep skills current while honing and learning new skills and techniques.
You could try using Arduino, it seems to have a big community worldwide.

Google +1 (plusone) custom button [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
This has been covered a great deal and seems to have mixed answers. I would like to implement my own text (not image) for the +1 button.
This is what I am trying to implement, is it possible?
Possible, maybe, but not covered by the Google +1 button policy:
Publishers may not alter or obfuscate the +1 Button ...

Is there a script to create Magento models? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Can you provide a script to create Magento models, which also supports external database connections (which connect to something other than the primary Magento database)?
Sure. Go here: http://www.magentocommerce.com/wiki/intelligent_model_wizard
Dustin Oprea

Resources