<?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 | Alan James | Activity</title>
	<link>https://clovertech.infor.com/members/alan-james/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/alan-james/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Alan James.</description>
	<lastBuildDate>Sat, 11 Apr 2026 10:18:08 -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">a04866fc80cbb101fa4ca2758745aa1a</guid>
				<title>Alan James replied to the topic special character - encoding - outbounding in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/special-character-encoding-outbounding/#post-80860</link>
				<pubDate>Fri, 27 Jun 2014 17:50:59 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank-you much &#8211; that did the trick!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">50a73120ccea6b38e8f2b956f847f76b</guid>
				<title>Alan James replied to the topic special character - encoding - outbounding in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/special-character-encoding-outbounding/#post-80858</link>
				<pubDate>Wed, 25 Jun 2014 20:38:26 -0400</pubDate>

									<content:encoded><![CDATA[<p>Actually, even if the pre proc is doing nothing, then my questions are still relevent: &nbsp;how can I determine what the vendor&#8217;s encoding is, and how can I make that character an ascii, or utf-8, numeral 2?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">482d26f78a778ba60f3191c8e1d1cbcf</guid>
				<title>Alan James replied to the topic special character - encoding - outbounding in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/special-character-encoding-outbounding/#post-80857</link>
				<pubDate>Wed, 25 Jun 2014 20:06:08 -0400</pubDate>

									<content:encoded><![CDATA[<p>Here&#8217;s what I&#8217;m getting from the vendor:</p>
<p>OBX|28|TX|R^REPORT||AVA (VTI): 1.6 cm&#65533;||||||F</p>
<p>I&#8217;m running this through a route with a pre proc to swap the special character out and replace it with the numeral 2. &nbsp;Here&#8217;s the relevent code for that:</p>
<p>&nbsp;set x &#8220;&#65533;&#8221;<br />
&nbsp;	 &nbsp;regsub -all $x $msg {2} newmsg</p>
<p>This works in the testing tool so long as I keep the&hellip;<span class="activity-read-more" id="activity-read-more-8162"><a href="https://usspvlclovertch2.infor.com/forums/topic/special-character-encoding-outbounding/#post-80857" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2bf26bc6f25e568c445c8ca3264c3794</guid>
				<title>Alan James replied to the topic Is there any way to get the unique ID in EVN:05? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/is-there-any-way-to-get-the-unique-id-in-evn05/#post-69800</link>
				<pubDate>Tue, 17 Nov 2009 21:55:17 -0500</pubDate>

									<content:encoded><![CDATA[<p>We also have the 2.2b hbochi line outbound from STAR. &nbsp;I notice that for A60 transactions, there is data in EVN.5.2 &#8211; the name of the person whose initials appear in EVN.5.1. &nbsp;</p>
<p>So, instead of just APJ, now there&#8217;s APJ;JAMES;ALAN;P &#8211; but I only see this for the A60 transactions.</p>
<p>I wonder if you can ask for that same data output configuration from&hellip;<span class="activity-read-more" id="activity-read-more-9901"><a href="https://usspvlclovertch2.infor.com/forums/topic/is-there-any-way-to-get-the-unique-id-in-evn05/#post-69800" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b813b5c35f748aea92000e73db23d44f</guid>
				<title>Alan James replied to the topic TCL Proc filter on subfield in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/tcl-proc-filter-on-subfield/#post-66756</link>
				<pubDate>Wed, 04 Feb 2009 15:45:47 -0500</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m attaching a great little proc that&#8217;s pretty versatile for just this sort of use. &nbsp;Depending on what Gena wants to filter, the arguments for this proc would be</p>
<p>{PASSCOND ~REGEXLA01|MS4ADT} {SEGNAME PID} {FIELDNUM 3} {SUBFIELDNUM 3} &nbsp; &nbsp;to filter both of these messages</p>
<p>{PASSCOND ~LA01} {SEGNAME PID} {FIELDNUM 3} {SUBFIELDNUM 3} &nbsp;to filter only&hellip;<span class="activity-read-more" id="activity-read-more-4199"><a href="https://usspvlclovertch2.infor.com/forums/topic/tcl-proc-filter-on-subfield/#post-66756" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3680e04418668d8bf97b0945e1a24fbf</guid>
				<title>Alan James replied to the topic Filter out messages in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/filter-out-messages/#post-66348</link>
				<pubDate>Wed, 10 Dec 2008 17:49:03 -0500</pubDate>

									<content:encoded><![CDATA[<p>Use the attached proc with the following arguments:</p>
<p>{PASSCOND A01} {SEGNAME MSH} {FIELDNUM 8} {SUBFIELDNUM 1}</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5bcc294edf24d384745515e034bbf750</guid>
				<title>Alan James replied to the topic Mapping LOINCs in the forum General</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/mapping-loincs/#post-66301</link>
				<pubDate>Tue, 02 Dec 2008 14:09:45 -0500</pubDate>

									<content:encoded><![CDATA[<p>Don&#8217;t have experience doing this, but if you Google &#8220;loinc hl7&#8221;, you get a ton of links &#8211; many of which look very helpful, some with downloadable programs for mapping, etc. &nbsp;Here&#8217;s a&hellip;<span class="activity-read-more" id="activity-read-more-15567"><a href="https://usspvlclovertch2.infor.com/forums/topic/mapping-loincs/#post-66301" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8dc4c21c37d2b75f10873348432352a1</guid>
				<title>Alan James replied to the topic Cloverleaf works with VMWare in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cloverleaf-works-with-vmware/#post-62646</link>
				<pubDate>Mon, 22 Oct 2007 13:38:33 -0400</pubDate>

									<content:encoded><![CDATA[<p>Rey &#8211; Where can we find the documentation for the Cloverleaf certified OS/chip set certification list?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>