<?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>A PACS Admin's Life &#187; ris</title>
	<atom:link href="http://www.pacslife.com/category/ris/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pacslife.com</link>
	<description>One Man's Perspective On The World Of PACS</description>
	<lastBuildDate>Fri, 12 Mar 2010 16:05:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disaster Planning… how much is enough? Part 3</title>
		<link>http://www.pacslife.com/2010/01/29/disaster-planning%e2%80%a6-how-much-is-enough-part-3/</link>
		<comments>http://www.pacslife.com/2010/01/29/disaster-planning%e2%80%a6-how-much-is-enough-part-3/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 00:08:40 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[ris]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://www.pacslife.com/?p=94</guid>
		<description><![CDATA[

We are fortunate (or unfortunate, depending on the day!) to have a RIS developed in house. This affords us some great flexibility, but it can also cause much stress. Without a vendor to fall back on, the buck stops with us when something goes south. Happily, that doesn’t happen often at all, but there is [...]]]></description>
			<content:encoded><![CDATA[<p>We are fortunate (or unfortunate, depending on the day!) to have a RIS developed in house. This affords us some great flexibility, but it can also cause much stress. Without a vendor to fall back on, the buck stops with us when something goes south. Happily, that doesn’t happen often at all, but there is one scenario that allows a different look at disaster preparedness.</p>
<p>There was a backend upgrade that we were very excited to do, as our tests indicated a fantastic improvement in speed for our users. We tested and tested, trying to account for every scenario, as this was a rather large backend change. The biggest concern we had was that once users started using it and inputting data, rolling back became exceedingly difficult. If it was going to break, we wanted to break right away.</p>
<p>The day of reckoning came, and we crossed our fingers. There were no functional differences, so if an issue was going to occur, it was likely to be something quite bizarre. A couple of hours in, we came face to face with our bizarre tormentor. All of a sudden, mid morning, everything ground to a halt. Our super fast upgrade was not so fast after all.</p>
<div style="float:right;margin: 5px 5px 5px 5px;"><script type="text/javascript"><!--
google_ad_client = "pub-2311824238670241";
google_alternate_color = "FFFFFF";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text_image";

google_color_border = "E6E6E6";
google_color_link = "78B749";
google_color_bg = "FFFFFF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Let me break for an interesting aside. RIS vs PACS: which is more ‘critical’ to business continuity? Looking at this from a workflow perspective (ignoring which system contains data that is more important), our RIS outage highlighted an answer very quickly. We have faced PACS outages, and certainly while disruptive and impactful to the business, staff was able to keep moving… slowly sure, but workflow remained intact. Some credit goes to the distributed nature of Intelepacs. There are single points of failure, but they are few. Modalities can still take images. Rad’s could view images on modalities, dictations could happen with Dictaphones. Certainly none of this is ideal or enjoyable for those impacted, but work did not stop dead. With the RIS down, it did. The RIS moves information around, and automates so many processes, that without it, staff simply didn’t know what to do next. Support staff can manually push items through the system, but doing so is very, very slow for a small team. So while workflow didn’t completely stop, it was practically at a standstill.</p>
<p>The slowness issue we faced was in fact a direct result of the speed gain we enjoyed. As it turns out, we had a query that was very poorly constructed. In our ‘slow’ system prior to upgrade, it never had the resources to get out of hand, so we never noticed it. Under our new system, so many instances of this particular query were able to run, that our server was starved of resources. Restarting it worked for a few moments, but quickly we were down again.</p>
<p>These series of blog posts are about disaster preparedness, not about programming stories, so how does this fit in? The ‘bug’ in our system affected one specific screen. If we could avoid using that screen, everything would be fine. However, the way the system was designed, that screen was needed by everyone to move the study to the next step. It became painfully obvious to us that if only we had put some of this functionality on other screens, work could have still continued. We managed to find and correct this rogue query in a quick, but still unacceptable, amount of time. The next thing we did was add in that functionality to the other areas. I’m sure some people would see this as potential code bloat, but while this gave us a measure of comfort that should something similar happen in the future, we’d be ok, it also made a lot of sense from a usability standpoint, we just ignored it up until that point, while we tackled other issues.</p>
<p>The moral this time is that sometimes you can’t possibly be prepared. While technically, there are ways we could have stress tested the system prior to rollout, they just aren’t feasible in our small shop. Having been through this experience once, it certainly opens our eyes to how we design in the future. We try to be more aware of having multiple methods to achieve a result.  It also highlights the need to revisit systems periodically, and check the performance. Find a baseline, and put checks in place to notify someone if that baseline is exceeded. You may not be able to predict what segment of a system may decide to break on you, but after you do it a few times, you may surprise yourself how often you are indeed able to.</p>
<p>You can never be too prepared…</p>
<!-- Social Bar BEGIN --><p style="padding-top:5px;"><span style="display:block;margin-left:auto;margin-right:auto;text-align:center;"><em>Bookmark to:</em><br /><a target="_blank" href="http://del.icio.us/post?url=http://www.pacslife.com/2010/01/29/disaster-planning%e2%80%a6-how-much-is-enough-part-3/&title=Disaster Planning… how much is enough? Part 3" title="Add 'Disaster Planning… how much is enough? Part 3' to Del.icio.us"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/delicious.png" title="Add 'Disaster Planning… how much is enough? Part 3' to Del.icio.us" alt="Add 'Disaster Planning… how much is enough? Part 3' to Del.icio.us" /></a>&nbsp;<a target="_self" href="http://digg.com/submit?phase=2&amp;url=http://www.pacslife.com/2010/01/29/disaster-planning%e2%80%a6-how-much-is-enough-part-3/&title=Disaster Planning… how much is enough? Part 3" title="Add 'Disaster Planning… how much is enough? Part 3' to digg"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/digg.png" title="Add 'Disaster Planning… how much is enough? Part 3' to digg" alt="Add 'Disaster Planning… how much is enough? Part 3' to digg" /></a>&nbsp;<a target="_self" href="http://furl.net/storeIt.jsp?t=Disaster Planning… how much is enough? Part 3&amp;u=http://www.pacslife.com/2010/01/29/disaster-planning%e2%80%a6-how-much-is-enough-part-3/" title="Add 'Disaster Planning… how much is enough? Part 3' to FURL"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/furl.png" title="Add 'Disaster Planning… how much is enough? Part 3' to FURL" alt="Add 'Disaster Planning… how much is enough? Part 3' to FURL" /></a>&nbsp;<a target="_self" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Disaster Planning… how much is enough? Part 3&amp;Description=Disaster Planning… how much is enough? Part 3&amp;Url=http://www.pacslife.com/2010/01/29/disaster-planning%e2%80%a6-how-much-is-enough-part-3/" title="Add 'Disaster Planning… how much is enough? Part 3' to blinklist"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/blinklist.png" title="Add 'Disaster Planning… how much is enough? Part 3' to blinklist" alt="Add 'Disaster Planning… how much is enough? Part 3' to blinklist" /></a>&nbsp;<a target="_self" href="http://user.my-tuts.com/tag-tutorial/?url=http://www.pacslife.com/2010/01/29/disaster-planning%e2%80%a6-how-much-is-enough-part-3/&title=Disaster Planning… how much is enough? Part 3" title="Add 'Disaster Planning… how much is enough? Part 3' to My-Tuts"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/mytuts.png" title="Add 'Disaster Planning… how much is enough? Part 3' to My-Tuts" alt="Add 'Disaster Planning… how much is enough? Part 3' to My-Tuts" /></a>&nbsp;<a target="_self" href="http://reddit.com/submit?url=http://www.pacslife.com/2010/01/29/disaster-planning%e2%80%a6-how-much-is-enough-part-3/&amp;title=Disaster Planning… how much is enough? Part 3" title="Add 'Disaster Planning… how much is enough? Part 3' to reddit"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/reddit.png" title="Add 'Disaster Planning… how much is enough? Part 3' to reddit" alt="Add 'Disaster Planning… how much is enough? Part 3' to reddit" /></a>&nbsp;<a target="_self" href="http://feedmelinks.com/categorize?from=toolbar&op=submit&name=Disaster Planning… how much is enough? Part 3&url=http://www.pacslife.com/2010/01/29/disaster-planning%e2%80%a6-how-much-is-enough-part-3/&version=0.7" title="Add 'Disaster Planning… how much is enough? Part 3' to Feed Me Links!"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/feedmelinks.png" title="Add 'Disaster Planning… how much is enough? Part 3' to Feed Me Links!" alt="Add 'Disaster Planning… how much is enough? Part 3' to Feed Me Links!" /></a>&nbsp;<a target="_self" href="http://technorati.com/search/Disaster Planning… how much is enough? Part 3" title="Add 'Disaster Planning… how much is enough? Part 3' to Technorati"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/technorati.png" title="Add 'Disaster Planning… how much is enough? Part 3' to Technorati" alt="Add 'Disaster Planning… how much is enough? Part 3' to Technorati" /></a>&nbsp;<a target="_self" href="http://ekstreme.com/socializer/?url=http://www.pacslife.com/2010/01/29/disaster-planning%e2%80%a6-how-much-is-enough-part-3/&title=Disaster Planning… how much is enough? Part 3" title="Add 'Disaster Planning… how much is enough? Part 3' to Socializer"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/socializer.png" title="Add 'Disaster Planning… how much is enough? Part 3' to Socializer" alt="Add 'Disaster Planning… how much is enough? Part 3' to Socializer" /></a>&nbsp;</span></p>
<!-- Social Bar END -->]]></content:encoded>
			<wfw:commentRss>http://www.pacslife.com/2010/01/29/disaster-planning%e2%80%a6-how-much-is-enough-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PACS Is Finally Here!</title>
		<link>http://www.pacslife.com/2008/01/21/pacs-is-finally-here/</link>
		<comments>http://www.pacslife.com/2008/01/21/pacs-is-finally-here/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 23:53:46 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[intelerad]]></category>
		<category><![CDATA[pacs]]></category>
		<category><![CDATA[ris]]></category>

		<guid isPermaLink="false">http://www.pacslife.com/2008/01/21/pacs-is-finally-here/</guid>
		<description><![CDATA[Time goes&#160;quickly when you are busy deploying a PACS and building a RIS! Much has been achieved, and much more is still in progress.
Intelerad had two people onsite for our first rollout, this one at our main clinic. The PACS side of things went pretty smoothly. Our only real issue was an incompatibility between IntelePACS [...]]]></description>
			<content:encoded><![CDATA[<p>Time goes&nbsp;quickly when you are busy deploying a PACS and building a RIS! Much has been achieved, and much more is still in progress.</p>
<p>Intelerad had two people onsite for our first rollout, this one at our main clinic. The PACS side of things went pretty smoothly. Our only real issue was an incompatibility between IntelePACS and GE Xeleris nuc med. All of our other headaches and challenges were RIS related (as expected). But all in all, our staff thought the transition to the &ldquo;future&rdquo; was very well done, and they are happily enjoying the benefits of a faster, less paper filled, workflow.</p>
<p>Building our own RIS, while a huge hurdle and project, has been a blessing in some ways. Tailoring workflow to best optimize various aspects as related to our practice has been super. I do not think a RIS vendor would have come close to the efficiency gains we are experiencing. As we have learned with PACS, once you are up and running, and they have your money, they are not as interested in your &ldquo;feature requests&rdquo; as you are. To be fair, Intelerad has done a reasonable job with us. And they certainly bend over backwards in issues related to support. It is just those pesky &ldquo;feature requests&rdquo; that are an issue.</p>
<p>I will endevour to update this on a weekly basis, to cover some of the issues and lessons learned from the past couple of months, as well as those we foresee in the future.</p>
<!-- Social Bar BEGIN --><p style="padding-top:5px;"><span style="display:block;margin-left:auto;margin-right:auto;text-align:center;"><em>Bookmark to:</em><br /><a target="_blank" href="http://del.icio.us/post?url=http://www.pacslife.com/2008/01/21/pacs-is-finally-here/&title=PACS Is Finally Here!" title="Add 'PACS Is Finally Here!' to Del.icio.us"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/delicious.png" title="Add 'PACS Is Finally Here!' to Del.icio.us" alt="Add 'PACS Is Finally Here!' to Del.icio.us" /></a>&nbsp;<a target="_self" href="http://digg.com/submit?phase=2&amp;url=http://www.pacslife.com/2008/01/21/pacs-is-finally-here/&title=PACS Is Finally Here!" title="Add 'PACS Is Finally Here!' to digg"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/digg.png" title="Add 'PACS Is Finally Here!' to digg" alt="Add 'PACS Is Finally Here!' to digg" /></a>&nbsp;<a target="_self" href="http://furl.net/storeIt.jsp?t=PACS Is Finally Here!&amp;u=http://www.pacslife.com/2008/01/21/pacs-is-finally-here/" title="Add 'PACS Is Finally Here!' to FURL"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/furl.png" title="Add 'PACS Is Finally Here!' to FURL" alt="Add 'PACS Is Finally Here!' to FURL" /></a>&nbsp;<a target="_self" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=PACS Is Finally Here!&amp;Description=PACS Is Finally Here!&amp;Url=http://www.pacslife.com/2008/01/21/pacs-is-finally-here/" title="Add 'PACS Is Finally Here!' to blinklist"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/blinklist.png" title="Add 'PACS Is Finally Here!' to blinklist" alt="Add 'PACS Is Finally Here!' to blinklist" /></a>&nbsp;<a target="_self" href="http://user.my-tuts.com/tag-tutorial/?url=http://www.pacslife.com/2008/01/21/pacs-is-finally-here/&title=PACS Is Finally Here!" title="Add 'PACS Is Finally Here!' to My-Tuts"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/mytuts.png" title="Add 'PACS Is Finally Here!' to My-Tuts" alt="Add 'PACS Is Finally Here!' to My-Tuts" /></a>&nbsp;<a target="_self" href="http://reddit.com/submit?url=http://www.pacslife.com/2008/01/21/pacs-is-finally-here/&amp;title=PACS Is Finally Here!" title="Add 'PACS Is Finally Here!' to reddit"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/reddit.png" title="Add 'PACS Is Finally Here!' to reddit" alt="Add 'PACS Is Finally Here!' to reddit" /></a>&nbsp;<a target="_self" href="http://feedmelinks.com/categorize?from=toolbar&op=submit&name=PACS Is Finally Here!&url=http://www.pacslife.com/2008/01/21/pacs-is-finally-here/&version=0.7" title="Add 'PACS Is Finally Here!' to Feed Me Links!"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/feedmelinks.png" title="Add 'PACS Is Finally Here!' to Feed Me Links!" alt="Add 'PACS Is Finally Here!' to Feed Me Links!" /></a>&nbsp;<a target="_self" href="http://technorati.com/search/PACS Is Finally Here!" title="Add 'PACS Is Finally Here!' to Technorati"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/technorati.png" title="Add 'PACS Is Finally Here!' to Technorati" alt="Add 'PACS Is Finally Here!' to Technorati" /></a>&nbsp;<a target="_self" href="http://ekstreme.com/socializer/?url=http://www.pacslife.com/2008/01/21/pacs-is-finally-here/&title=PACS Is Finally Here!" title="Add 'PACS Is Finally Here!' to Socializer"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/socializer.png" title="Add 'PACS Is Finally Here!' to Socializer" alt="Add 'PACS Is Finally Here!' to Socializer" /></a>&nbsp;</span></p>
<!-- Social Bar END -->]]></content:encoded>
			<wfw:commentRss>http://www.pacslife.com/2008/01/21/pacs-is-finally-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scheduler Integration Headaches</title>
		<link>http://www.pacslife.com/2007/05/30/scheduler-integration-headaches/</link>
		<comments>http://www.pacslife.com/2007/05/30/scheduler-integration-headaches/#comments</comments>
		<pubDate>Wed, 30 May 2007 22:59:42 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[integration]]></category>
		<category><![CDATA[ris]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.pacslife.com/2007/05/30/scheduler-integration-headaches/</guid>
		<description><![CDATA[My company started out many moons ago using the DOS based Medtech scheduler application. It was never meant to handle the loads we now generate, and as such, has become extremely unreliable and flakey. Also, it is something we were not able to integrate into our RIS. After a long search for suitable replacements, we [...]]]></description>
			<content:encoded><![CDATA[<p>My company started out many moons ago using the DOS based Medtech scheduler application. It was never meant to handle the loads we now generate, and as such, has become extremely unreliable and flakey. Also, it is something we were not able to integrate into our RIS. After a long search for suitable replacements, we have settled on <a href="http://www.purkinje.com/ehr/home.cfm" target="_blank">Purkinje</a>. Now the fun of integrating it into our custom RIS begins. </p>
<p>It seems like the technical issues are not causing too much difficulty, it is more on the change management/user work flow side of things that we struggle. And this struggle has minimal to do with the Purkinje app. Really, it is the fact that now we want to store as much information as possible in the RIS, without harming our booking department&rsquo;s productivity.</p>
<p>Thankfully, our booking manager is a great lady, and if today is any indication, we are taking large steps forward. After an afternoon pow wow with her, we have identified ideal scenarios, as well as troublesome issues, and potential work arounds. Now, I just have to speak to our developer to see what he things of my proposed &ldquo;fixes&rdquo; to problems!</p>
<!-- Social Bar BEGIN --><p style="padding-top:5px;"><span style="display:block;margin-left:auto;margin-right:auto;text-align:center;"><em>Bookmark to:</em><br /><a target="_blank" href="http://del.icio.us/post?url=http://www.pacslife.com/2007/05/30/scheduler-integration-headaches/&title=Scheduler Integration Headaches" title="Add 'Scheduler Integration Headaches' to Del.icio.us"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/delicious.png" title="Add 'Scheduler Integration Headaches' to Del.icio.us" alt="Add 'Scheduler Integration Headaches' to Del.icio.us" /></a>&nbsp;<a target="_self" href="http://digg.com/submit?phase=2&amp;url=http://www.pacslife.com/2007/05/30/scheduler-integration-headaches/&title=Scheduler Integration Headaches" title="Add 'Scheduler Integration Headaches' to digg"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/digg.png" title="Add 'Scheduler Integration Headaches' to digg" alt="Add 'Scheduler Integration Headaches' to digg" /></a>&nbsp;<a target="_self" href="http://furl.net/storeIt.jsp?t=Scheduler Integration Headaches&amp;u=http://www.pacslife.com/2007/05/30/scheduler-integration-headaches/" title="Add 'Scheduler Integration Headaches' to FURL"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/furl.png" title="Add 'Scheduler Integration Headaches' to FURL" alt="Add 'Scheduler Integration Headaches' to FURL" /></a>&nbsp;<a target="_self" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Scheduler Integration Headaches&amp;Description=Scheduler Integration Headaches&amp;Url=http://www.pacslife.com/2007/05/30/scheduler-integration-headaches/" title="Add 'Scheduler Integration Headaches' to blinklist"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/blinklist.png" title="Add 'Scheduler Integration Headaches' to blinklist" alt="Add 'Scheduler Integration Headaches' to blinklist" /></a>&nbsp;<a target="_self" href="http://user.my-tuts.com/tag-tutorial/?url=http://www.pacslife.com/2007/05/30/scheduler-integration-headaches/&title=Scheduler Integration Headaches" title="Add 'Scheduler Integration Headaches' to My-Tuts"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/mytuts.png" title="Add 'Scheduler Integration Headaches' to My-Tuts" alt="Add 'Scheduler Integration Headaches' to My-Tuts" /></a>&nbsp;<a target="_self" href="http://reddit.com/submit?url=http://www.pacslife.com/2007/05/30/scheduler-integration-headaches/&amp;title=Scheduler Integration Headaches" title="Add 'Scheduler Integration Headaches' to reddit"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/reddit.png" title="Add 'Scheduler Integration Headaches' to reddit" alt="Add 'Scheduler Integration Headaches' to reddit" /></a>&nbsp;<a target="_self" href="http://feedmelinks.com/categorize?from=toolbar&op=submit&name=Scheduler Integration Headaches&url=http://www.pacslife.com/2007/05/30/scheduler-integration-headaches/&version=0.7" title="Add 'Scheduler Integration Headaches' to Feed Me Links!"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/feedmelinks.png" title="Add 'Scheduler Integration Headaches' to Feed Me Links!" alt="Add 'Scheduler Integration Headaches' to Feed Me Links!" /></a>&nbsp;<a target="_self" href="http://technorati.com/search/Scheduler Integration Headaches" title="Add 'Scheduler Integration Headaches' to Technorati"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/technorati.png" title="Add 'Scheduler Integration Headaches' to Technorati" alt="Add 'Scheduler Integration Headaches' to Technorati" /></a>&nbsp;<a target="_self" href="http://ekstreme.com/socializer/?url=http://www.pacslife.com/2007/05/30/scheduler-integration-headaches/&title=Scheduler Integration Headaches" title="Add 'Scheduler Integration Headaches' to Socializer"><img src="http://www.pacslife.com/wp-content/plugins/social_bar/socializer.png" title="Add 'Scheduler Integration Headaches' to Socializer" alt="Add 'Scheduler Integration Headaches' to Socializer" /></a>&nbsp;</span></p>
<!-- Social Bar END -->]]></content:encoded>
			<wfw:commentRss>http://www.pacslife.com/2007/05/30/scheduler-integration-headaches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
