If you ever need to calculate Body Mass Index (BMI) in Python, here’s how… -acv
Category: Open Source
The Problem with Using an HL7-based Format for Blue Button
I’d rather not compete with HL7, but the current state leaves me no choice but to speak up. Yes it would be a step in. . .
Get the Latest Object or a 404 in Django : get_latest_object_or_404
The get_object_or_404 is a handy Django shortcut. It keeps my views shorter. In my case however, I had the need to get the latest object.. . .
Less Bad is Mo’ Better – Thoughts on Last Week’s Health Code-a-Thon
Last weekend I participated in a code-a-thon sponsored by Health 2.0 and Kaiser Permanente. The goal was to develop applications that help fight obesity. My. . .
Useful Tip for Port Forwarding Apache (or other Web Server)
Problem You are working on a remote web server where you do not have have access to view the web server’s content on port 80.. . .
How to get SASS going on Ubuntu 10.04
I found that “Ruby 1.8″, packaged with Ubuntu 10.04, does not seem to run SASS out of the box. This is my recipe, cobbled together. . .
Exploring DocNPI.com’s API
DocNPI is a website and webervice for searching information in the National Provider Index (NPI) Registry. The NPI Registry is maintained by HHS and is. . .
Fetching Django’s Model’s ‘verbose_name’ and/or Form’s ‘label’ Attribute
Problem: You want to display some information in a database record in Django, but you also want to display the field’s verbbose name. In other. . .
OMHE Microsyntax for Medical Device Interoperability: An Open-Source Alternative to the Continua Alliance
OMHE (Open Mobile Health Exchange), pronounced “ooommm” is an open-source microsyntax for medical devices, mobile text messaging, Twitter®, smart phones, and any system capable of. . .
Django Production Deployment: How to Make Apache2 mod_wsgi and virtualenv for Python Play Nice
Problem: You are a good little Python developer and you use virtualenv in your Python development. If you aren’t using virtualenv you’re doing it wrong.. . .
