background preloader

IOS Research

Facebook Twitter

30 Open source ( The TOP ) Medical and Health care projects - Goomedic.com. Open source , projects are the most widely supported world wide , in many fields , but somehow , Open source is not active concept in medical and health care area , though there are many famous widely used open source medical projects , even though those projects don’t have powerful communities even they have many users world wide .

30 Open source ( The TOP ) Medical and Health care projects - Goomedic.com

In this list i added the most used Medical and Health care open source projects . 1- Care2x ( Open source , web based , cross platform ) HIS ” Hospital Information System ” – link – : Its a community developed open source system for Integrated health care environment . It has a HIS ( Hospital Information System ) feature among other useful featuresneeded .

Care2X is written in interpreted language , which means its platform independent can run on any platform ( Windows , Linux , OSX ) . Documentation : Cares2x is well documented for users , developers , and translators . 2 – PatientOS – EMR : opensource 3 – GNUmed – EMR – LINK : 9 – Sofa ” Statistics ” – link : Ios - Face Recognition on the iPhone. List of 50+ Face Detection / Recognition APIs, libraries, and software - Mashape Blog. There has been a lot of buzz around Face Recognition since Google Glass was announced.

List of 50+ Face Detection / Recognition APIs, libraries, and software - Mashape Blog

We believe that face recognition will open up a ton of possibilities in how we interact not just with each other, but with objects as well – whether it’s with Glass or not. To help you in your journey of exploring face recognition, we have below a long list of face detection and recognition APIs that you can use for your applications. Mjp/FaceRecognition. Human API. Create your own web service for an iOS app, part one. Follow the steps in this tutorial to learn how to create the web service backend for an iOS app called iGlobe.

Create your own web service for an iOS app, part one

In my previous TechRepublic series, we used an existing web service to create an iOS app ("Creating a web service, parts one and two"). In this series, we'll create the web service backend for a different app called iGlobe, which is a game I created a while ago. Basically, we want the user to be able to tag a place or a person and get points for that action. (The competitor with the most points at the end of the game wins a money pot.) In order to do this, the app has to interact with a web service, which we'll create. Store each player's username informationReceive users' pointsPresent users' points In this iOS 6/7 tutorial we'll use a helper class called SantiappsHelper, which contains the code to run these connections to the web.

Here's what we’ll cover in this series: 1. 2. 3. 4. A. 5. Step 1: Create the web database Databases Figure A See an enlarged view of Figure A. Figure B 1. How to Write a Simple PHP/MySQL Web Service for an iOS App. If you're new here, you may want to subscribe to my RSS feed or follow me on Twitter.

How to Write a Simple PHP/MySQL Web Service for an iOS App

Thanks for visiting! Web Services Rule! As an iPhone/iPad developer, it can be really useful to be able to write your own simple web services that integrate with your apps. For example, you may wish to display some news updates that come from your web server, and display it on startup. Or perhaps store some user data “in the cloud”. In this first tutorial in this two-part series, you’ll go step-by-step through the process of creating a simple web service, based on a promo code system I included in my latest app, Wild Fables.

To run through all of the steps on this tutorial, you’ll need a web server with MySQL and PHP. You don’t necessarily need to know PHP or MySQL to go through this tutorial (although it will be helpful!) What You’ll Make However, it can be extremely helpful to build your own promo code system for your in-app purchases, for several reasons: Creating the Database OK! Where To Go From Here?