<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://vistapedia.com/index.php?action=history&amp;feed=atom&amp;title=RPC_HELP_TRPCBroker_CreateContext_Method_Example</id>
	<title>RPC HELP TRPCBroker CreateContext Method Example - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://vistapedia.com/index.php?action=history&amp;feed=atom&amp;title=RPC_HELP_TRPCBroker_CreateContext_Method_Example"/>
	<link rel="alternate" type="text/html" href="https://vistapedia.com/index.php?title=RPC_HELP_TRPCBroker_CreateContext_Method_Example&amp;action=history"/>
	<updated>2026-04-19T10:18:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://vistapedia.com/index.php?title=RPC_HELP_TRPCBroker_CreateContext_Method_Example&amp;diff=16605&amp;oldid=prev</id>
		<title>Kdtop: Created page with &quot;&lt;h2&gt;Call Example&lt;/h2&gt; The following program code demonstrates the use of the Call method in a hypothetical example of bringing back demographic information for a patient and t...&quot;</title>
		<link rel="alternate" type="text/html" href="https://vistapedia.com/index.php?title=RPC_HELP_TRPCBroker_CreateContext_Method_Example&amp;diff=16605&amp;oldid=prev"/>
		<updated>2015-07-05T13:52:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;h2&amp;gt;Call Example&amp;lt;/h2&amp;gt; The following program code demonstrates the use of the Call method in a hypothetical example of bringing back demographic information for a patient and t...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;h2&amp;gt;Call Example&amp;lt;/h2&amp;gt;&lt;br /&gt;
The following program code demonstrates the use of the Call method in a hypothetical example of bringing back demographic information for a patient and then displaying the results in a memo box:&lt;br /&gt;
	&lt;br /&gt;
    &amp;#039;&amp;#039;&amp;#039;procedure&amp;#039;&amp;#039;&amp;#039; TForm1.Button1Click(Sender: TObject);&lt;br /&gt;
    &amp;#039;&amp;#039;&amp;#039;begin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
      brkrRPCBroker1.RemoteProcedure := &amp;#039;GET PATIENT DEMOGRAPHICS&amp;#039;;&lt;br /&gt;
      brkrRPCBroker1.Param[0].Value := &amp;#039;DFN&amp;#039;;&lt;br /&gt;
      brkrRPCBroker1.Param[0].PType := reference;&lt;br /&gt;
      brkrRPCBroker1.Call;&lt;br /&gt;
      Memo1.Lines := brkrRPCBroker1.Results;&lt;br /&gt;
    &amp;#039;&amp;#039;&amp;#039;end;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
	&lt;br /&gt;
NOTE: For a demonstration using the Call method, please run the [[RPC_HELP_BrokerExampleEXE|BrokerExample.EXE]] located in the ..\BDK32\Samples\BrokerEx directory.&lt;/div&gt;</summary>
		<author><name>Kdtop</name></author>
	</entry>
</feed>