NeoIntelligence IT Solutions

company development web blog

Category Archives: Uncategorized

NeoMobile Healthcare Suite – My FYP Blogging Series

NeoMobile Healthcare Suite is the Line of Business Application I wrote as my Final Year Project that will be submitted to my lovely Electrical Electronics Engineering Department in 10 days. I’m feeling closer to my belated diploma every single day !

I have been developing a little framework to implement a mobile application which gives “insights” to its health caretaker users. I’ve implemented a “Plug-in Based” Layered Architecture (though I’m not sure with the terms) and tried to make it as much scalable, deployable, serviceable, secure and reliable as I could. It is going to be used in healthcare industry and I made some demonstrations for some hospital managers already. So, there might be a chance to make it on enterprise level in the future if I can manage to beat some technical and social bottlenecks (darn doctors hate to use even PCs where I’m offering mobile devices those are like rocket science for some of them). For now, My one and only aim is to pass the course with a great mark and save my scholarship and finish the school in June.

Within the scope of my Final Year Project, I will submit a prototype of a mobile application with some functions such as Patient Schedule, Tasks, Clinical Results and Record Management of Patients Applications on mobile with a Database Server Application running on PC’s for the maintenance and same functionality.

Hence, this blog entry is a work in progress entry and will be updated with links each time I post a new article. I will submit a report for this application as well and I would really appreciate all your comments, critics and every reasonable inputs. They are all welcomed.

Let me get back to my project. There are 3 projects in my Visual Studio Solution and the Development Environment I’ve used for the application are:

  1. Windows 7 x64
  2. Visual Studio 2008 .Net 3.5 and Windows Mobile SDK 6.5 Professional
  3. Visual Studio 2010, Expression Blend and .NET 4.0 for WPF

Projects in my solution:

  1. NeoMobile.Framework
  2. NeoMobile.DesktopApp
  3. NeoMobile.WMApp

Here is the updated table of content for this series:

  1. Core Library and Design Patterns Used in The Project
    1. Modeling with Visual Studio 2010
    2. The Factory Pattern (Currently In Progress)
  2. The WPF Application, Custom Control Used, Animations and Styles
    1. Creating NeoTab Animated Tab Control
    2. The Patient List Custom Control (Currently In Progress)
  3. Windows Mobile Application