<?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 | Dustin Sayes | Activity</title>
	<link>https://clovertech.infor.com/members/dustin-sayes/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/dustin-sayes/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Dustin Sayes.</description>
	<lastBuildDate>Tue, 14 Apr 2026 19:11:56 -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">9fd085fbde154840ba0c44726ff00460</guid>
				<title>Dustin Sayes replied to the topic Deleting threads via TCL script or shell script? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/deleting-threads-via-tcl-script-or-shell-script/#post-120088</link>
				<pubDate>Thu, 17 Nov 2022 15:15:53 -0500</pubDate>

									<content:encoded><![CDATA[<p>Hi Megan, thread names and their configurations are stored in the NetConfig file. You&#8217;ll find the NetConfig in the site directory.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f6a9148bac4ad8524b375858bee2276d</guid>
				<title>Dustin Sayes replied to the topic Convert TIFF to PDF in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/convert-tiff-to-pdf/#post-120036</link>
				<pubDate>Mon, 31 Oct 2022 18:19:14 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hey Todd, just wanted to thank you for taking the time to respond here. OCR was my missing link; I was using tiff2pdf, but that was simply creating a pdf file that was still an image, where the customer needs a text searchable file.</p>
<p>I&#8217;ve not come to a complete solution here. My OCR results are not super awesome quality. Some letters are changed,&hellip;<span class="activity-read-more" id="activity-read-more-24885"><a href="https://usspvlclovertch2.infor.com/forums/topic/convert-tiff-to-pdf/#post-120036" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d176fc3d27eb8b39a8c4b23ea0bc8331</guid>
				<title>Dustin Sayes started the topic Convert TIFF to PDF in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/convert-tiff-to-pdf/</link>
				<pubDate>Wed, 26 Oct 2022 17:21:21 -0400</pubDate>

									<content:encoded><![CDATA[<p>The EMR vendor is sending a base64 TIFF in an ORU.</p>
<p>We need this TIFF image file to be text searchable.</p>
<p>Are there any options to convert a TIFF image to a text searchable format &#8211; PDF or HTML?</p>
<p>&nbsp;</p>
<p>Thank you!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">19f6cf7af95311e043192fe33c7d3a94</guid>
				<title>Dustin Sayes replied to the topic fileset-local lost messages in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/fileset-local-lost-messages/#post-112306</link>
				<pubDate>Tue, 10 Sep 2019 19:01:24 -0400</pubDate>

									<content:encoded><![CDATA[<p>Excellent. Nice job on getting your .sh to run and to resole your issue.</p>
<p>I do think it would be best to resolve your issue by addressing the problem, which sounds like at file read time, rather than implementing an additional routine to fix the issue.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1a54dbfd750c649c61f35190c6bd7f07</guid>
				<title>Dustin Sayes replied to the topic fileset-local lost messages in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/fileset-local-lost-messages/#post-112281</link>
				<pubDate>Tue, 10 Sep 2019 16:05:14 -0400</pubDate>

									<content:encoded><![CDATA[<p>try adding some information to your cronjob.</p>
<p>here is a sample cron job that runs a .sh.</p>
<p>sourcing the /etc/profile, hci .profile, setting root and site, before running the script</p>
<p>@midnight source /etc/profile; source /home/hci/.profile; setroot; setsite &#8220;yoursite&#8221;; &#8220;dir to your .sh&#8221;</p>
<p>&nbsp;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4bc57ea9e1e74e66a0ee35f612f0dc57</guid>
				<title>Dustin Sayes replied to the topic XLATE ORU to MDM in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/xlate-oru-to-mdm/#post-112280</link>
				<pubDate>Tue, 10 Sep 2019 15:55:24 -0400</pubDate>

									<content:encoded><![CDATA[<p>Mark, you should be able to do this with no problem at all. Create the inbound hl7 variant for the ORU, and create/use an MDM variant for the outbound side. ORU&#8217;s and MDM&#8217;s are typically very close in structure &#8211; close enough at least to use the copy command, in the xlate and move the message values from inbound to outbound. You&#8217;ll want to modify&hellip;<span class="activity-read-more" id="activity-read-more-16513"><a href="https://usspvlclovertch2.infor.com/forums/topic/xlate-oru-to-mdm/#post-112280" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1f7de8089f6a287a668c83edbb23035f</guid>
				<title>Dustin Sayes replied to the topic How do we access hciserveradmin with PuTTy? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/how-do-we-access-hciserveradmin-with-putty/#post-112159</link>
				<pubDate>Thu, 05 Sep 2019 15:29:28 -0400</pubDate>

									<content:encoded><![CDATA[<p>Off hand, i don&#8217;t have a solution. I&#8217;d recommend upgrading your GM to the latest release. 6.2.1 appears to be the latest, and see if that fixes the issue.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c074e40b7991d677ee379628df6b78d5</guid>
				<title>Dustin Sayes replied to the topic run cURL command from TCL script in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/run-curl-command-from-tcl-script/#post-112127</link>
				<pubDate>Wed, 04 Sep 2019 18:37:14 -0400</pubDate>

									<content:encoded><![CDATA[<p>if i had to guess, your url will change with each message. so build the url variable&#8230;</p>
<p>set url $urlConstant/$msgID/file  # or something similar. You are doing an http get, so the webserver will need specifics in the URL. Once you post you&#8217;ll get an http status code, not the token you are hoping for. Any sort of data back will be handled outside&hellip;<span class="activity-read-more" id="activity-read-more-16356"><a href="https://usspvlclovertch2.infor.com/forums/topic/run-curl-command-from-tcl-script/#post-112127" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">39c3cb655eafa97d338aa8e3674d497e</guid>
				<title>Dustin Sayes replied to the topic OBX From Data Extract in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/obx-from-data-extract/#post-112124</link>
				<pubDate>Wed, 04 Sep 2019 18:06:19 -0400</pubDate>

									<content:encoded><![CDATA[<p>so sometimes each line will be a new message and sometimes not? that is going to tricky. And i dont think you can reliable do that in an xlate. you&#8217;d wanted to be very clear on what is the trigger for creating a new message or appending the next line to the same message.  it could be best to first re-create the source file, so that it contains&hellip;<span class="activity-read-more" id="activity-read-more-16354"><a href="https://usspvlclovertch2.infor.com/forums/topic/obx-from-data-extract/#post-112124" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">809f8b79ad50a3cd8decc5feca183351</guid>
				<title>Dustin Sayes replied to the topic OBX From Data Extract in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/obx-from-data-extract/#post-112120</link>
				<pubDate>Wed, 04 Sep 2019 17:50:48 -0400</pubDate>

									<content:encoded><![CDATA[<p>I see your sample file. should each line be a new message, or should this entire file create a single HL7 message? Its hard to tell from the example b/c mrn and acct numbers are the same for each line. However, your original post states that multiple lines may be required to create a single message.  Can you clarify that? will the multiple lines&hellip;<span class="activity-read-more" id="activity-read-more-16351"><a href="https://usspvlclovertch2.infor.com/forums/topic/obx-from-data-extract/#post-112120" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4db476e8daa8fe5104c5123a5a60d4f4</guid>
				<title>Dustin Sayes replied to the topic OBX From Data Extract in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/obx-from-data-extract/#post-112116</link>
				<pubDate>Wed, 04 Sep 2019 17:43:51 -0400</pubDate>

									<content:encoded><![CDATA[<p>is your source file per message -one message per file? if so, is your thread set to read to the end of file? if this is the scenario, then concat the multiple fields, in the xlate, and copy to the obx segment.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3dda98f5f4060cca9989444cdd01f055</guid>
				<title>Dustin Sayes replied to the topic How do we access hciserveradmin with PuTTy? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/how-do-we-access-hciserveradmin-with-putty/#post-112094</link>
				<pubDate>Wed, 04 Sep 2019 14:19:17 -0400</pubDate>

									<content:encoded><![CDATA[<p>i have a similar issue. hciaccess will run but hciserveradmin will not.</p>
<p>I was able to resolve my issue&#8230; try this fix:</p>
<p>navigate to $HCIROOT/client</p>
<p>you will modify the client.ini, so you may want to make a backup copy. While in client.ini, change &#8220;last_remote=true&#8221;, too &#8220;last_remote=false&#8221;.</p>
<p>save client.ini modifications then relaunch&hellip;<span class="activity-read-more" id="activity-read-more-16328"><a href="https://usspvlclovertch2.infor.com/forums/topic/how-do-we-access-hciserveradmin-with-putty/#post-112094" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8d3cfd367f7eb11e4d38d36566edacbe</guid>
				<title>Dustin Sayes replied to the topic How do we access hciserveradmin with PuTTy? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/how-do-we-access-hciserveradmin-with-putty/#post-112078</link>
				<pubDate>Tue, 03 Sep 2019 22:02:00 -0400</pubDate>

									<content:encoded><![CDATA[<p>will hciaccess run?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">54983df3eb6629475924a3f713861323</guid>
				<title>Dustin Sayes replied to the topic How do we access hciserveradmin with PuTTy? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/how-do-we-access-hciserveradmin-with-putty/#post-112077</link>
				<pubDate>Tue, 03 Sep 2019 21:34:01 -0400</pubDate>

									<content:encoded><![CDATA[<p>a couple of thoughts..</p>
<p>confirm that X11FORWARDING is set to yes in /etc/ssh/sshd_config</p>
<p>also, you may need to add this to your .profile.local.end</p>
<p>export DISPLAY=&#8221;yourlocalmachineIP&#8221;:0.0</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e85cc9e7406808c93889b26e6edeb6be</guid>
				<title>Dustin Sayes replied to the topic Script(s) to archive smat files in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/scripts-to-archive-smat-files/#post-111292</link>
				<pubDate>Wed, 07 Aug 2019 15:46:22 -0400</pubDate>

									<content:encoded><![CDATA[<p>here ya go, should be attached to this post.</p>
<p>its nothing special. i think most of this comes with CL by default? but slightly modified. it isnt for 19.1, but still shows as example. you&#8217;ll call the cycle_save.bat from task manager.</p>
<p>hope this helps..</p>
<p>&nbsp;</p>
<p>**edit&#8230; clovertech isn&#8217;t allowing the .bat and another file to be uploaded. i&#8217;ve zipped it&hellip;<span class="activity-read-more" id="activity-read-more-15509"><a href="https://usspvlclovertch2.infor.com/forums/topic/scripts-to-archive-smat-files/#post-111292" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1b641d44c89cea06b9d454164752a564</guid>
				<title>Dustin Sayes replied to the topic Script(s) to archive smat files in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/scripts-to-archive-smat-files/#post-111290</link>
				<pubDate>Wed, 07 Aug 2019 15:29:51 -0400</pubDate>

									<content:encoded><![CDATA[<p>Bevan, did you get it working? I&#8217;ve got a combination of .bat and tcl scripts that are triggered from task scheduler to cycle smat files then move them to a target dir, if you need for examples..</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">19965310d1e958eeedd931de93ea9cf7</guid>
				<title>Dustin Sayes replied to the topic PDF to DICOM in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/pdf-to-dicom/#post-111258</link>
				<pubDate>Tue, 06 Aug 2019 16:23:21 -0400</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;d start here &#8211; <a href="https://support.dcmtk.org/docs/pdf2dcm.html" rel="nofollow ugc">https://support.dcmtk.org/docs/pdf2dcm.html</a></p>
<p>other than that, i did a google search for PDF to DICOM &#8211; a fair amount of resources on the web. You may need to use a UPoC in cloverleaf to execute the code. Infor has the DICOM protocol, but i dont think it converts PDF to DICOM.</p>
<p>&nbsp;</p>
<p>Infor consulting services may be able to offer a&hellip;<span class="activity-read-more" id="activity-read-more-15473"><a href="https://usspvlclovertch2.infor.com/forums/topic/pdf-to-dicom/#post-111258" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8a292602e09cbcea0907fcc602c2098b</guid>
				<title>Dustin Sayes replied to the topic PDF to DICOM in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/pdf-to-dicom/#post-111252</link>
				<pubDate>Tue, 06 Aug 2019 13:59:27 -0400</pubDate>

									<content:encoded><![CDATA[<p>Assuming the DICOM image wont be used for diagnostic purposes&#8230; If coming from a PDF, it certainly will not be diagnostic quality.</p>
<p>DICOM images have a lot of meta data associated with them. You&#8217;d need need to build out all of the tags and add meta data too.</p>
<p>It can undoubtedly be done. but why? Most PACS vendors can display a PDF just fine. and&hellip;<span class="activity-read-more" id="activity-read-more-15467"><a href="https://usspvlclovertch2.infor.com/forums/topic/pdf-to-dicom/#post-111252" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">556d40215a1967feb44335215d1411e4</guid>
				<title>Dustin Sayes replied to the topic Simple x12 Interface in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/simple-x12-interface/#post-109794</link>
				<pubDate>Wed, 19 Jun 2019 13:13:06 -0400</pubDate>

									<content:encoded><![CDATA[<p>Following up on Jim&#8217;s direction&#8230; if unsure of the payload, enable all info on the process log and it will give a hex dump of inbound data. Hope this helps..</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3c97cf9df5ed64c504140be283036b4b</guid>
				<title>Dustin Sayes replied to the topic Best way to shut down Cloverleaf? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/best-way-to-shut-down-cloverleaf/#post-109675</link>
				<pubDate>Mon, 17 Jun 2019 17:18:01 -0400</pubDate>

									<content:encoded><![CDATA[<p>once you have decided how you want to stop the processes, run hcisitectl -K to stop the lock manager and monitor daemon.</p>
<p>i think this is a great example of why cloverleaf is a great engine. we have flexibility on how to bring it down and how to bring it up, to meet a sites specific needs.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">86154e58541047e10b396b37ddefe9cd</guid>
				<title>Dustin Sayes replied to the topic statistic database in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/statistic-database/#post-109332</link>
				<pubDate>Tue, 11 Jun 2019 16:24:02 -0400</pubDate>

									<content:encoded><![CDATA[<p>I found great info in the help doc under site preferences. My prior search for statistic database, in search didn&#8217;t return anything, which is why i posted. </p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1d865dffaa3ad20f196ca0f0fc89225c</guid>
				<title>Dustin Sayes started the topic statistic database in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/statistic-database/</link>
				<pubDate>Tue, 11 Jun 2019 13:58:04 -0400</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;d like to learn to utilize the built in statistic database. I&#8217;ve looked for documentation, but haven&#8217;t found any. Please post where I can find documentation, if it is available.<br />
Other wise, I&#8217;m starting from scratch. Does the &#8220;store runtime statistics into database&#8221; utilize the database that is configured in the &#8220;External Databases&#8221; tab, of&hellip;<span class="activity-read-more" id="activity-read-more-13428"><a href="https://usspvlclovertch2.infor.com/forums/topic/statistic-database/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4504ca355aef044bf0c2bd13b45d20e8</guid>
				<title>Dustin Sayes replied to the topic Reset and Collect Statistics into a DB - TCL - hcimsiutil in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/reset-and-collect-statistics-into-a-db-tcl-hcimsiutil/#post-109096</link>
				<pubDate>Thu, 06 Jun 2019 19:11:44 -0400</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m very interested in learning about the statistic database.<br />
Where do we configure which DB will be used for the statistic db?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7a4312eded3eae85caba620792028c14</guid>
				<title>Dustin Sayes replied to the topic VARIOUS WAYS TO MANIPULATE AN HL7 MSG in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/various-ways-to-manipulate-an-hl7-msg/#post-86459</link>
				<pubDate>Fri, 24 Aug 2018 16:39:25 -0400</pubDate>

									<content:encoded><![CDATA[<p>What is the minor change? If it isn&#8217;t involving encoding characters or escape sequences, your best bet is a variant and xlate. Else, if you are you dealing with encoding characters you&#8217;ll most likely need to address this outside of the xlate. </p>
<p>I personally find value in building a variant, xlates and defined routes at the beginning of the&hellip;<span class="activity-read-more" id="activity-read-more-4143"><a href="https://usspvlclovertch2.infor.com/forums/topic/various-ways-to-manipulate-an-hl7-msg/#post-86459" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2710e4bc4e4ab725186ab4cd843d0976</guid>
				<title>Dustin Sayes replied to the topic Access encrypted smatdb files... in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/access-encrypted-smatdb-files/#post-84574</link>
				<pubDate>Thu, 23 Aug 2018 16:58:11 -0400</pubDate>

									<content:encoded><![CDATA[<p>John, using string range 0 9 and 10 end on the TimeIn value that is returned from the SQL query works well. thank you!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d11645d52823dd88aa277ed320d60c64</guid>
				<title>Dustin Sayes replied to the topic Access encrypted smatdb files... in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/access-encrypted-smatdb-files/#post-84572</link>
				<pubDate>Thu, 23 Aug 2018 15:48:26 -0400</pubDate>

									<content:encoded><![CDATA[<p>Rob,</p>
<p>In your example above, is there any logic wrapped around the Time, TimeIn, and TimeOut values that are returned from your query?<br />
I&#8217;m asking b/c in my current environment, the time values are returning to me as clock clicks rather than clock seconds. As is, I&#8217;m having difficulties getting a useable time value from my smatdb queries. else,&hellip;<span class="activity-read-more" id="activity-read-more-4696"><a href="https://usspvlclovertch2.infor.com/forums/topic/access-encrypted-smatdb-files/#post-84572" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2f92b81b1686d01dd21e762455919765</guid>
				<title>Dustin Sayes replied to the topic Changing the  value of PV1-4 based on on the table values in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/changing-the-value-of-pv1-4-based-on-on-the-table-values/#post-85737</link>
				<pubDate>Tue, 21 Nov 2017 18:49:34 -0500</pubDate>

									<content:encoded><![CDATA[<p>I agree with Jim.<br />
Sounds like either a bad message or bad end of line characters.<br />
You&#8217;ll need to set your testing tool to use New Line or Length Encoded, per your message requirements.<br />
If you are not sure about your end of line characters; I use notepad++ to show all characters, then under the edit menu &#8220;EOL Conversion&#8221; select &nbsp;&#8220;(CR)&#8221;. this will&hellip;<span class="activity-read-more" id="activity-read-more-8082"><a href="https://usspvlclovertch2.infor.com/forums/topic/changing-the-value-of-pv1-4-based-on-on-the-table-values/#post-85737" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e2d34aef9b832e2b5f09e34924018608</guid>
				<title>Dustin Sayes replied to the topic Thank you Jim Koslosski in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/thank-you-jim-koslosski/#post-79435</link>
				<pubDate>Thu, 26 Oct 2017 15:23:05 -0400</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve spoken with Jim over email and phone a few times, over the years; and here on the forums.</p>
<p>Jim is absolutely an asset to our community and I am extremely greatful for every second he has given me!</p>
<p>Thank you Jim!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c7c7a0f08c840ffcfbf53fdd05455b28</guid>
				<title>Dustin Sayes replied to the topic returning multiple HL7 messages from a single message input in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/returning-multiple-hl7-messages-from-a-single-message-input/#post-85665</link>
				<pubDate>Fri, 20 Oct 2017 23:50:02 -0400</pubDate>

									<content:encoded><![CDATA[<p>I think you&#8217;ve got numerous options, here is my idea.</p>
<p>Since you are mainly interested in TCL, I&#8217;d loop through my message and save each row to multiple variables that eventually become your msgset. Then loop though each of your variables and set them to msgset as you create your dispList. Then lappend each of your msgset to the dispList, then&hellip;<span class="activity-read-more" id="activity-read-more-15701"><a href="https://usspvlclovertch2.infor.com/forums/topic/returning-multiple-hl7-messages-from-a-single-message-input/#post-85665" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5b8438a5e57adb39bdee546859bca0b2</guid>
				<title>Dustin Sayes replied to the topic Documenting Interface Code - How to in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/documenting-interface-code-how-to/#post-85577</link>
				<pubDate>Fri, 22 Sep 2017 19:48:17 -0400</pubDate>

									<content:encoded><![CDATA[<p>The .xlt is pretty easy to read and follow in most cases. Write a program to read through the .xlt then output as step by step statements.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">30dcec51b9285203f4e8448a0d54794c</guid>
				<title>Dustin Sayes replied to the topic SQLite and Cloverleaf in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/sqlite-and-cloverleaf/#post-79302</link>
				<pubDate>Wed, 22 Mar 2017 13:34:42 -0400</pubDate>

									<content:encoded><![CDATA[<p>Charlie, what do you mean by name space?<br />
I need this to only run once a month, when the thread timer goes off. The inbound file may contain hundreds of rows, so I don&#8217;t want want the DB to be initialized after each message. </p>
<p><code><s></s><i><br />
</i>switch -exact -- $mode &#123;</code><br />
 [code]<i><br />
</i>switch -exact &#8212; $mode &#123;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9bc9e0b6f9b5abac071d1f353da4e34c</guid>
				<title>Dustin Sayes replied to the topic SQLite and Cloverleaf in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/sqlite-and-cloverleaf/#post-79300</link>
				<pubDate>Wed, 22 Mar 2017 03:50:55 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;d like to initialize my database when my fileset-local thread starts up.<br />
By initialize I mean&#8230; drop and create&#8230;.<br />
#Check if the table Exist and drop if it does<br />
set sqldrop &#8220;DROP TABLE IF EXISTS mydatabasename.mytablename;&#8221;</p>
<p>#Then recreate the table<br />
set sqlcreate &#8220;CREATE TABLE mydatabasename.mytablename ( create some rows );</p>
<p>#then run&hellip;<span class="activity-read-more" id="activity-read-more-1226"><a href="https://usspvlclovertch2.infor.com/forums/topic/sqlite-and-cloverleaf/#post-79300" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3ec060f3bbc99ae66ea90e1a7708d188</guid>
				<title>Dustin Sayes replied to the topic Outbound FTP filename retention in the forum General</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/outbound-ftp-filename-retention/#post-84987</link>
				<pubDate>Mon, 20 Mar 2017 01:14:27 -0400</pubDate>

									<content:encoded><![CDATA[<p>Should get the ib file name and set it to a value:</p>
<p>set your_ib_file_name [msgmetaget $mh USERDATA]</p>
<p>Then to set outbound file name</p>
<p>msgmetaset $mh DRIVERCTL &#8220;{FILESET {{OBFILE $new_name}}}&#8221;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9a92fe16590522e901fa7eef0434af01</guid>
				<title>Dustin Sayes replied to the topic message delay questions in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/message-delay-questions/#post-77504</link>
				<pubDate>Wed, 23 Mar 2016 20:43:02 -0400</pubDate>

									<content:encoded><![CDATA[<p>using 6.0.2<br />
Does your script contain features that only work on 6.1?<br />
I know the hcicmd is normal command&#8230;<br />
I don&#8217;t understand this part of your script:<br />
$HciConnName prls_obd 1&#8242; &gt; /dev/null 2&gt; /dev/null&#8221; | at now + $delay $unit &gt; /dev/null 2&gt; /dev/null</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">fe5d9b4a9f515248e3339faf5f5d0fcc</guid>
				<title>Dustin Sayes replied to the topic message delay questions in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/message-delay-questions/#post-77502</link>
				<pubDate>Wed, 23 Mar 2016 20:09:51 -0400</pubDate>

									<content:encoded><![CDATA[<p>Attempting to use the script posted by Jacques but I get TCL 203 error.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1feffef885c5f1982f45baf2b810dd37</guid>
				<title>Dustin Sayes replied to the topic webservice needs to get sessionid with 2 different URL&#039;s in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/webservice-needs-to-get-sessionid-with-2-different-urls/#post-83570</link>
				<pubDate>Tue, 19 Jan 2016 21:15:15 -0500</pubDate>

									<content:encoded><![CDATA[<p>Does the session ID come back in an XML file?<br />
Hmm, and in that XML file, is the HL7 message also in the same XML file?</p>
<p>I&#8217;ve never done this before, just thinking out loud..</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9c023f395c1048f637c5fa979576f0f1</guid>
				<title>Dustin Sayes replied to the topic FRL - Multiline records in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/frl-multiline-records/#post-83275</link>
				<pubDate>Fri, 30 Oct 2015 17:15:44 -0400</pubDate>

									<content:encoded><![CDATA[<p>Correct, each record is broken into multiple lines: Here is a sample. I anomized some data for HIPAA.<br />
Where stringrange 0 3 = REC1 is beginning of a new record.<br />
Note below there are two layouts. Apparently there is a value at position 14-20 that indicates which layout is being used. I dont have all the details on that yet but I figure if I could&hellip;<span class="activity-read-more" id="activity-read-more-3636"><a href="https://usspvlclovertch2.infor.com/forums/topic/frl-multiline-records/#post-83275" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">441719a685c8f8962d6c99df5c8af4bf</guid>
				<title>Dustin Sayes replied to the topic FRL - Multiline records in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/frl-multiline-records/#post-83273</link>
				<pubDate>Fri, 30 Oct 2015 16:18:55 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hey Jim, thanks for the post. </p>
<p>I&#8217;m not sure I follow you. I do see how to repeat an FRL in an HRL. Only the first line starts with &#8220;REC1&#8221; the next seven lines after it, don&#8217;t start with REC1 and each line has a different layout.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8bfaa45f2e9d892d7b67b63180ce9357</guid>
				<title>Dustin Sayes replied to the topic 3 routes, 3 FRL, 1 fileset-local thread in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/3-routes-3-frl-1-fileset-local-thread/#post-83174</link>
				<pubDate>Thu, 01 Oct 2015 13:46:52 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks. I had failed to set the offset and length in Trxid.<br />
Working now.<br />
Thank you!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b4c17e343885a723971e4f8bdb1f8763</guid>
				<title>Dustin Sayes replied to the topic 3 routes, 3 FRL, 1 fileset-local thread in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/3-routes-3-frl-1-fileset-local-thread/#post-83172</link>
				<pubDate>Thu, 01 Oct 2015 13:33:25 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks Charlie. Your right it is simple level 1 stuff.<br />
I guess it has taken this many years in my cloverleaf career to deal with a site that uses so much FRL.</p>
<p>Thanks! Dustin</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ee94cba2e7e6ea5d71e58610a0cd34be</guid>
				<title>Dustin Sayes replied to the topic 3 routes, 3 FRL, 1 fileset-local thread in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/3-routes-3-frl-1-fileset-local-thread/#post-83170</link>
				<pubDate>Thu, 01 Oct 2015 12:55:01 -0400</pubDate>

									<content:encoded><![CDATA[<p>currently it is set as _HCI_static_route_<br />
In this field is where I would put the first three characters right?<br />
The inbound Trx ID format is set to FRL.</p>
<p>Is there someone else I need to setup? putting the first three characters in the route name field where _HCI_static_route_ is but my messages failed.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">738bbe2eaa0af21c13567894b3db0be5</guid>
				<title>Dustin Sayes replied to the topic incr xlateInVals in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/incr-xlateinvals/#post-82225</link>
				<pubDate>Thu, 19 Mar 2015 19:37:09 -0400</pubDate>

									<content:encoded><![CDATA[<p>HA!<br />
I wasnt passing the $%g1 on the inbound&#8230; no wonder it wouldnt incr.</p>
<p>Robert, thank you a ton! This little bit of knowledge will really help me out in the future!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">68bee47052a3b96a73bd4b887fcc6c27</guid>
				<title>Dustin Sayes replied to the topic incr xlateInVals in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/incr-xlateinvals/#post-82223</link>
				<pubDate>Mon, 16 Mar 2015 17:18:17 -0400</pubDate>

									<content:encoded><![CDATA[<p>For what ever reason I only get 1 increment of the value.<br />
I am iterating, and all of the ORC segments are being processed because .001 is getting appended to each repetition.</p>
<p>i notice if i do xlateInList i get the entire &#8220;2(%g1).0(0).ORC(0).#2(%f1)&#8221;, from my copy statement. When i run a test the %g1 is incrementing with each segment like this:&hellip;<span class="activity-read-more" id="activity-read-more-5274"><a href="https://usspvlclovertch2.infor.com/forums/topic/incr-xlateinvals/#post-82223" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f5a2e4d5c891ec8ac7cd95f6b85d199e</guid>
				<title>Dustin Sayes replied to the topic incr xlateInVals in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/incr-xlateinvals/#post-82221</link>
				<pubDate>Mon, 16 Mar 2015 14:44:32 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hi Robert, thanks for the info.</p>
<p>A couple of questions.</p>
<p>Why do we initialize the value that we plan to incr on lindex 1 of the InVals?</p>
<p>I like your idea to use the math functions in the xlate tool. Can you be more specific on that?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">69a9dcc05d4880a58fe830b4f84e43fe</guid>
				<title>Dustin Sayes replied to the topic string trim component separator in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/string-trim-component-separator/#post-81971</link>
				<pubDate>Wed, 04 Feb 2015 22:11:00 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thanks for the answers.</p>
<p>I ended up doing something similar</p>
<p>@null -&gt; 1(0).1(0).1(0).OBX(0).#5(0).[1]<br />
Copy 1(0).1(0).1(0).OBX(0).#5(0).[1] -&gt; 1(0).1(0).1(0).OBX(0).#5(0)</p>
<p>thanks again.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">69e44b5f369ad808239635b1077e2126</guid>
				<title>Dustin Sayes replied to the topic grab values between special characters in a string in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/grab-values-between-special-characters-in-a-string/#post-81813</link>
				<pubDate>Thu, 08 Jan 2015 03:37:44 -0500</pubDate>

									<content:encoded><![CDATA[<p>Levy, Jim, thank you both for the proposed solutions.</p>
<p>Jim, I like your approach. It is clean and simply makes sense, as usual!</p>
<p>For this particular interface I have a fair amount of message translations going on. I had to leave the Xlate tool and move to tcl given the degree of modifications, so adding the regexp to my tps is my preferred method.&hellip;<span class="activity-read-more" id="activity-read-more-19882"><a href="https://usspvlclovertch2.infor.com/forums/topic/grab-values-between-special-characters-in-a-string/#post-81813" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f519d310ff86df249a90435b44a79526</guid>
				<title>Dustin Sayes replied to the topic fileset-ftp Outbound file name in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/fileset-ftp-outbound-file-name/#post-80951</link>
				<pubDate>Mon, 14 Jul 2014 18:23:34 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks Charlie! It works like a charm.<br />
I updated the code in my prior post in case this can be helpful for anyone else.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d0e0940ebec07505cb6c512fdc000894</guid>
				<title>Dustin Sayes replied to the topic fileset-ftp Outbound file name in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/fileset-ftp-outbound-file-name/#post-80949</link>
				<pubDate>Fri, 11 Jul 2014 01:23:19 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks for the advice Charlie.</p>
<p>Do you think I need some code check for existing file name before I send? This is an FTP thread&#8230;</p>
<p>In my testing I simply initialize the counter in startup, then in run I do CtrNextValue, then set the CtrCurVal to a variable then append to file name.</p>
<p>Do you think this is sufficient or do I need some kind of&hellip;<span class="activity-read-more" id="activity-read-more-7371"><a href="https://usspvlclovertch2.infor.com/forums/topic/fileset-ftp-outbound-file-name/#post-80949" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5d226f314b6fac6d0411502895e1005e</guid>
				<title>Dustin Sayes replied to the topic fileset-ftp Outbound file name in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/fileset-ftp-outbound-file-name/#post-80947</link>
				<pubDate>Thu, 10 Jul 2014 23:06:41 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hi Charlie, thanks a ton for the post!!<br />
I wanted to share my code with the community &#8211; thank you all for you help.</p>
<p><code><s></s><i><br />
</i>proc tpsCIIS_vxu &#123; args &#125; &#123;</code><br />
 [code]<i><br />
</i>proc tpsCIIS_vxu &#123; args &#125; &#123;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">32fcc8f23c21d765464b3735b6961a59</guid>
				<title>Dustin Sayes replied to the topic fileset-ftp Outbound file name in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/fileset-ftp-outbound-file-name/#post-80945</link>
				<pubDate>Wed, 09 Jul 2014 23:50:52 -0400</pubDate>

									<content:encoded><![CDATA[<p>the darnedest thing&#8230; every time I post on here, I fix my issue 5 minutes later&#8230; and I have been looking at this for a few days off and on.</p>
<p>My issue&#8230;</p>
<p>I was not using the OBFILE..<br />
I implemented something like this:<br />
<code><s></p>
<p>Code:<br />
</s><i><br />
</i>keylset fileKeys OBFILE "MyFile"</p>
<p></code></p>
<p>I presume it was the OBFILE command that I was missing and misusing..</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>