<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>private java.util.ArrayList<<ahref="../FrameWork/RequestPatient.html"title="class in FrameWork">RequestPatient</a>></code></td>
<divclass="block">The arraylist of RequestPatients.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>private java.util.ArrayList<<ahref="../FrameWork/RequestPatient.html"title="class in FrameWork">RequestPatient</a>></code></td>
<thclass="colOne"scope="col">Constructor and Description</th>
</tr>
<trclass="altColor">
<tdclass="colOne"><code><strong><ahref="../ClientGUI/MedUnitGUI.html#MedUnitGUI(FrameWork.MedUnit)">MedUnitGUI</a></strong>(<ahref="../FrameWork/MedUnit.html"title="class in FrameWork">MedUnit</a> mu)</code>
<divclass="block">Instantiates a new med unit gui.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<tableclass="overviewSummary"border="0"cellpadding="3"cellspacing="0"summary="Method Summary table, listing methods, and an explanation">
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../FrameWork/Request.html"title="class in FrameWork">Request</a></code></td>
<tdclass="colLast"><code><strong><ahref="../ClientGUI/MedUnitGUI.html#createRequest(FrameWork.RequestPatient)">createRequest</a></strong>(<ahref="../FrameWork/RequestPatient.html"title="class in FrameWork">RequestPatient</a> rp)</code>
<divclass="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>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>java.util.ArrayList<<ahref="../FrameWork/RequestPatient.html"title="class in FrameWork">RequestPatient</a>></code></td>
<dl><dt><spanclass="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>
<aname="createRequestsPatient()">
<!-- -->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>createRequestsPatient</h4>
<pre>public java.util.ArrayList<<ahref="../FrameWork/RequestPatient.html"title="class in FrameWork">RequestPatient</a>> createRequestsPatient()</pre>
<divclass="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 <ahref="../FrameWork/Request.html"title="class in FrameWork">Request</a> createRequest(<ahref="../FrameWork/RequestPatient.html"title="class in FrameWork">RequestPatient</a> rp)</pre>
<divclass="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><spanclass="strong">Parameters:</span></dt><dd><code>rp</code> - the RequestPatient</dd>