<?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 | Syed Ahmed | Activity</title>
	<link>https://clovertech.infor.com/members/sadhat/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/sadhat/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Syed Ahmed.</description>
	<lastBuildDate>Thu, 23 Apr 2026 21:47:33 -0400</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">ecc4ebad7286c71367dd284eac7c3c86</guid>
				<title>Syed Ahmed started the topic OpenEMR integration. in the forum Cloverleaf Secure Courier</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/openemr-integration/</link>
				<pubDate>Thu, 29 Jun 2023 20:08:17 -0400</pubDate>

									<content:encoded><![CDATA[<p>Greetings! Recently, We just installed OpenEMR. I wonder if anyone has experience installing Cloverleaf Secure Courier and successfully importing/exporting HL7 from/to OpenEMR. Any insights would be greatly appreciated.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">aa3a33932c7c9a7ebbc64c68162cbaad</guid>
				<title>Syed Ahmed replied to the topic Send JSON payload segment from TCL script Xlate in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/send-json-payload-segment-from-tcl-script-xlate/#post-120479</link>
				<pubDate>Tue, 18 Apr 2023 07:09:32 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank you very much, guys. It worked!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">481b8acd502adc03bc6c348c801c1324</guid>
				<title>Syed Ahmed replied to the topic Send JSON payload segment from TCL script Xlate in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/send-json-payload-segment-from-tcl-script-xlate/#post-120477</link>
				<pubDate>Mon, 17 Apr 2023 17:48:31 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks, Paul,</p>
<p>You can ignore this “set xlateOutVals $signer” line. It was one of my debugging lines.</p>
<p>Quick question/clarification &#8211; &#8220;msgset $mh $signer&#8221; will send both messages to Xlate. How do I get the $signer data from Xlate?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e2754dbf10f9eac6ed2e9d0fb2cf509f</guid>
				<title>Syed Ahmed replied to the topic Send JSON payload segment from TCL script Xlate in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/send-json-payload-segment-from-tcl-script-xlate/#post-120474</link>
				<pubDate>Mon, 17 Apr 2023 01:31:34 -0400</pubDate>

									<content:encoded><![CDATA[<p>Jim, here is my TCL script.</p>
<p>I extract the $signer from the original payload. Now, I want to pass the $signer to Xlate. If I understand correctly, do I need to &#8216;lappend dispList &#8220;CONTINUE $signer&#8221;&#8216; instead of &#8216;lappend dispList &#8220;CONTINUE $mh&#8221;&#8216; at the end of the script?</p>
<p>proc tps_signer_patient_index { args } {<br />
global HciConnName HciRoot<br />
global&hellip;<span class="activity-read-more" id="activity-read-more-25369"><a href="https://usspvlclovertch2.infor.com/forums/topic/send-json-payload-segment-from-tcl-script-xlate/#post-120474" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ea69ba501cafcd99fbfa55fccb0d7790</guid>
				<title>Syed Ahmed replied to the topic Send JSON payload segment from TCL script Xlate in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/send-json-payload-segment-from-tcl-script-xlate/#post-120472</link>
				<pubDate>Sun, 16 Apr 2023 18:41:17 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank you very much, Jim. I configured the routes in NetConfig. The issue is that Xlate receives the entire payload, whereas I require a modified payload from the TCL script. Is there anything I need to do in TCL to send the extracted payload?</p>
<p>I received very basic training to cover the fundamentals of NetConfig setup</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">39acb0a41b645adfa50142bdb2a4b19d</guid>
				<title>Syed Ahmed started the topic Send JSON payload segment from TCL script Xlate in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/send-json-payload-segment-from-tcl-script-xlate/</link>
				<pubDate>Sun, 16 Apr 2023 04:24:29 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hello there, I&#8217;m new to Cloverlear. A payload is being transferred from the web to a process. We must apply some business logic to that payload in order to extract a payload segment. I&#8217;ve written a TCL script to handle the JSON body. Now I&#8217;d like to use Xlate to convert the extracted body to HL7. We&#8217;ve already used Xlate to perform the&hellip;<span class="activity-read-more" id="activity-read-more-25365"><a href="https://usspvlclovertch2.infor.com/forums/topic/send-json-payload-segment-from-tcl-script-xlate/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">572044fc69ae86d00e258f564c1f6bd9</guid>
				<title>Syed Ahmed became a registered member</title>
				<link>https://clovertech.infor.com/activity/p/25361/</link>
				<pubDate>Wed, 12 Apr 2023 19:19:54 -0400</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>