<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Clovertech | Brad Gollifer | Activity</title>
	<link>https://clovertech.infor.com/members/brad-gollifer/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/brad-gollifer/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Brad Gollifer.</description>
	<lastBuildDate>Fri, 24 Apr 2026 20:42:33 -0400</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">492b9ebfe005b1bb4435b7d9f98ceba5</guid>
				<title>Brad Gollifer started the topic CLAPI - how can I see options prior to moving to Advanced Security? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/clapi-how-can-i-see-options-prior-to-moving-to-advanced-security/</link>
				<pubDate>Thu, 03 Feb 2022 19:04:09 -0500</pubDate>

									<content:encoded><![CDATA[<p>We will be moving from no security to advanced soon but I am trying now to educate myself on what we might be able to do with CLAPI calls.  Does documentation exist outside of the webpages that I need security to reach?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2b8a628f78b8c94f3d659fb08b134ba2</guid>
				<title>Brad Gollifer replied to the topic copy entire hl7 message to a single xml field within xlate? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/copy-entire-hl7-message-to-a-single-xml-field-within-xlate/#post-76781</link>
				<pubDate>Fri, 29 Jun 2012 16:44:55 -0400</pubDate>

									<content:encoded><![CDATA[<p>One of the fields contains the entire message. &nbsp;We are passing this to an online registration project, they refuse to take the hl7. &nbsp;When we pass back in anything that the patient updates via the webpage the people in control of our HIS only want certain fields to be updateable. &nbsp;We do not have that kind of control, the HIS updates the fields we&hellip;<span class="activity-read-more" id="activity-read-more-2695"><a href="https://usspvlclovertch2.infor.com/forums/topic/copy-entire-hl7-message-to-a-single-xml-field-within-xlate/#post-76781" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f57b49099aa3b7c33b1c8ed4d03cbe23</guid>
				<title>Brad Gollifer replied to the topic copy entire hl7 message to a single xml field within xlate? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/copy-entire-hl7-message-to-a-single-xml-field-within-xlate/#post-76779</link>
				<pubDate>Fri, 29 Jun 2012 16:29:12 -0400</pubDate>

									<content:encoded><![CDATA[<p>code</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b30274a9d95e5acf7ec9803db41e56a1</guid>
				<title>Brad Gollifer replied to the topic copy entire hl7 message to a single xml field within xlate? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/copy-entire-hl7-message-to-a-single-xml-field-within-xlate/#post-76778</link>
				<pubDate>Fri, 29 Jun 2012 16:26:26 -0400</pubDate>

									<content:encoded><![CDATA[<p>Probably not the best way but i wanted others that might not be as tcl savy to be able the just edit or add fields here or there to the xml if it ever needs to be modified.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0b8e82a2bdd26aa331f5ae80c60fb30d</guid>
				<title>Brad Gollifer replied to the topic cloverleaf not receiving ack in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cloverleaf-not-receiving-ack/#post-75325</link>
				<pubDate>Wed, 05 Oct 2011 17:43:57 -0400</pubDate>

									<content:encoded><![CDATA[<p>This is an outside company that we are dealing with that uses biztalk, elimating that probably is not going to be an option.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7c7f20f29f017123c342ea2ee2a066a2</guid>
				<title>Brad Gollifer replied to the topic Useful HL7 Scripts in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/useful-hl7-scripts/#post-65826</link>
				<pubDate>Fri, 28 May 2010 18:19:58 -0400</pubDate>

									<content:encoded><![CDATA[<p>awk &#8216;{gsub(/MSH/,&#8221;nMSH&#8221;);print}&#8217; &nbsp;some_file &gt;temp<br />
puts each message on its own line and stores in file temp<br />
then search or something else</p>
<p>awk &#8216;/some big reg ex here/&#8217; temp</p>
<p>or to find a field</p>
<p>strings temp &gt;temp1<br />
grep PID temp1 |cut -f 6,20 -d &#8220;|&#8221;<br />
returns patient_name and ssn from each message in the file</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>