clearhealth 2.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News clearhealth 2.2 (Default branch)
# 1  
Old 05-02-2008
clearhealth 2.2 (Default branch)

Image ClearHealth is a fully comprehensive practice management system and EMR. It takes DNA from the FreeMED and OpenEMR projects, and is based on the Smarty templating engine. It includes support for medications, SOAP data entry, clinical reporting, e-prescribing, and labs. Feature for feature, it can complete with proprietary systems like Nextgen and GE Centricity. It includes support for the iPhone and iPod touch (native application). License: GNU General Public License (GPL) Changes:
PDF Templates for reports. Forms using Adobe LiveCycle. A Smarty plugin to calculate BMI. The installer has been fixed to properly detect Linux vs. Windows installations on Ubuntu, SuSE, and CentOS. Smarty has been upgraded. libpcre issues are resolved. PHP 5.2.x is supported. Improved access/login audit marks. A new XML page type/handler and RSS controller. Insurance-based appointment rules. Basic auth login is supported. XML output for all objects. A new preview mechanism on the report edit screen. Support for visualizations in default templates.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Bio::Symbol::DNAAlphabet(3pm)				User Contributed Perl Documentation			     Bio::Symbol::DNAAlphabet(3pm)

NAME
Bio::Symbol::DNAAlphabet - A ready made DNA alphabet SYNOPSIS
use Bio::Symbol::DNAAlphabet; my $alpha = Bio::Symbol::DNAAlphabet->new(); foreach my $symbol ( $alpha->symbols ) { print "symbol is $symbol "; } DESCRIPTION
This object builds an Alphabet with DNA symbols. FEEDBACK
Mailing Lists User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing list. Your participation is much appreciated. bioperl-l@bioperl.org - General discussion http://bioperl.org/wiki/Mailing_lists - About the mailing lists Support Please direct usage questions or support issues to the mailing list: bioperl-l@bioperl.org rather than to the module maintainer directly. Many experienced and reponsive experts will be able look at the problem and quickly address it. Please include a thorough description of the problem with code and data examples if at all possible. Reporting Bugs Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their resolution. Bug reports can be submitted via the web: https://redmine.open-bio.org/projects/bioperl/ AUTHOR - Jason Stajich Email jason@bioperl.org APPENDIX
The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _ new Title : new Usage : my $obj = Bio::Symbol::DNAAlphabet->new(); Function: Builds a new Bio::Symbol::DNAAlphabet object Returns : Bio::Symbol::DNAAlphabet Args : perl v5.14.2 2012-03-02 Bio::Symbol::DNAAlphabet(3pm)