clearhealth 0.1 (CHMobile For iPhone branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News clearhealth 0.1 (CHMobile For iPhone branch)
# 1  
Old 04-15-2008
clearhealth 0.1 (CHMobile For iPhone branch)

Image ClearHealth is a practice management system and EMR. It takes DNA from the FreeMED and OpenEMR projects, is based on the smarty templating engine, and uses the FreeB2 medical billing engine. It includes support for medications, SOAP data entry, clinical reporting, e-prescribing, and much more. It includes support for the iPhone and iPod touch. License: GNU Lesser General Public License (LGPL) Changes:
This release defaults to using the demo.clear-health.com site. This can be changed through the /Applications/CHMobile.app/Connection.plist file. The schedule tab now expects "simple_provider_report". The Labs module was enabled. Some known issues remain: selecting the Transcription or Pictures button crashes the application, and sections load slowly as each button completely reinitializes that section. The icons are currently hideous, too big, and strange.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. What is on Your Mind?

Nuclear Elephant iPhone Wipe making your iPhone Safer for Resale

For those with the iPhones here might read up how to wipe your personal data off the phone before reselling or trade-in. ;) source: Nuclear Elephant: iPhone Wipe June 1, 2008: Making your iPhone Safe for Resale Since my posts regarding the iPhone restore mode being insufficient for wiping... (0 Replies)
Discussion started by: sparcguy
0 Replies
Login or Register to Ask a Question
CURLOPT_SSLENGINE(3)					     curl_easy_setopt options					      CURLOPT_SSLENGINE(3)

NAME
CURLOPT_SSLENGINE - set SSL engine identifier SYNOPSIS
#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSLENGINE, char *id); DESCRIPTION
Pass a pointer to a zero terminated string as parameter. It will be used as the identifier for the crypto engine you want to use for your private key. The application does not have to keep the string around after setting this option. DEFAULT
NULL PROTOCOLS
All TLS based protocols: HTTPS, FTPS, IMAPS, POP3S, SMTPS etc. EXAMPLE
TODO AVAILABILITY
Only if the SSL backend is OpenSSL built with engine support. RETURN VALUE
CURLE_OK - Engine found. CURLE_SSL_ENGINE_NOTFOUND - Engine not found, or OpenSSL was not built with engine support. CURLE_SSL_ENGINE_INITFAILED - Engine found but initialization failed. CURLE_NOT_BUILT_IN - Option not built in, OpenSSL is not the SSL backend. CURLE_UNKNOWN_OPTION - Option not recognized. CURLE_OUT_OF_MEMORY - Insufficient heap space. SEE ALSO
CURLOPT_SSLENGINE_DEFAULT(3), CURLOPT_SSLKEY(3), libcurl 7.54.0 December 21, 2016 CURLOPT_SSLENGINE(3)