<dl><dt><span class="strong">Parameters:</span></dt><dd><code>results</code> - the results</dd><dd><code>id_p</code> - </dd><dd><code>iDs_t</code> - </dd><dd><code>group</code> - </dd><dd><code>traits</code> - </dd><dd><code>iDs_t</code> - the i ds_t</dd><dd><code>id_p</code> - the id_p</dd></dl>
</li>
</ul>
<a name="createRequestsPatient()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createRequestsPatient</h4>
<pre>public java.util.ArrayList<<a href="../FrameWork/RequestPatient.html" title="class in FrameWork">RequestPatient</a>> createRequestsPatient()</pre>
<div class="block">Creates the requests patient. This generate a list of RequestPatient
given the ID of patient, the ID test, and ID of MU</div>
<pre>public <a href="../FrameWork/Request.html" title="class in FrameWork">Request</a> createRequest(<a href="../FrameWork/RequestPatient.html" title="class in FrameWork">RequestPatient</a> rp)</pre>
<div class="block">Creates the request for the SPU (i.e for performing a test) Given an
accepted RequestPatient, this function will create a Request for
performing a test on the SPU</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>rp</code> - the RequestPatient</dd>