elder
Apr 17 2006, 09:40 AM
I'm a dental surgeon and work in a dental office in Israel. We have in Israel three major dental office menagement softwares. None of them is suficiant enough and some of them realy suck. The price of the softwares is very high and you get almost nothing for this price. Two of the programs are ACESS based and the other is FIREBIRD DB based. I've decided to create my own program. When it is perfect, I'll maybe sell it. I have no knowledge with databases and never even seen one. I'm a fast learner and weeling to learn from scratch. I have some requierments from the software: 1. Light weight - the program shouldnt' overload and put pressure on the clients computer. 2. As little mouse clicks as possible - the dentist that works with the software should easly navigate between windows. 3. complients to all OS (XP, MAc, Linux etc.) The program must contain: 1. Patients database which includes their address and medical records 2. Dentists database - if more than one doctor works in the clinic, all doctors should work with the program smuthly. 3. Calendar database with all the appointments of the patients and doctors. There should be some web interface for patients to schedule their appointments online. 4. Inventory database - which automaticaly updates wuth every treatment that patients undergoes. 5. Treatment database - which treatment did the patient undergo. 6. option to SMS patient and remind him of his schedualed appointment. 7. option to syncronize calendar with PDA. And here comes the question: Which database is most reccomended fro creating such software? MySQL? Oracle? Ms-SQL? Firebird? or maybe I don't need a database program at all? please give me your honest opinion
Reply
carny gal
Apr 17 2006, 01:09 PM
I worked at one time for an endodontist and this is the program that we started with: Dental SoftwareIt is still relatively inexpensive ($99USD) and includes the source code so it is easy to modify. The program is based on MS-Access but could easily be converted to another database system if you desired. I don't know what changes have been done to the software in the past 4 years or so but I did have to modify it significantly for the practice that I worked at. I added several other tables to the database and was creating an online appointment interface when I changed jobs. If you don't have experience with databases, it may be easier for you to modify this program than to start out with nothing. You will be able to easily see how the different table and screen interfaces are created and inter-relate. If you want to have an online interface for your patients to make their own appointments I would suggest converting it to MySql as it is an easy interface to learn and there is a lot of free support available online.
Reply
unimatrix
Apr 17 2006, 08:37 PM
Remember this: You can have cheap, fast, and good. Pick two. Here is the simple truth about databases and the task your looking for: any major Database is going to do the job pretty well. The key is finding the software package you need that will fit your needs, not the database it runs on. Now if the software has the option between different databases, then there are some questions to ask like: Can I get tech support for Access or *SQL easier? Will I ever have more than 100k people through my office(s)? Etc. I glanced over the program the other poster recommended, and it looks like it will fit most of your needs, however one big problem: it's designed for use in the United States. How is that a problem? Well Accounting and tax laws in the United States is not the same as in Israel. The other possible problem is that the program is written in English and I doubt it has support for Hebrew. Also possible problems with the way phone numbers are inputed, addresses and postal codes, etc.. As far as a system that meets all your demands...if you want that your going to have to hire a programmer or custom software company and have them code something for you. Especially if you want it to work in any enviroment. It will either have to be JAVA based or a web-based system hosted on an Intranet-server. Both are quite doable. Now if your willing to stick with Windows, then the problem becomes easier to solve because there are just more business programs written for windows. Likewise, you decide on OSX, then you can find something or have something developed for that platform. Now where to look: Frankly, you may have better luck with searching through European software offerings rather than American. Especially for SMS support because we don't use it in the States. Therefore, most software packages don't have it. Also, ask other dentists you know. They have to use something. And then if they all hate what they are using, contact me and I'm sure I can put a team together to create something. Sounds like to me that there is a need to be filled. (yeah, that's the International Business degree talking) Some sites to look at http://www.dentisoft.com/ - US site http://www.science.co.il/Electronics-Companies.asp - Israeli electronics companies/software companies. http://www.linuxdocs.org/HOWTOs/Medicine-HOWTO-2.html - list of Linux based applications (some including web-based solutions that any platform could use)
Reply
Chesso
Apr 18 2006, 12:58 PM
As far as database is concerned I would suggest SQLite for better general performance and less bloat. It has been awhile since I have checked up on what they have been up to so I can't really say what Operating Systems it supports but a quick google search on "SQLite" should hopefully give you all the information you need. And as stated above if you stick to Windows you will have alot less trouble on your hands and many options too boot.
Reply
elder
Apr 18 2006, 01:58 PM
I'm sorry but I think you've misunderstood the whole idea. I'm like a composer who has a song in his head and wants to give it to the world but doesn't know how to write notes. I have a pretty good idea how the software for the dental office should look like and all I need is the right tools to maek it happen. I need to learn the notes - I want to learn myself DB and use it. - I'm not interested in purchesing another software for dental office - I'm not interested in migrating or improving excisiting softare. - I'm not interested in paying to another programmer to do the job. ALL I NEED - is to decide which DB system is the best one for executing my ideas. When I now which sys tem is the most recommended i'll start learning ow to work with it = I'll write the notes myself. BTW - since almost everyone uses PC and XP over here - I think i'll stick to windows. QUOTE(unimatrix @ Apr 17 2006, 10:37 PM)  Remember this: You can have cheap, fast, and good. Pick two. Here is the simple truth about databases and the task your looking for: any major Database is going to do the job pretty well. The key is finding the software package you need that will fit your needs, not the database it runs on. Now if the software has the option between different databases, then there are some questions to ask like: Can I get tech support for Access or *SQL easier? Will I ever have more than 100k people through my office(s)? Etc. I glanced over the program the other poster recommended, and it looks like it will fit most of your needs, however one big problem: it's designed for use in the United States. How is that a problem? Well Accounting and tax laws in the United States is not the same as in Israel. The other possible problem is that the program is written in English and I doubt it has support for Hebrew. Also possible problems with the way phone numbers are inputed, addresses and postal codes, etc.. As far as a system that meets all your demands...if you want that your going to have to hire a programmer or custom software company and have them code something for you. Especially if you want it to work in any enviroment. It will either have to be JAVA based or a web-based system hosted on an Intranet-server. Both are quite doable. Now if your willing to stick with Windows, then the problem becomes easier to solve because there are just more business programs written for windows. Likewise, you decide on OSX, then you can find something or have something developed for that platform. Now where to look: Frankly, you may have better luck with searching through European software offerings rather than American. Especially for SMS support because we don't use it in the States. Therefore, most software packages don't have it. Also, ask other dentists you know. They have to use something. And then if they all hate what they are using, contact me and I'm sure I can put a team together to create something. Sounds like to me that there is a need to be filled. (yeah, that's the International Business degree talking) Some sites to look at http://www.dentisoft.com/ - US site http://www.science.co.il/Electronics-Companies.asp - Israeli electronics companies/software companies. http://www.linuxdocs.org/HOWTOs/Medicine-HOWTO-2.html - list of Linux based applications (some including web-based solutions that any platform could use)
Reply
Chesso
Apr 18 2006, 02:46 PM
I believe there is no reason why you should not look for a free or free alternative to what you require, in fact it's a smart idea business wise if you can find what you need. If majority of the target users are using a Windows based machine then yes it's much easier for you and probably much easier for them in the long run and short. I have a question though, what is the preffered way for the user to access the information? You could easily learn php and mysql and have it setup on the target machine and have it web based although that might not be what your'e looking for. Other then that I can only think of turning to programming to solve your problem which is far more difficult but is obviously gives alot more freedom. As far as the whole "less clicks as possible" thing go's that is entirely up to you, assuming you are the one writing the software.
Reply
unimatrix
Apr 19 2006, 07:25 PM
MS Access would be my first choice. It comes with a large set of tools to create a custom program from within the application. If you need more customization, then you can get a few books on Visual Basic, which is the language of choice for writing business applications. The last version VB I used was VB6 about 5 years ago and was able to do a lot of things using VB in conjuction with Access 2000. (For the record, since that time I've moved to working in an *iux enviroment [BSD server side, OSX workstation] with Perl, PHP, MySQL and PostgreSQL) Again, your likely to find more people with Access experience than any other database system. Someday any system you create is going to have to be used and supported. Anyone that takes an Office Application class has at least exposure to Access. Here in the states, Access classes are widely (and cheaply) available through junior/community colleges and there are a number of companies that offer more costly training programs. Likewise, Visual Basic can be found at many tech school/community colleges that offer night classes. In fact I learned VB in college. Took it as my Comp Sci 101 class required for my business degree. I got to take it in place of the normal "how to use Office" since I had been an Office beta tester and written a couple Excel macros back in the High School days. (yeah big computer nerd back then...not quite as much today) At first I would try creating something around the Tools built in to Access and if you can get what you want there: learn VB.Net (or whatever the latest version is these days)
Reply
elder
Apr 19 2006, 10:28 PM
If I choose to use MySQL as my DB - is it possible to create the progrram with VB? QUOTE(unimatrix @ Apr 19 2006, 09:25 PM)  MS Access would be my first choice. It comes with a large set of tools to create a custom program from within the application. If you need more customization, then you can get a few books on Visual Basic, which is the language of choice for writing business applications. The last version VB I used was VB6 about 5 years ago and was able to do a lot of things using VB in conjuction with Access 2000.
(For the record, since that time I've moved to working in an *iux enviroment [BSD server side, OSX workstation] with Perl, PHP, MySQL and PostgreSQL)
Again, your likely to find more people with Access experience than any other database system. Someday any system you create is going to have to be used and supported. Anyone that takes an Office Application class has at least exposure to Access. Here in the states, Access classes are widely (and cheaply) available through junior/community colleges and there are a number of companies that offer more costly training programs.
Likewise, Visual Basic can be found at many tech school/community colleges that offer night classes. In fact I learned VB in college. Took it as my Comp Sci 101 class required for my business degree. I got to take it in place of the normal "how to use Office" since I had been an Office beta tester and written a couple Excel macros back in the High School days. (yeah big computer nerd back then...not quite as much today)
At first I would try creating something around the Tools built in to Access and if you can get what you want there: learn VB.Net (or whatever the latest version is these days)
Reply
Chesso
Apr 19 2006, 10:48 PM
Just remember if you use Visual Basic that your clients will need the VB6 Runtime package. Borland Delphi is almost as easy to learn as Visual Basic and does not need any accompanied runtime package unless you choose to use one to reduce your executables size. There are many addons so to speak for Delphi that will allow you to interface with MySQL and other database software. If you decide to give Delphi or VB a go I or others here can recommend some learning and resources and sites to help find what you are looking for (e.g. components for accessing MySQL and information on using them). Oh and just so you know, both Visual Basic and Delphi have form designers, basically letting you *drag n drop* the look and basic functionality of your GUI which helps save development time.
Reply
yordan
Apr 25 2006, 05:47 PM
QUOTE I want to learn myself DB and use it. I'm afraid you are mixing two different think. The database is in charge of keeping the data. Most of the database systems behave the same way. the requirements you are talking about are not database requirement : they are application level requirement. You first need to write down the dental application program (probably in C++ or in Java), and ask your program to put the data inside the database. Most of the work will be done at the application program designing, coding, and testing. then, there are almost no differences when addressing to mysql or postgre or Informix or Oracle.
Reply
Latest Entries
romyo
May 17 2006, 10:07 AM
QUOTE(Chesso @ May 17 2006, 09:40 AM)  Or the equally simple Delphi which applications can be compiled stand alone, removing the need for users to have a run time library installed.
Isn't delphi compiler not so cheap? Very easy to use but not so affordable.. I guess..
Reply
Chesso
May 17 2006, 07:40 AM
Or the equally simple Delphi which applications can be compiled stand alone, removing the need for users to have a run time library installed.
Reply
Recent Queries:--
vb6 dental clinic - 2.25 hr back. (1)
-
what are the data base menagement software - 8.42 hr back. (1)
-
computer programs for dental office - 47.04 hr back. (1)
-
dentist office database - 45.01 hr back. (2)
-
what does a dental office database look like - 135.88 hr back. (1)
-
what the database is used for in a dental office - 136.01 hr back. (1)
-
dental office database - 135.76 hr back. (2)
-
what type of data to store in dental office software - 140.36 hr back. (1)
-
dental database os x - 145.19 hr back. (1)
-
menagement - 153.67 hr back. (2)
-
what types of info a dental office database should have - 168.56 hr back. (1)
-
php mysql dental sofware - 197.39 hr back. (1)
-
free dental clinic schedule database,web-base - 209.50 hr back. (1)
-
use of dental data base - 240.61 hr back. (1)
Similar Topics
Keywords : database, software, dental, office, menagement
- Free Or Opensource Database/schema Browser?
Alternatives to TOAD or PL/SQL Developer (6)
How To Understand A Database Schema
A very nice and simple tutorial (4) Yesterday while i'm seaching for a data model and database schema at the Library of Free Data
Models for a new project of a friend of mine i found there this nice and simple tutorial on How to
Understand a Database Schema . As its name says, this tutorial will help you to better understand a
Database Schema and covers the following basics topics that every Database Schema must define:
QUOTE Primary and Foreign Keys. One-to-Many and Many-to-Many Relationships. Inheritance.
"Rabbit's Ears", (Recursive relationships). The Scope of this tutorial is ....
Best Database
(13) What is the best free database if some one trying built a social networking website? And how to
operate it with dreamweaver 8?....
Some Useful Database Links.
(7) I thought I would take a moment to point the users here to some of the database resources available
for reference and learning. First I will start with actually designing the database. This site by
R937 covers the basics of database design. The author is professional database guru and a frequent
helper at the at DB forums listed below. The Library of Free Data Models is an excellent
resource for finding data models for projects you may have or as examples of well put together data
models. With around 500 data models the chances are you find something at least cl....
Database Access On Remote Server W/jsp
(0) Hello: I am new to JAVA and server-side applications and have a dumb question. I have set up
Tomcat on my machine and created a JSP program to query an Access database using a DSN-Less
connection. If I publish the page to a webserver and include the .MDB file will it work? I'm
not sure exactly what needs to be packaged with my Java application to make it work. Since I
don't have a remote server that supports .jsp I cannot really test it. I'm assuming that
JDBC driver would be bundled with my site but not sure. Thanks!....
Space Needed For Database
(10) Iam assuming the information in the databases i will create will be stored in the 500 MB space i
get, but since 500MB isn't enough iam wondering if you guys can tell me how much bytes the
following take: Varchar(x),Tinyint,Text,date,smallint,mediumint,bigint,float.... And the rest
present when you add/edit a row in a table. Also what are the ranges of tinyint,smallint,mediumint
and big int....
Mysql Database Entry By Excel Sheets
(2) Hello .. I would like to ask if i can use use Microsoft excel files in order to make entries to
mysql database. Thanks....
Mysql Database Management
(1) Hi i am new, I have a problem in understanding the query decomposition in D-DB. Can anyone help me
to understand the first question of the exercise 25.21 of Elmasri-Navath 4th edition? Consider the
following relations: BOOKS (Book#, Primary_author, Topic, Total_stock, $price) BOOKSTORE (Store#,
City, State, Zip, Inventory_value) STOCK (Store#, Book#, Qty) Consider a distributed database for a
bookstore chain called National Books with 3 sites called EAST, MIDDLE, and WEST. Consider that
BOOKS are fragmented by $price amounts into: B1:BOOK1:up to $20. B2:BOOK2:from ....
Accessing Ms Access Database From A Centralized Location?
(5) Hi I am a manager at a trading/wholesaling company (and have no programming background). I
customized the Northwind sample access database to make invoices and keep accounts for my company.
We now opening another office at a distant location. So, the order entry will be done at two
points(we plan to use the same Access database). I am not able to figure out how to access the same
MS Access database from two different location(as LAN can't be used). Moreover, we can't
afford to pay huge sums to the software developers. Can intranet or uploading the database t....
Integrate Access Database Onto Intranet Site
Looking to integrate access database into my intranet site (5) Hey guys, im new here and am looking for answers /tongue.gif" style="vertical-align:middle"
emoid=":P" border="0" alt="tongue.gif" /> Firstly, i have designed a database using M$ access, it
consists of multiple forms which i plan to host on an intranet website, i need to be able to add
records directly from the form on the intranet website aswell as being able to edit/review current
entries on forms in the database. My question is, how would i go about integrating these forms onto
the intranet website? i plan on keeping the database and the intranet site on the same d....
Database
prblem with it (1) i have free script but it is working fine on a lot of sites i tried to use it to my web site ....i
edit its config.php right and but my database name and my user name and password every thing right
and when i try to install it it gives me this error can`t connect to database please choose file
from this mobile.sql can any body help plz coz i tried huderd of times and no thing happend....
Connecting To A Remote Database
(9) I wondered if anyone here can help. I have a database on a remote server (A). I want to access it
through a php script on a different server C. I have allowed access on (A) in Cpanel - mysql dbases
- Remote Access by putting the IP address of server C The host of server (A) has also whitelisted
the IP of server C. Though I am having trouble connecting from server C which is with a different
webhost. any ideas how to get round this? I have though of SSH forwarding, but I think this can
only be used to connect a client - e.g. my pc to the remote server A. I do not ha....
Need Help In Database Auto_increment
(9) i am creating a game and i set when someone registers than he gets id...in "extra" i have set it to
be "auto_increment" but whenever new player signs up he gets number bigger than 210...(my first id
was 211,next was 212,third was 213,fourth got 214) how to set it to go from 1 to infinite? thnx....
My Sql Database Help?
(3) Ok, i am new at web design, i dont know too much about it... I was working on a website for about
a month this is what i got, My Web , like i said, i dont know much.. i used FrontPage and did all
of that, my current host is AFMU which uses MySQL, but the way it is set up I dont know how to
acquire the URL of the database or any information i dont know what it means at all.. i just want to
do a simple login feature, i mean this is my first website and i am learning so I think it would be
a great feature to add in and learn. i can create data bases from there but do n....
Database Size?
So how big is everybody's MySQL database? (10) Well I know that MySQL databases can get rather big, so I was just wondering how big everybodies
databases were? Do you have really big ones, or are they relatively small? Also what do you store in
them? (just text, or binary data as well)....
How Many Concurrent Users For Oracle Database?
This is to analyse and get perfect result for How many concurrent use (1) Hi friends, How many concurrent users can practically access the oracle database?
they say tht the figure is hundreds of thousands users...is there any exact figure? or does the
number of concurrent users depend on any other factors as wel? I think depend on parameter
1.session 2.processes session Specific connection of a user to an Oracle instance through a user
process. A session lasts from the time the user connects until the time the user disconnects or
exits the database application. Multiple sessions can be created and exist concurrently for ....
Database Programming In Vba 6.0
(1) hi , i need some sample program in database.thanks....
Need Info On Database Programming Courses
Oracle Database Programming (2) I know Database Programming on MS-ACCESS, now i am planning to go for some other Database
Programming courses, People told me to go for Oracle or VisualAge. Can anyone told me to start with
which one and how long is the course period and which one is easy and is it similar to ms access or
somthig different.....
Permission Problem With Mysql Database Creation
Please Help! (8) I seem to have a problem with accessing my database with proper permissions. I have set the my
database correctly giving my db username all priviliges yet i seem to be unable to even log on with
this username with a denied access error. Any ideas on resolving this?....
Is It A Good Practice To Store Image Or Other Binary Files Directly In A Mysql Database
(4) Hello to all of you beautifull people out there, I am new to MySQL, i just wanted to know if its a
good practice to directly store images and other binary files in a MySQL database. Any one with
help? Thanks....
What Is Maximum Capacity Of Astahost MySQL Database?
(11) I'm sorry about this topic. I'm a new user and my english is not very good. I want to learn
the max capacity of mysql db.....
Using pbpBB2 And Mediawiki Common Database
(3) I want to host phpbb2 forum and one wiki software (not sure whcih one at this point). Can someone
help me how to use a common or shared database for both these applications? The user data, login
could be common on both databases. Any inputs are appreciated. Thanks ....
What Is A Database How Do I Use One?
: Information about Databases and how to get use them efficiently (7) Hello All Let's start off by talking about what a database is and how it would be efficient
in using it. It wasn't until about a year and half ago now that I was first introduced to this
new age of Database. I discovered a lot of neat things and even learned about databases the very
long way. A database is exactly how it sounds its data that has a base. The base being the place
where you store all your data. If you have ever been to a library perhaps you have used the Index to
search for an author, this is a database of authors. Ever seen a rolodex on someo....
MySQL Output Database Question
(18) I am new to MySql and have just created a database after using a script. My problem is not the
script, but what it says about putting it into the output file. I cant figure out the right terms
to put it in, I keep getting errors. I try using; SELECT*FROM 'database name' WHERE
'location' but it isnt working. I'm lost with this stuff, I really am. Can someone
please help me out?....
Database Program With GUI
(14) I am looking for a program to create SQL databases through a GUI to simplify it, the only things i
can seem to find are command prompt things and i can't work with them. I like MS access and
would like something similar to that if possible. I am working with windows at the moment can anyone
recommend a program i can use (preferably free) Many thanks....
The Best Database
What do you think is the best database? (48) Ive been planning to create a online application which requires tons of stuff from database. Ive
been using interbase, at first it was good but after a month i find it not user friendly at all...
Its to hard to code in php.. Can any of you guys give me a good database which is easy to use?....
Mirror My MySQL Database To Another Mysql Server
(4) Hi..I want to ask if its possible to automatically mirror my mysql databases into another mysql
server?or create a small php script to do this? The reason is because, we all know that database is
very improtant if we have dynamic website. I have my forum hosted and i want to automatically
mirror this or backup into another mysql server(free). Like in freesql.org. So that im not afraid
that i forgot to backup my database..also i have one central backup database. Thanks for the
help..Im looking forward for this posibility.....
Need Advice On Creating Online Music Database
ps - dont know anything about databases! (6) I need to create a database of around 1000 music albums that I can put on my site, with the ability
to search the database according to several different criteria. Being a complete and total NOOB to
the world of databases, can anyone point me in the direction of some software that will let me
create a good-looking and functional database, but that isn't too complicated for me to use?!
Sounds like a tall order I know, be grateful if anyone can help though. Thanks! Topic edited to
reflect content better. ....
Embedded Database
Embedded Data base at client side, (7) Hi, Now its the era of Embedded databases, no more db servers, no more host,Because with embedded
db you can get all those options, what you are used to get with DB Servers. Some of Embedded DB Are
1) Cloudscape From IBM (NOW Derby from ASF) 2) HSQLDB (OpenSource) and many more Feel the power of
EDB Cheers Arunkumar.H.G....
phpBB Database Transfer
Anyone here knows how to? (10) Hello, i'm a newbie in using phpBB and I still lack knowledge in mySQL database. How do I
transfer the datas(users,configs, all of them) contained in my current forum to another one in
phpBB? I hope someone can help, a short but detailed tutorial would be good. Example is, if I want
to move to a new host and I want to transfer all the accounts on my old forum to the new one. Thanks
in advance, hope anyone here knows how to.....
Looking for database, software, dental, office, menagement
|
*SIMILAR VIDEOS*
Searching Video's for database, software, dental, office, menagement
|
advertisement
|
|