The entire application interface is basically a tabbed top and bottom container for Patient management.
Patient list grid is basically a list with Datagrid with a jsonRest store. The Django view will return the json. The row click will fill the bottom tabbed panel with appropriate contact, phone numbers, email, guardian, admission and visit info for that patient.The double click will allow editions / deletion of the patient if the user has the permissions.
Application currently uses Django 1.4, PyYaml, PIL, ReportLab, PISA(html5lib) and Dojo 1.7.2
The icons currently being used are from KDE but that may change.
The second sreenshot is the comparative interface in jQuery. There is no bottom pane here. Left sidebar shows the context info on patient selection from the list. The Right sidebar is hidden if the screen resolution is below 1024 and shows itself on zooming out / clicking the icon at the top left.
This interface uses jQuery, jQuery UI and plugins for the table with heavy CSS and jQuery customisation. The icons used are mostly from the tango project with a few from the silk collection for web. I have made some of my own. Some icons are just place holders and i need to work on them to make my own ones.