<?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 | Alfred Cox | Activity</title>
	<link>https://clovertech.infor.com/members/alfred-cox/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/alfred-cox/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Alfred Cox.</description>
	<lastBuildDate>Thu, 14 May 2026 03:06:18 -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">b6c7237fe0b6f70af1a82539ae214f52</guid>
				<title>Alfred Cox started the topic import a csv file to update a look up table in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/import-a-csv-file-to-update-a-look-up-table/</link>
				<pubDate>Wed, 15 Jun 2022 15:55:08 -0400</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m looking for a script to update a lookup table I have that regularly adds new entries every month</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">73663ab1b1e57dc48c1da37452d83bd0</guid>
				<title>Alfred Cox replied to the topic xlate with iterate in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/xlate-with-iterate/#post-119042</link>
				<pubDate>Wed, 21 Jul 2021 14:06:05 -0400</pubDate>

									<content:encoded><![CDATA[<p>First, you don&#8217;t need the variable. The copy statements don&#8217;t overwrite the original message so all you need is this:</p>
<p>copy 1(0).1(0).3(0).0(%g1).OBX(0).#3(0).[1] -&gt; 1(0).1(0).3(0).0(%g1).OBX(0).#3(0).[4]</p>
<p>copy 1(0).1(0).3(0).0(%g1).OBX(0).#3(0).[4] -&gt; 1(0).1(0).3(0).0(%g1).OBX(0).#3(0).[1]</p>
<p>&nbsp;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4cbe1ef66bd8a26c19c815bac5981cb0</guid>
				<title>Alfred Cox replied to the topic xlatesubstring error in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/xlatesubstring-error/#post-119006</link>
				<pubDate>Thu, 24 Jun 2021 13:59:13 -0400</pubDate>

									<content:encoded><![CDATA[<p>normal copy statement with PID-3.1 in source and destination with that code in preproc window.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">478a3f4da2923f9d75a217955131b3f3</guid>
				<title>Alfred Cox replied to the topic xlatesubstring error in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/xlatesubstring-error/#post-119004</link>
				<pubDate>Thu, 24 Jun 2021 13:52:35 -0400</pubDate>

									<content:encoded><![CDATA[<p>We do a similar tcl in a couple of our xlates. It looks like this:</p>
<p>set xlateOutVals [string range $xlateInVals 1 end]</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">79729104cabfbe957eae846f7b201bd3</guid>
				<title>Alfred Cox replied to the topic Tcl question in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/tcl-question-4/#post-118737</link>
				<pubDate>Thu, 08 Apr 2021 17:28:40 -0400</pubDate>

									<content:encoded><![CDATA[<p>Use an IF- ELSE instead of just IF. Like so:</p>
<p>if {***} {</p>
<p>set mykill = TRUE</p>
<p>} else {</p>
<p>if {XYZ} then {</p>
<p>set mykill = TRUE}</p>
<p>}</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">79f5fbe0beef4ee43fe315a2b3454499</guid>
				<title>Alfred Cox replied to the topic Null field I am trying to add verbiage in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/null-field-i-am-trying-to-add-verbiage-2/#post-118714</link>
				<pubDate>Mon, 05 Apr 2021 19:00:33 -0400</pubDate>

									<content:encoded><![CDATA[<p>Lose the equal sign. You cannot have the &#8220;=&#8221; and the &#8220;@&#8221; in the IF statement. It should look something like this:</p>
<p>0(0).EVN(0).#7(0).[0] eq @null &amp;&amp;<br />
0(0).EVN(0).#1(0).[0] eq @null</p>
<p>So, eq @null not eq =@null</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7fef8fd70d6cf1659b1111b0e760d2e4</guid>
				<title>Alfred Cox replied to the topic smat db enryption default key v19.1.1 in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/smat-db-enryption-default-key-v19-1-1/#post-118405</link>
				<pubDate>Tue, 19 Jan 2021 15:43:21 -0500</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m on 19.1.2.1. The site name works for me. Thanks.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">79cf4881c187d92f489a25020034841e</guid>
				<title>Alfred Cox changed their profile picture</title>
				<link>https://clovertech.infor.com/activity/p/21707/</link>
				<pubDate>Thu, 25 Jun 2020 14:40:05 -0400</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">64092d824b62e5d3c178989ff2f7d221</guid>
				<title>Alfred Cox replied to the topic Implementing Virginia Syndromic Surveillance ADT via HTTPS in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/implementing-virginia-syndromic-surveillance-adt-via-https/#post-117238</link>
				<pubDate>Thu, 25 Jun 2020 14:26:19 -0400</pubDate>

									<content:encoded><![CDATA[<p>I am also trying to set up an HTTPS connection. Any help would be greatly appreciated.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">07d5b23b3c0a4d47c131e7f29e318a35</guid>
				<title>Alfred Cox replied to the topic One-way hash using md5 or sha256 or equivalent in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/one-way-hash-using-md5-or-sha256-or-equivalent/#post-115271</link>
				<pubDate>Mon, 03 Feb 2020 17:54:22 -0500</pubDate>

									<content:encoded><![CDATA[<p>That&#8217;s perfect! Thank you sir!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0e4dc8609e9713f5464696266c9d907c</guid>
				<title>Alfred Cox replied to the topic One-way hash using md5 or sha256 or equivalent in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/one-way-hash-using-md5-or-sha256-or-equivalent/#post-115182</link>
				<pubDate>Fri, 31 Jan 2020 16:56:24 -0500</pubDate>

									<content:encoded><![CDATA[<p>Yes, if you could share the code for inside the xlate that would be great.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">aefc97de0bc4db5fd0d1ef39f7877eea</guid>
				<title>Alfred Cox replied to the topic One-way hash using md5 or sha256 or equivalent in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/one-way-hash-using-md5-or-sha256-or-equivalent/#post-115181</link>
				<pubDate>Fri, 31 Jan 2020 16:55:19 -0500</pubDate>

									<content:encoded><![CDATA[<p>Yes, I saw that it is there. Just having a hard time figuring out how to use it inside an xlate.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b2b49d3cadd30c57194b549272df026e</guid>
				<title>Alfred Cox started the topic One-way hash using md5 or sha256 or equivalent in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/one-way-hash-using-md5-or-sha256-or-equivalent/</link>
				<pubDate>Fri, 31 Jan 2020 15:29:10 -0500</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m trying to hash the patient&#8217;s medical record number going from within Cloverleaf 6.1.5 to an outside application. Any suggestions?</p>
<p>Thanks in advance!</p>
<p>Buzzy</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">01d652269b801ce7026ac9297cbc01ad</guid>
				<title>Alfred Cox replied to the topic Thread not up alerts in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/thread-not-up-alerts/#post-85427</link>
				<pubDate>Fri, 04 Aug 2017 17:32:38 -0400</pubDate>

									<content:encoded><![CDATA[<p>The trigger I have set up just like that. the problem is finding the variable in the action so that it only restarts the thread that isn&#8217;t up instead of all of them. </p>
<p>hcicmd -p epic_adt_test -c &#8221; prestart 1&#8243;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">94b16c064a96d6b939e32a6fc1caf13e</guid>
				<title>Alfred Cox replied to the topic X12 ack proc in the forum Tcl Library</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/x12-ack-proc/#post-82964</link>
				<pubDate>Fri, 14 Aug 2015 16:08:52 -0400</pubDate>

									<content:encoded><![CDATA[<p>Our plan is to have this be a synchronous exchange the transaction having ISA, TA1, and IEA and to report either accepted or rejected back to the sending application.</p>
<p><s></p>
<p>Jim Kosloskey wrote:<br />
</s>Alfred,</p>
<p>You will want to research the use of the TA1. Especially converse with your trading partner to see what they expect.</p>
<p>At the minimum the TA1&hellip;<span class="activity-read-more" id="activity-read-more-3597"><a href="https://usspvlclovertch2.infor.com/forums/topic/x12-ack-proc/#post-82964" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d90a1d21997e8d6eb17bf5e2ff22a5cd</guid>
				<title>Alfred Cox replied to the topic X12 ack proc in the forum Tcl Library</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/x12-ack-proc/#post-82962</link>
				<pubDate>Fri, 14 Aug 2015 13:44:14 -0400</pubDate>

									<content:encoded><![CDATA[<p>Yes, we are looking to create a TA1 acknowledgement as a reply message for each of the messages we receive before they continue downstream to the receiving system. We were of the same opinion in thinking that Cloverleaf would have provided this but they said it wasn&#8217;t something they had done and that if we wanted something like this we could&hellip;<span class="activity-read-more" id="activity-read-more-3595"><a href="https://usspvlclovertch2.infor.com/forums/topic/x12-ack-proc/#post-82962" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>