<h2 title="Uses of Class FrameWork.RequestPatient" class="title">Uses of Class<br>FrameWork.RequestPatient</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../FrameWork/RequestPatient.html" title="class in FrameWork">RequestPatient</a></span><span class="tabEnd"> </span></caption>
<h3>Uses of <a href="../../FrameWork/RequestPatient.html" title="class in FrameWork">RequestPatient</a> in <a href="../../ClientGUI/package-summary.html">ClientGUI</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../ClientGUI/package-summary.html">ClientGUI</a> with type parameters of type <a href="../../FrameWork/RequestPatient.html" title="class in FrameWork">RequestPatient</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>private java.util.ArrayList<<a href="../../FrameWork/RequestPatient.html" title="class in FrameWork">RequestPatient</a>></code></td>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../ClientGUI/package-summary.html">ClientGUI</a> that return types with arguments of type <a href="../../FrameWork/RequestPatient.html" title="class in FrameWork">RequestPatient</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.ArrayList<<a href="../../FrameWork/RequestPatient.html" title="class in FrameWork">RequestPatient</a>></code></td>
<div class="block">Creates the requests patient.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../ClientGUI/package-summary.html">ClientGUI</a> with parameters of type <a href="../../FrameWork/RequestPatient.html" title="class in FrameWork">RequestPatient</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../FrameWork/Request.html" title="class in FrameWork">Request</a></code></td>
<td class="colLast"><span class="strong">MedUnitGUI.</span><code><strong><a href="../../ClientGUI/MedUnitGUI.html#createRequest(FrameWork.RequestPatient)">createRequest</a></strong>(<a href="../../FrameWork/RequestPatient.html" title="class in FrameWork">RequestPatient</a> rp)</code>
<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>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="FrameWork">
<!-- -->
</a>
<h3>Uses of <a href="../../FrameWork/RequestPatient.html" title="class in FrameWork">RequestPatient</a> in <a href="../../FrameWork/package-summary.html">FrameWork</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../FrameWork/package-summary.html">FrameWork</a> that return types with arguments of type <a href="../../FrameWork/RequestPatient.html" title="class in FrameWork">RequestPatient</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.ArrayList<<a href="../../FrameWork/RequestPatient.html" title="class in FrameWork">RequestPatient</a>></code></td>
<div class="block">Check if there are Request that aren't saw yet.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../FrameWork/package-summary.html">FrameWork</a> with parameters of type <a href="../../FrameWork/RequestPatient.html" title="class in FrameWork">RequestPatient</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../FrameWork/ClinicalFactorsTable.html" title="class in FrameWork">ClinicalFactorsTable</a></code></td>
<td class="colLast"><span class="strong">Patient.</span><code><strong><a href="../../FrameWork/Patient.html#checkClinicalFactors(FrameWork.RequestPatient)">checkClinicalFactors</a></strong>(<a href="../../FrameWork/RequestPatient.html" title="class in FrameWork">RequestPatient</a> rp)</code>