<?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 | Rich | Activity</title>
	<link>https://clovertech.infor.com/members/rbrantsmrmc-com/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/rbrantsmrmc-com/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Rich.</description>
	<lastBuildDate>Fri, 10 Apr 2026 15:18:37 -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">21abdd371106608b6718e2ff6e0086dd</guid>
				<title>Rich replied to the topic Suppress based on date in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/suppress-based-on-date/#post-120304</link>
				<pubDate>Thu, 16 Feb 2023 20:26:40 -0500</pubDate>

									<content:encoded><![CDATA[<p>Hi Jim!</p>
<p>I should have known that you and that gorgeous car would show up!  I&#8217;m using version 20.1, and MSH.7 is formatted 20221209091927 &#8211; Year/month/day/time.  Thank you so much for your time!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">fc9deab010abb7ede2062d71b012b39a</guid>
				<title>Rich started the topic Suppress based on date in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/suppress-based-on-date/</link>
				<pubDate>Thu, 16 Feb 2023 20:16:03 -0500</pubDate>

									<content:encoded><![CDATA[<p>Team,</p>
<p>I need to suppress messages based on date, meaning if the message coming in is older than 30 days.  I don&#8217;t know how to format the condition based on the MSH.7 value.  Can you assist?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3ee97deba28d8a845dff2c50c9eb4448</guid>
				<title>Rich replied to the topic date time file drop in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/date-time-file-drop/#post-119998</link>
				<pubDate>Mon, 17 Oct 2022 15:37:52 -0400</pubDate>

									<content:encoded><![CDATA[<p>Yes, it&#8217;s an outbound thread with protocol:file.  I&#8217;d like to put date/time in the file being created.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">17ad9a6143c95229703ac11eb836992d</guid>
				<title>Rich started the topic date time file drop in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/date-time-file-drop/</link>
				<pubDate>Sun, 16 Oct 2022 19:23:09 -0400</pubDate>

									<content:encoded><![CDATA[<p>Team,</p>
<p>I need to drop a file from my interface, and want to have it as date_time.hl7.  How do I do that with Cloverleaf 6.0?</p>
<p>&nbsp;</p>
<p>Thanks!!!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b5bf3925825e3a57d0b663f507c7577c</guid>
				<title>Rich replied to the topic Problem with IF statement in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/problem-with-if-statement/#post-119658</link>
				<pubDate>Tue, 29 Mar 2022 17:25:13 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank you all for your input, I truly appreciate it!  My final solution, after thinking it through, was to put the values in a table, and kill or send based on the values being present in the table.  This allows room for growth as well.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">defc7e1d219e4f088956669833676e23</guid>
				<title>Rich replied to the topic Problem with IF statement in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/problem-with-if-statement/#post-119656</link>
				<pubDate>Tue, 29 Mar 2022 14:30:45 -0400</pubDate>

									<content:encoded><![CDATA[<p>My goal here is to send only clinic screening, and clinic ultrasound, suppressing all other messages.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7c3d0936d58a7d88e071dad93c0578ac</guid>
				<title>Rich started the topic Problem with IF statement in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/problem-with-if-statement/</link>
				<pubDate>Mon, 28 Mar 2022 22:19:09 -0400</pubDate>

									<content:encoded><![CDATA[<p>No messages are crossing with this IF statement:</p>
<p>2(0).3(0).0(0).AIL(0).#3(0).[0] ne @Clin_Screen || ~2(0).3(0).0(0).AIL(0).#3(0).[0] ne @Clin_us</p>
<p>If I cut out the || and just make it 2(0).3(0).0(0).AIL(0).#3(0).[0] ne @Clin_Screen</p>
<p>it works just fine.  I&#8217;ve used OR like this in other scripts, so I don&#8217;t understand what&#8217;s going on here.</p>
<p>See&hellip;<span class="activity-read-more" id="activity-read-more-24431"><a href="https://usspvlclovertch2.infor.com/forums/topic/problem-with-if-statement/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a451d90a4d97caf2f45f3d1c50eafb3e</guid>
				<title>Rich replied to the topic If Statements in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/if-statements/#post-119642</link>
				<pubDate>Mon, 28 Mar 2022 17:59:08 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank you, Paul, that&#8217;ll work!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c0c539eaf39464722efd93d4ace78b90</guid>
				<title>Rich started the topic If Statements in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/if-statements/</link>
				<pubDate>Mon, 28 Mar 2022 15:55:20 -0400</pubDate>

									<content:encoded><![CDATA[<p>I have an IF statement that has a space in the condition.  I&#8217;m just confirming that I put single quotes around the condition like so:</p>
<p>2(0).3(0).0(0).AIL(0).#3(0).[0] ne =&#8217;CLINIC SCREENING&#8217;</p>
<p>&nbsp;</p>
<p>Thank you all!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9ff2f642d17d4864e141638757e97a14</guid>
				<title>Rich replied to the topic empty message queue in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/empty-message-queue/#post-119332</link>
				<pubDate>Tue, 16 Nov 2021 18:29:16 -0500</pubDate>

									<content:encoded><![CDATA[<p>That was perfect, thank you!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4e9fdbe83ae2dcd1352d5f9697826602</guid>
				<title>Rich started the topic empty message queue in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/empty-message-queue/</link>
				<pubDate>Tue, 16 Nov 2021 18:16:34 -0500</pubDate>

									<content:encoded><![CDATA[<p>I have Cloverleaf 6.0.  I&#8217;ve got an outbound queue that has 7,500 messages in it, and I&#8217;d like to empty the messages out before the receiving end starts back up.  How do I do that?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e6e49760055bc0e6561ab76724698fe5</guid>
				<title>Rich replied to the topic Multi-OBX Iterate Indexing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/multi-obx-iterate-indexing/#post-119122</link>
				<pubDate>Thu, 19 Aug 2021 19:44:36 -0400</pubDate>

									<content:encoded><![CDATA[<p>First and foremost, A <em><strong>HUGE</strong></em> thank you to Jim Kosloskey for the screen sharing session to point out where I went wrong, and taking the time to make sure I understood the groove he was laying down!</p>
<p>The best thing I learned yesterday was that understanding your data completely will reduce mistakes (and frustration).</p>
<p>Solution: I didn&#8217;t realize that&hellip;<span class="activity-read-more" id="activity-read-more-23805"><a href="https://usspvlclovertch2.infor.com/forums/topic/multi-obx-iterate-indexing/#post-119122" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">602aee246ac0ff642f0a7f2f9dc48455</guid>
				<title>Rich replied to the topic Multi-OBX Iterate Indexing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/multi-obx-iterate-indexing/#post-119113</link>
				<pubDate>Tue, 17 Aug 2021 20:23:02 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks, Jim, email incoming&#8230;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5e8402a4cb297ac753fc3c7fa730d0d3</guid>
				<title>Rich replied to the topic Multi-OBX Iterate Indexing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/multi-obx-iterate-indexing/#post-119112</link>
				<pubDate>Tue, 17 Aug 2021 20:18:51 -0400</pubDate>

									<content:encoded><![CDATA[<p>I stated that wrong.  I&#8217;m coping OBX.3.1 to OBX.3.4</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ba2c93cc506e77361c0d0dd3c61de4de</guid>
				<title>Rich started the topic Multi-OBX Iterate Indexing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/multi-obx-iterate-indexing/</link>
				<pubDate>Tue, 17 Aug 2021 19:58:07 -0400</pubDate>

									<content:encoded><![CDATA[<p>Team,</p>
<p>As usual, thank you for always being on the ball!  I&#8217;m having trouble copying fields in inside an iterate.  I&#8217;m basing this on a multi-OBX index.  Here&#8217;s my Iterate:</p>
<p>Type: group</p>
<p>Basis: 1(0).1(0).3(0).0</p>
<p>Variable: %g1</p>
<p>Then I do a copy from OBX.1 to OBX.4 as follows:</p>
<p>1(0).1(0).3(0).0(%g1).OBX(0).#3(0).[0] -&gt; 1(&hellip;<span class="activity-read-more" id="activity-read-more-23790"><a href="https://usspvlclovertch2.infor.com/forums/topic/multi-obx-iterate-indexing/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">da27045c56b978713d6715edf798e0ce</guid>
				<title>Rich started the topic xlate with iterate in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/xlate-with-iterate/</link>
				<pubDate>Tue, 20 Jul 2021 20:00:40 -0400</pubDate>

									<content:encoded><![CDATA[<p>Cloverleaf 6.0 user here.  I&#8217;m using an iterate in an xlate to swap values in OBX.3.2 with OBX.3.5.  My problem is that it works in the testing tool, but cuts off the OBX segment (and the rest of the message) during use.</p>
<p>Iterate Type is group, Basis is 1(0).1(0).3(0).0, and Variable is %g1</p>
<p>copy 1(0).1(0).3(0).0(%g1).OBX(0).#3(0).[1] -&gt; @&hellip;<span class="activity-read-more" id="activity-read-more-23696"><a href="https://usspvlclovertch2.infor.com/forums/topic/xlate-with-iterate/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">90e75fddbe6e5605de9355ce9e0626e2</guid>
				<title>Rich replied to the topic xlatesubstring error in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/xlatesubstring-error/#post-119007</link>
				<pubDate>Thu, 24 Jun 2021 14:18:23 -0400</pubDate>

									<content:encoded><![CDATA[<p>That worked perfectly, thank you!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">709c1e6f28ce1763e563ad8134f80029</guid>
				<title>Rich replied to the topic xlatesubstring error in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/xlatesubstring-error/#post-119005</link>
				<pubDate>Thu, 24 Jun 2021 13:55:50 -0400</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve never used TCL translate, but that looks like a good solution.  How do I get the PID.3.1 value into the code, then into the PID segment again?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2b0094fef33233d0a0506f2f9ce333d6</guid>
				<title>Rich started the topic xlatesubstring error in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/xlatesubstring-error/</link>
				<pubDate>Thu, 24 Jun 2021 13:45:49 -0400</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m trying to pull the A off of the MRN, ex. A0004567.  I&#8217;m using Cloverleaf 6.0</p>
<p>I tried xlatsubstring and received the following error:</p>
<p>Tcl callout error<br />
xlateStrSubstring 1 end:</p>
<p>errorCode: NONE</p>
<p>errorInfo:<br />
bad type &#8220;st&#8221;: must be c, d, v, or x<br />
while executing<br />
&#8220;xpmstore $xlateId $outAdd $outType [string range $inValue $_first&hellip;<span class="activity-read-more" id="activity-read-more-23639"><a href="https://usspvlclovertch2.infor.com/forums/topic/xlatesubstring-error/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">311de51aa5cfea20347ae00d2138f1f5</guid>
				<title>Rich replied to the topic Add specified messages to view in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/add-specified-messages-to-view/#post-118635</link>
				<pubDate>Fri, 19 Mar 2021 15:41:24 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks all, I appreciate the input!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">73ce39cdb96e6335199c94a0e81386c6</guid>
				<title>Rich started the topic Add specified messages to view in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/add-specified-messages-to-view/</link>
				<pubDate>Fri, 19 Mar 2021 14:21:22 -0400</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m trying to add specific messages to view in SMAT.  I need to find MSh.4 value = L.  I tried  CHEM|L|, but that failed.  Suggestions would be greatly appreciated.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0c0f10b588312910cea1b99dd7aeb6fb</guid>
				<title>Rich started the topic Alert Mis-firing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/alert-mis-firing/</link>
				<pubDate>Wed, 21 Oct 2020 16:32:09 -0400</pubDate>

									<content:encoded><![CDATA[<p>Team,</p>
<p>Please see attached image.  I have disk full percentage alerts set up at 70, 80, and 90 percent.  However, they are falsely firing.  If I do a df, the file system is at 68%.  Any thoughts would be appreciated.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">450764c552f6fef14a956bbe809dd3ce</guid>
				<title>Rich started the topic Alert Configuration in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/alert-configuration-5/</link>
				<pubDate>Tue, 20 Oct 2020 18:12:57 -0400</pubDate>

									<content:encoded><![CDATA[<p>Team,</p>
<p>I need to set up and alert for disk space.  Will the attached image of my config work?</p>
<p>Thank you in advance,</p>
<ul>
<li>Rich</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5fa9dba4c0152f3a7b434bc1c42e0355</guid>
				<title>Rich replied to the topic Variable as array? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/variable-as-array/#post-118100</link>
				<pubDate>Tue, 13 Oct 2020 21:30:35 -0400</pubDate>

									<content:encoded><![CDATA[<p>Another question might be, can I pull the first digit directly out of 0(0).PID(0).#18(0)  by adding (0)(0) ?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a85be44be600b69c3cba093258d472db</guid>
				<title>Rich replied to the topic Variable as array? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/variable-as-array/#post-118099</link>
				<pubDate>Tue, 13 Oct 2020 20:32:14 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks Rob!  Is there a way to use a numeric variable?  My problem is that Cloverleaf 6.0 won&#8217;t let me do a substring search of PID.18.  I&#8217;m guessing because it&#8217;s numeric.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c065a332c7f7bb8470dd034d9df795c6</guid>
				<title>Rich started the topic Variable as array? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/variable-as-array/</link>
				<pubDate>Tue, 13 Oct 2020 20:18:07 -0400</pubDate>

									<content:encoded><![CDATA[<p>Gents,</p>
<p>As always, thank you so much for your continued support!</p>
<p>If I copy PID.18 (Account Number) into a variable (say @AN), Could I treat it like an array for the sake of evaluation?  Like: If @AN[0] = 5</p>
<p>Would that work?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">319a6f0f3553abc8175ef0c0c735276e</guid>
				<title>Rich started the topic Core.* files in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/core-files-2/</link>
				<pubDate>Thu, 13 Aug 2020 17:11:23 -0400</pubDate>

									<content:encoded><![CDATA[<p>I have a process that has core files that are growing too quickly (currently 440,418,304 on one of them), and have two questions on this.</p>
<ol>
<li>can I shut down the process and delete the core files?</li>
<li>How do I reduce the logging level on a process?</li>
</ol>
<p>Thank you so much in advance for your help!</p>
<p>&nbsp;</p>
<ul>
<li>Rich</li>
</ul>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">036cd7d48c595925765f1070bc0a0cad</guid>
				<title>Rich replied to the topic substring failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/substring-failing/#post-117440</link>
				<pubDate>Thu, 16 Jul 2020 20:30:16 -0400</pubDate>

									<content:encoded><![CDATA[<p>If I</p>
<p>copy 0(0).PID(0).#13(0).[5] to @AC</p>
<p>then copy 0(0).PID(0).#13(0).[6] to @AD then</p>
<p>Concat: =(<br />
@AC<br />
=)<br />
@AD</p>
<p>I get (601)551XXXX &#8211; <em>redacted number</em></p>
<p>so I know the segment is correct.  However, as soon as I try to</p>
<p>xlateStrSubstring 0 2 with an input of @AD and output to @AE it fails.</p>
<p>All I can conclude is that we have a failure trying to sub&hellip;<span class="activity-read-more" id="activity-read-more-21921"><a href="https://usspvlclovertch2.infor.com/forums/topic/substring-failing/#post-117440" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">45f9521bd85849b2aaf93d24523c8e0e</guid>
				<title>Rich replied to the topic substring failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/substring-failing/#post-117430</link>
				<pubDate>Thu, 16 Jul 2020 18:54:05 -0400</pubDate>

									<content:encoded><![CDATA[<p>How do I echo out the value?</p>
<p>&nbsp;</p>
<p>Thanks!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">17b6b1c365aed9c804f39ad4327a73ca</guid>
				<title>Rich replied to the topic substring failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/substring-failing/#post-117426</link>
				<pubDate>Thu, 16 Jul 2020 18:21:59 -0400</pubDate>

									<content:encoded><![CDATA[<p>Jim,</p>
<p>I&#8217;m parsing  PH^^^601^1234567|</p>
<p>into (601)123-4567</p>
<p>So, component level only.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7fa81bb3407d2394cffa7ae714365b15</guid>
				<title>Rich replied to the topic substring failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/substring-failing/#post-117424</link>
				<pubDate>Thu, 16 Jul 2020 18:07:55 -0400</pubDate>

									<content:encoded><![CDATA[<p>Jim,</p>
<p>I&#8217;ve tried 0 2 and 1 3</p>
<p>Both fail in the exact same way.  The odd thing is that I&#8217;ve got other xlates using the same function in the same way that do not fail.  I&#8217;ve also tried removing the line, and recreating it.  I&#8217;m befuddled!  The only difference is that I&#8217;m dealing with numeric values instead of alpha characters.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">26e489d21e108cfdf0b8ec57f17d1c99</guid>
				<title>Rich replied to the topic substring failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/substring-failing/#post-117423</link>
				<pubDate>Thu, 16 Jul 2020 18:05:02 -0400</pubDate>

									<content:encoded><![CDATA[<p>Jim,</p>
<p>I&#8217;m using this xlate to reformat the phone number as (999)999-9999.  In the testing tool, it just leave the field that should be populated by my concatenate as a blank.  I&#8217;ve tried putting constants in the variables in my concatenate, and see that that part is working fine.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d2455ff175825d45c653d6991f4d6636</guid>
				<title>Rich replied to the topic substring failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/substring-failing/#post-117421</link>
				<pubDate>Thu, 16 Jul 2020 18:00:08 -0400</pubDate>

									<content:encoded><![CDATA[<p>Since I&#8217;m not using string length, I don&#8217;t think so, but you did make me think of something.  The value I&#8217;m trying to get in PID.13.6 is phone number in the format of 1234567.  Could that be the issue, and if so, What do I use to parse just the first three digits?</p>
<p>&nbsp;</p>
<p>Thanks,</p>
<p>-&gt; Rich</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">23d0d34bb5e42cd26c2b6a575e179da9</guid>
				<title>Rich replied to the topic substring failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/substring-failing/#post-117418</link>
				<pubDate>Thu, 16 Jul 2020 17:49:25 -0400</pubDate>

									<content:encoded><![CDATA[<p>To clarify, The substring is toward the end of my xlate, and it just stops processing the xlate, and no message is sent.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c42e62b3bf5fcedf01dd4edabd6d3aee</guid>
				<title>Rich replied to the topic substring failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/substring-failing/#post-117417</link>
				<pubDate>Thu, 16 Jul 2020 17:46:21 -0400</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m using 6.0, and I&#8217;m not receiving an error, it just doesn&#8217;t pass messages unless I deactivate the substring.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4bd034a999081dbc4cb4c1c9f178b256</guid>
				<title>Rich started the topic substring failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/substring-failing/</link>
				<pubDate>Thu, 16 Jul 2020 17:38:16 -0400</pubDate>

									<content:encoded><![CDATA[<p>Team,</p>
<p>See attached image.  This substring function is causing the xlate to fail.  I don&#8217;t understand why.</p>
<p>Thank you in advance for your help!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">afeac15d1149d88c4a10088d67638a8f</guid>
				<title>Rich started the topic Xlate not working in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/xlate-not-working/</link>
				<pubDate>Mon, 06 Jul 2020 15:21:01 -0400</pubDate>

									<content:encoded><![CDATA[<p>Team,</p>
<p>I&#8217;ve got a series of actions that should parse the phone number, and change it to (999)999-9999 format.  The actions aren&#8217;t working, and I don&#8217;t know why.  Code actions follow:</p>
<p>Copy<br />
In: =(<br />
+<br />
0(0).PID(0).#13(0).[5]<br />
+<br />
=)</p>
<p>Out: @AC</p>
<p>xlateStrSubstring 0 end-4<br />
In: 0(0).PID(0).#13(0).[6]<br />
Out: @FFN</p>
<p>xlateStrSubstring 3 end<br />
In: 0&hellip;<span class="activity-read-more" id="activity-read-more-21808"><a href="https://usspvlclovertch2.infor.com/forums/topic/xlate-not-working/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ef65adc99443b9d678d1fae2c6b0fa0c</guid>
				<title>Rich replied to the topic 6.0 to 6.2 Migration in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/6-0-to-6-2-migration/#post-115942</link>
				<pubDate>Fri, 13 Mar 2020 17:06:07 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks Jim!</p>
<p>I received the following errors when running that command from the /pwim/cis6.2/integrator/ directory.  I tar&#8217;d the site I wanted, and untarred it into a sitetar directory off of the Integrator directory.  Do I need to do some kind of site export first?</p>
<p>hcirootcopy -n -s swm_deva -c /pwim/cis6.2/integrator/sitetar/swm_deva<br />
unable to&hellip;<span class="activity-read-more" id="activity-read-more-20330"><a href="https://usspvlclovertch2.infor.com/forums/topic/6-0-to-6-2-migration/#post-115942" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5c94887e70b2351393f646fee16f5dfa</guid>
				<title>Rich started the topic 6.0 to 6.2 Migration in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/6-0-to-6-2-migration/</link>
				<pubDate>Thu, 12 Mar 2020 16:30:01 -0400</pubDate>

									<content:encoded><![CDATA[<p>Team,</p>
<p>As always, thank you for your quick, insightful responses!  I need to copy all of my interfaces, scripts, xlates, etc. from my 6.0 server to my 6.2 server.  Is it possible to merely copy my six sites from  /pwim/cis6.0/integrator/ ?  Otherwise, is there a tool or documentation?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3602b617fc9fc1ea46a7b2e1cdc9ff31</guid>
				<title>Rich started the topic xlateStrSubstring error in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/xlatestrsubstring-error/</link>
				<pubDate>Mon, 24 Feb 2020 18:44:33 -0500</pubDate>

									<content:encoded><![CDATA[<p>Team,</p>
<p>I&#8217;m trying to pull the first three numbers from PV1.18 (Patient ID) for comparison and possible supression.</p>
<p>I did the following:</p>
<p>xlateStrSubstring 0 2</p>
<p>and am getting the following error in the testing tool:</p>
<p>MESSAGE 1<br />
Tcl callout error<br />
xlateStrSubstring 0 3:</p>
<p>errorCode: NONE</p>
<p>errorInfo:<br />
bad type &#8220;nm&#8221;: must be c, d, v, or x<br />
while&hellip;<span class="activity-read-more" id="activity-read-more-20050"><a href="https://usspvlclovertch2.infor.com/forums/topic/xlatestrsubstring-error/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ed3cacd3f492b43e6d65fcf38219c12d</guid>
				<title>Rich started the topic Kill message based on PV1.18 in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/kill-message-based-on-pv1-18/</link>
				<pubDate>Thu, 20 Feb 2020 19:54:31 -0500</pubDate>

									<content:encoded><![CDATA[<p>As always, thank you in advance for the awesome responses!</p>
<p>I need to kill a message if PV1.18 is either CL or CLRH.  How would you suggest I do this with Cloverleaf 6.0?</p>
<p>Thanks,</p>
<p>Rich</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">33aeca661b17253d0b32b6b8acfca4e2</guid>
				<title>Rich started the topic concatenate with space between in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/concatenate-with-space-between/</link>
				<pubDate>Fri, 14 Feb 2020 16:30:05 -0500</pubDate>

									<content:encoded><![CDATA[<p>As always, thank you in advance for your excellent advice!</p>
<p>I have a concat xlate:</p>
<p>@_PartOne<br />
@_PartTwo</p>
<p>which gives me ANKLELEFT, instead of ANKLE LEFT.  How do I add a blank space between them?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2ba081040e810a26fd2f928f9bafa1ec</guid>
				<title>Rich replied to the topic Substring with Xlate in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/substring-with-xlate/#post-115453</link>
				<pubDate>Tue, 11 Feb 2020 14:14:48 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thank you for the great response!  With the pre-proc, how do I get the OBR.18 value in, and then replace it back in OBR.18 after it is processed?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7ebbbc7df70b3b5ca71bd5118c05e20c</guid>
				<title>Rich started the topic Substring with Xlate in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/substring-with-xlate/</link>
				<pubDate>Mon, 10 Feb 2020 17:41:58 -0500</pubDate>

									<content:encoded><![CDATA[<p>This is an awesome forum with very responsive folks, and I truly appreciate you all!!!</p>
<p>I need to strip the last three characters off of an accession number.  10501496SMR  The SMR needs to be removed from the field.  Is there a way to do a substring replace with an xlate?</p>
<p>Thanks,</p>
<p>Rich</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0332b08eaa121f066e6123767ee8fcea</guid>
				<title>Rich replied to the topic Continue/Kill message based on a value in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/continue-kill-message-based-on-a-value/#post-115167</link>
				<pubDate>Fri, 31 Jan 2020 14:17:37 -0500</pubDate>

									<content:encoded><![CDATA[<p>Perfect, thank yo so much for your time!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">cae9519dc0b84098d613eff91a3f8158</guid>
				<title>Rich started the topic Continue/Kill message based on a value in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/continue-kill-message-based-on-a-value/</link>
				<pubDate>Thu, 30 Jan 2020 19:33:41 -0500</pubDate>

									<content:encoded><![CDATA[<p>If my RXA-9.1 contains 00, I need to send the message, but any other value I need to kill the message.  What&#8217;s the best way to do that?</p>
<p>&nbsp;</p>
<p>Thanks in advance!</p>
<p>Rich</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d63b8d7d287720cb9e8479121a85389e</guid>
				<title>Rich started the topic Site Interface Report in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/site-interface-report/</link>
				<pubDate>Tue, 28 Jan 2020 20:30:28 -0500</pubDate>

									<content:encoded><![CDATA[<p>I would like to produce an excel report of interfaces, connections, IP&#8217;s, and ports.  How do you do this with Cloverleaf?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">bd27331e356c6626c398662e7dcfb3a8</guid>
				<title>Rich replied to the topic Concatenate parenthesis with a variable in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/concatenate-parenthesis-with-a-variable/#post-115005</link>
				<pubDate>Thu, 23 Jan 2020 21:03:28 -0500</pubDate>

									<content:encoded><![CDATA[<p>That worked perfectly, thank you!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8c0bc875276befa22daaf6773c2c25fb</guid>
				<title>Rich replied to the topic Concatenate parenthesis with a variable in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/concatenate-parenthesis-with-a-variable/#post-115004</link>
				<pubDate>Thu, 23 Jan 2020 20:57:33 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thank you for the quick reply!</p>
<p>When I copy @ac back to pid, I get the literal value &#8220;@ac&#8221; in my HL7 message.  What did I do wrong?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">381dd19e4130afdf6786409872f1d486</guid>
				<title>Rich started the topic Concatenate parenthesis with a variable in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/concatenate-parenthesis-with-a-variable/</link>
				<pubDate>Thu, 23 Jan 2020 20:43:36 -0500</pubDate>

									<content:encoded><![CDATA[<p>Team,</p>
<p>I need to pull the value from PID.13.6, put it into a variable, then concatenate it with parenthesis around it.  I&#8217;d like to use an XLT for this.</p>
<ol>
<li>How do I pull the value, and put it into a variable?</li>
<li>How do I use concat to &#8220;(&#8221; + variablename + &#8220;)&#8221; ?</li>
</ol>
<p>Thank you!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>