Register Forums Today's Posts Reviews Gallery Video Vault Downloads Resources Shopping
Go Back   Mobility Site > PocketPC Software Forums > Third Party Software and Mods > Applications

Applications Talk/Review Apps for Dell's Axim

Reply
 
LinkBack Thread Tools
Old 02-20-06, 10:21 AM   #1 (permalink)
Aximsite Major League
 
phendric's Avatar
 
Join Date: Jan 2005
Posts: 337
Location: SoCal
PDA: x50v
iTrader Rating: (0)
looking for database software w/plotting capabilities

Hi all,

I've been looking at various software solutions for diabetics and haven't found anything that I really like that's not also really expensive. I need something that will allow datalogging while on the go, syncing capabilities so I can send files to my doctor, and a comprehensive nutrition database so that I can see how much I'm eating. (Diabetes Pilot is good because it has a desktop version, but to get both PC and PPC versions is expensive).

As I can't find much already developed software that I like, I'm thinking about creating my own using database software. I downloaded a trial of HanDBase, and within 5 mins had something functional, if not very primitive, for logging glucose level, carb intake, etc.

However, I don't think HanDBase has plotting capabilities, which is an important component of monitoring for me, as it allows me to see where glugose levels have been and whether I need to have tighter control or not.

Thus my question: Does database software exist for the Pocket PC that will allow me to plot/graph data based on some filter I specify?

I really hope so.

Thanks,
Phillip

Aximsite Contest Winner 

phendric is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
sponsor links


Old 02-20-06, 12:24 PM   #2 (permalink)
Aximsite Veteran

 
KPDUTY's Avatar
 
Join Date: May 2003
Posts: 1,792
iTrader Rating: (0)
Here's a few from Altavista with the following search tag: "diabetes pocket pc software":

http://www.handango.com/PlatformSear...earch=diabetes

http://www.wakefieldsoft.com/healthf...ource=overture

http://www.sidiary.org/

Aximsite Active Silver Member Red Cross 

KPDUTY is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-20-06, 05:30 PM   #3 (permalink)
Aximsite Major League
 
phendric's Avatar
 
Join Date: Jan 2005
Posts: 337
Location: SoCal
PDA: x50v
iTrader Rating: (0)
Quote:
Originally Posted by KPDUTY
Here's a few from Altavista with the following search tag: "diabetes pocket pc software":

http://www.handango.com/PlatformSear...earch=diabetes

http://www.wakefieldsoft.com/healthf...ource=overture

http://www.sidiary.org/
Hi KPDUTY,

Thanks for returning search results for me. I have actually recently done a similar search for myself, and ended up installing six or seven separate programs to compare their functionality/stability. However, as I mentioned in my original post, some of them plain and simply don't have enough functionality for my needs, and others have bugs. Only one of them was decent enough that I might consider it, but the morning after I installed it, it, too, stopped working (wouldn't launch). Plus, even if it did work, to get both the version for the PPC and the desktop would cost me more than I think I want to spend. (I could write my own database, import a food/nutrition database to use with it, have a decktop version to sync to and have a decent solution for quite a bit less).

Thanks,
Phillip

Aximsite Contest Winner 

phendric is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-20-06, 06:34 PM   #4 (permalink)
Aximsite Veteran

 
KPDUTY's Avatar
 
Join Date: May 2003
Posts: 1,792
iTrader Rating: (0)
I didn't look at any of the referenced apps in detail, but on the surface, each seemed pretty comprehensive.

Since you seem to have\a specific need, you may want to consider SPREADCE:

http://www.byedesign.freeserve.co.uk/

It supports many functions, database options,macros and graphing.

Aximsite Active Silver Member Red Cross 

KPDUTY is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-20-06, 06:43 PM   #5 (permalink)
Aximsite Minor League
 
Join Date: May 2005
Posts: 280
Location: Durham, NC
PDA: x50v
iTrader Rating: (0)
It depends on how much code you want to write yourself ...

HandDBase is very nice for flat-file databases, but has some limitations, as you note.

A free database program you could use to write a calorie lookup and logging applications is Grandasoft XForms:
http://www.grandasoft.com/
It allows a more flexible design than HandDBase. However, it does not seem to have a graph tool for forms.

Basic4ppc (www.basic4ppc.com) is a more generalized development package. It's not free, but not too expensive. It does not have true graphics primitives, but if you look at some of the sample applications, people have been very clever in getting it to draw pictures. I'm sure you could come up with a crude bargraph with the form elements easily (see Tower of Hanoi example).

I downloaded Embedded Visual Basic 3.0 from Microsoft for free. It has a Picturebox control which allows for circle and line drawing that can be used for graphing. There are numerous ways to store tabular data, but you'd have to make your own export routines (not a big deal). It's a little more of a commitment, but it would get the job done.

Have you thought about a hybrid approach? HandDBase for recording glucose readings and a graphic calculator to show trends?
(by the way, have you seen the program by John Misurda that downloads from AccuCheck macines via IR to the Axim? http://www.cs.pitt.edu/~jmisurda/ppc.../GlucoComm.htm)

Now that I think about it, John Misurda has been very responsive to requests for useful software. He has a blog / web page; you might want to contact him directly to see if he'll give you the source code as a place to start, or more likely he'll just add functionality himself.

Last edited by Kenster; 02-20-06 at 06:45 PM..
Kenster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-21-06, 11:33 AM   #6 (permalink)
Aximsite Major League
 
phendric's Avatar
 
Join Date: Jan 2005
Posts: 337
Location: SoCal
PDA: x50v
iTrader Rating: (0)
Quote:
Originally Posted by Kenster
Have you thought about a hybrid approach? HandDBase for recording glucose readings and a graphic calculator to show trends?
I have. It's just more complicated, that's all. It'd be nice to have everything within one application, but that may not happen.

Quote:
(by the way, have you seen the program by John Misurda that downloads from AccuCheck macines via IR to the Axim? http://www.cs.pitt.edu/~jmisurda/ppc.../GlucoComm.htm)

Now that I think about it, John Misurda has been very responsive to requests for useful software. He has a blog / web page; you might want to contact him directly to see if he'll give you the source code as a place to start, or more likely he'll just add functionality himself.
I have seen threads about it, but my glucometer doesn't have IR.

Phillip

Aximsite Contest Winner 

phendric is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
capabilities, database, software, w or plotting

sponsor links



Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 09:47 PM.