<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Demon Codez</title>
	<atom:link href="http://demoncodez.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://demoncodez.com</link>
	<description>Demonically good information on computers, SEO, technology, &#38; more</description>
	<lastBuildDate>Wed, 04 Apr 2012 20:40:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>What is CPOE?</title>
		<link>http://demoncodez.com/2012/04/04/what-is-cpoe/</link>
		<comments>http://demoncodez.com/2012/04/04/what-is-cpoe/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 20:40:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers / Internet]]></category>
		<category><![CDATA[CPOE]]></category>

		<guid isPermaLink="false">http://demoncodez.com/?p=18</guid>
		<description><![CDATA[Computerized physician order entry (CPOE) is a computerized method of recording, maintaining and saving all the instructions and orders of a medical experts or physicians. CPOE is a paper-free method of recording all the orders and instructions of physicians. All the orders are recorded over a computer network where all the information can be accessed [...]]]></description>
			<content:encoded><![CDATA[<p>Computerized physician order entry (<a target="_blank" href="http://www.halfpenny.com/">CPOE</a>) is a computerized method of recording, maintaining and saving all the instructions and orders of a medical experts or physicians. CPOE is a paper-free method of recording all the orders and instructions of physicians. All the orders are recorded over a computer network where all the information can be accessed by all the departments within a hospital. CPOE is a very effective and helpful order entry system that is being used by a large number of hospitals and medical experts.</p>
<p>CPOE has numerous advantages and this is the reason that all the major hospitals are switching their order systems to CPOE. Although this whole transition from paper recording to computerized recording system of orders is very lengthy and time-consuming. Everything seems to be quite easy but when you will start implementing it, you will realize the real problems in this transition.<span id="more-18"></span></p>
<p>CPOE is a very expensive system and if you don’t have a lot of capital, you cannot implement CPOE. Since it’s a whole system that is not only related to the order entry system rather it is a bridge between all the departments of a hospital. The records of all the patients are maintained properly and can be accessed by everyone (authorized individuals only). So it’s a very costly project to introduce CPOE in any hospital. Besides, implementation of a computerized physician order entry system can take years and importantly, those who will be using the system need to be trained which is another hectic as well as time-consuming activity.</p>
<p>But a computerized physician order entry system has many benefits both for patients and for medical staff members. CPOE has made the life of clerical and medical staff members quite easy, on the other hand, patients now have everything written and recorded and they don’t need to maintain their own records or to remember everything. Everyone loves to have everything properly managed and organized, and CPOE does exactly that. It is providing patients with extreme safety and hospital management and physicians are finding this system quite useful. All in all, a computerized prescriber order entry system is a patient oriented system.</p>
]]></content:encoded>
			<wfw:commentRss>http://demoncodez.com/2012/04/04/what-is-cpoe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lessons Learned in a Server Crash</title>
		<link>http://demoncodez.com/2012/04/04/lessons-learned-in-a-server-crash/</link>
		<comments>http://demoncodez.com/2012/04/04/lessons-learned-in-a-server-crash/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 20:34:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers / Internet]]></category>

		<guid isPermaLink="false">http://demoncodez.com/?p=13</guid>
		<description><![CDATA[Demonically good information sometimes comes with a learning curve, which can be steep and costly. We&#8217;re here to learn hard, painful lessons so that you don&#8217;t have to. Story goes back to 2012, when we were maintaining three small websites through Host Guy. We met Host Guy at a party, the good friend of a [...]]]></description>
			<content:encoded><![CDATA[<p>Demonically good information sometimes comes with a learning curve, which can be steep and costly. We&#8217;re here to learn hard, painful lessons so that you don&#8217;t have to.</p>
<p>Story goes back to 2012<img class="alignright size-full wp-image-14" title="Wordpress" src="http://demoncodez.com/wp-content/uploads/2012/04/Wordpress.png" alt="" width="256" height="256" />, when we were maintaining three small websites through Host Guy. We met Host Guy at a party, the good friend of a good friend, and he was friendly, laid back, and apparently technically savvy. Apparently.</p>
<p>Understand that the &#8220;we&#8221; writing this story is actually just one word processing professional who was a beginner at site development and very dependent on WordPress and Host Guy. We were maintaining three WordPress blogs: A personal web journal, a TV fan site, and a movie discussion site. None of which were setting the world on fire. Host Guy helped with design issues, tied legacy HTML to the WordPress blogs, and charged very little. Faced with several WordPress backup options, we asked his advice. &#8220;I don&#8217;t see why you should bother,&#8221; he said, &#8220;I do a nightly backup.&#8221; We believed him.</p>
<p>Please, I beg you, do not believe this. This is not a thing to believe! The backup of the entire WordPress file structure as it exists in the File Manager in CPanel has <em>no data</em>. Presumably our readers are knowledgeable and already know this. We did not. We&#8217;d been blogging along for a few years, not understanding the difference between &#8220;wpcontent&#8221; and the WordPress database. So let&#8217;s spell it out very clearly:</p>
<ol>
<li>All of your posts, all of your pages, all of your images, and all of your comments, are in the WordPress database.</li>
<li>A routine server backup that copies all files in the CPanel <em>does not</em> backup the database.</li>
</ol>
<p>You can probably see where this is leading. Host Guy&#8217;s advice on backups was dead wrong, and a catastrophic server class taught us this tragic lesson. The folder called &#8220;wpcontent&#8221; is, perhaps, misleading: It doesn&#8217;t contain any &#8220;content&#8221; as a site owner is likely to understand it. There are no posts, pages, or pictures saved in &#8220;wpcontent.&#8221; The databases of these sites, which were several years old, had never been backed up.</p>
<p>Let our tragedy by your wisdom.</p>
]]></content:encoded>
			<wfw:commentRss>http://demoncodez.com/2012/04/04/lessons-learned-in-a-server-crash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

