CSSZiegler
I hate code!
Profile
Posts: 173
Reg: May 30, 2012
Monsey, New Yor...
12,930
09/10/13 12:29 PM (10 years ago)

App for dental practice

Anyone familiar with a dental practice management software called MOGO? If yes, how can I integrate it into my app that will be my very first app which is for my father's denta practice?
 
Masons App Design
Aspiring developer
Profile
Posts: 206
Reg: Aug 06, 2013
Andrews, TX
12,660
like
09/10/13 12:40 PM (10 years ago)
What are you wanting the app to do in regards to the software?
 
CSSZiegler
I hate code!
Profile
Posts: 173
Reg: May 30, 2012
Monsey, New Yor...
12,930
like
09/10/13 12:45 PM (10 years ago)
mainly to book appointments, new patient fill-in form that can be submitted into MOGO which saves time for the secratary
 
CSSZiegler
I hate code!
Profile
Posts: 173
Reg: May 30, 2012
Monsey, New Yor...
12,930
like
09/10/13 12:45 PM (10 years ago)
also that it can connect with the SQL database that MOGO has
 
Masons App Design
Aspiring developer
Profile
Posts: 206
Reg: Aug 06, 2013
Andrews, TX
12,660
like
09/10/13 12:52 PM (10 years ago)
I looked at the software online a little and it looks as though a large portion of it is web based. Correct?
 
LA
Aspiring developer
Profile
Posts: 3278
Reg: Aug 16, 2012
Jerseyville, IL
42,880
like
09/10/13 01:11 PM (10 years ago)
Hi @CSSZiegler, First you have permission to do this? Copyrights and Infringements are being closing watched in both stores! Would this be for IOS or Android? LA
 
Masons App Design
Aspiring developer
Profile
Posts: 206
Reg: Aug 06, 2013
Andrews, TX
12,660
like
09/10/13 01:17 PM (10 years ago)
@LA that is where I was heading with this as well.
 
CSSZiegler
I hate code!
Profile
Posts: 173
Reg: May 30, 2012
Monsey, New Yor...
12,930
like
09/10/13 01:24 PM (10 years ago)
The version we have currently is from a CD, not web-based or cloud-based but we plan to be upgrading soon to the cloud. LA, of course I have permission. I'm being hired to do this and yes both for iOS and Android
 
Masons App Design
Aspiring developer
Profile
Posts: 206
Reg: Aug 06, 2013
Andrews, TX
12,660
like
09/10/13 01:34 PM (10 years ago)
@LA correct me if I am wrong @CSSZiegler once you upgrade to the web based the easiest way would be to us the custom URL plugin and set them to load the web pages specific to what you want. This I believe creates an issue with Apple because you can do the same thing on the website but Google doesn't have much of an issue with it. So if you also add something like a navigation map for the office location and directions to get there it will help with the approval. But once you upgrade you will have to pay close attention to the software's copyright policy to ensure you do not overstep on of MOGO's "boundries".
 
Michael Travis
Aspiring developer
Profile
Posts: 38
Reg: Jan 24, 2013
Baton Rouge, LA
3,430
like
09/10/13 01:35 PM (10 years ago)
@CSSZiegler When you work with data in the medical field you have to keep in mind the HIPPA requirements. Accessing a database without the proper security could put your company in violation. That being said, the best thing to do would utilize a secret code that changes randomly with each client and expires after just a couple of hours. This would allow the person to enter information into the form while on site but not after they get home. This information could be placed in the MOGO database or a separate database on a secured server once the form was submitted. For appointments what I have seen in the past is the client submits a form requesting one or more times and the appointment desk makes the final decision and lets the client know which time they are signed up for. Hope this helps. Joe Cool
 
CSSZiegler
I hate code!
Profile
Posts: 173
Reg: May 30, 2012
Monsey, New Yor...
12,930
like
09/10/13 01:41 PM (10 years ago)
Now I just have to grasp what everyone just said, LOL
 
SheriDee
Code is Art
Profile
Posts: 1094
Reg: Sep 23, 2011
location unknow...
22,840
like
09/10/13 01:59 PM (10 years ago)
Most medical companies who need apps will ignore open source software. Another thing you will have to think about is licensing your own.
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
09/10/13 02:37 PM (10 years ago)
In terms of the 'how', it sounds like this software runs off of a Windows SQL Server, rather than a web-based MySQL server. Is that correct? I assume so if you installed the software via CD. If that's true, you'll need to investigate "Stored Procedures" and pay really careful attention to how the software is making use of tables. (Certain columns are often joined across tables and so if you add a record to one table you better make add records to all associate tables or risk crashing the program).
 
CSSZiegler
I hate code!
Profile
Posts: 173
Reg: May 30, 2012
Monsey, New Yor...
12,930
like
09/10/13 02:40 PM (10 years ago)
Yes, correct to Windows SQL Server
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.