Technology

EHR/EMR Solutions for Medical Practices

As a part of the 2009 Stimulus package, there is strong financial incentive for doctors to install and implement EMR systems in their practice.
According to the US Government, the benefits of IT use in the healthcare sector can bring these benefits:

Health information technology (HIT)
Health information technology in general are increasingly viewed as the most promising tool for improving the overall quality, safety and efficiency of the health delivery system (Chaudhry et al., 2006).
Broad and consistent utilization of HIT will:

  • Improve health care quality;
  • Prevent medical errors;
  • Reduce health care costs;
  • Increase administrative efficiencies;
  • Decrease paperwork; and
  • Expand access to affordable care.

Great Visio Resource

Greg Ferro has great ideas for representation of complex VLAN & routing layouts in Visio:
http://etherealmind.com/category/network-diagrams/

CentOS 5.6 HTTP Install

Website Name: mirror.centos.org
CentOS Directory: centos/5.6/os/i386

Sprint EVO 4G data reset procedure

In order to get your data working again after an outage of 3G or 4G you need to do the following in sequence:

  1. Phone this number: ##3283#
  2. Hit "EDIT" - it will prompt for a password
  3. Hit 287804
  4. Hit "OK"
  5. Select "DATA PROFILE"
  6. Go to Menu --> Restore
  7. Hit "OK" [Twice]

It will reboot, and do stuff...
Then, once it has fully rebooted, go to: Menu/Settings/System Updates/Update Profile
Once that is done, your data connection via 3G or 4G should be repaired.

Dell 5224 Password Reset

The documentation doesn't appear to give this up very easily: to reset to Factury Defaults, you'll need to restart the switch while having a serial console open, and hit CTRL-F (lots of times) until the boot completes, and it drops down to a boot-rom style prompt. Read more »

Fixing the Twitter module in Drupal

The Twitter module for Drupal now needs to use the new OAuth module for authentication in Twitter.  This has broken many web sites.  I use this feature on this site to automatically post a tweet whenever I add a new blog entry.  I use a global account in Drupal to do it, rather than individual Twitter accounts for each drupal user.

Find CPU info in Linux

This command will give you all of the known info regarding the processor(s) under linux:
# less /proc/cpuinfo

Windows Live Mail - the missing menus

Those out there that use(ed) Outlook Express should know that there is no such thing in Windows 7. Also true in Vista, where "Windows Mail" was released.

Yet another major change for Windows 7: the new (free) email client is called "Windows Live Mail" and the most annoying new "Feature" is the missing menus.

To see the old menu you are looking for; hit the "ALT" key by itself. Then, the menu will magically appear.

Mystery solved!

.bashrc functions to do repetitive tasks

A cool thing to do if you find yourself doing something LOTs of times:

Edit your ".bashrc" (in your home directory)
and create your personalised script as follows:

wch()
{
sudo chmod 774 $1 $2 $3 $4;
sudo chown www-data.www-data $1 $2 $3 $4;
}

Then you can execute the command "wch" with parameters to execute the commands you want. Very cool...

IPV6 Address Space - It's BIG

I thought this was an interesting analogy for the IPV6 Address Space:
From: http://www.cedmagazine.com/ipv6-a-catalyst-for-service-growth.aspx Read more »

Syndicate content