<dd><ahref="../FrameWork/MedUnit.html"title="class in FrameWork">MedUnit</a>, <ahref="../FrameWork/Patient.html"title="class in FrameWork">Patient</a></dd>
</dl>
<hr>
<br>
<pre>public class <spanclass="strong">User</span>
extends java.lang.Object</pre>
<divclass="block">The Class User.</div>
</li>
</ul>
</div>
<divclass="summary">
<ulclass="blockList">
<liclass="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ulclass="blockList">
<liclass="blockList"><aname="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<tableclass="overviewSummary"border="0"cellpadding="3"cellspacing="0"summary="Field Summary table, listing fields, 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>java.util.ArrayList<<ahref="../FrameWork/RequestPatient.html"title="class in FrameWork">RequestPatient</a>></code></td>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>id</code> - the id</dd><dd><code>name</code> - the name</dd><dd><code>jsrSPU</code> - the json reader from SPU</dd><dd><code>jswSPU</code> - the json writer to SPU</dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<aname="connexionToSPU()">
<!-- -->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>connexionToSPU</h4>
<pre>public void connexionToSPU()</pre>
<divclass="block">Connection to spu.</div>
</li>
</ul>
<aname="connexionToMU()">
<!-- -->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>connexionToMU</h4>
<pre>public void connexionToMU()</pre>
<divclass="block">Connection to medical unit.</div>
<divclass="block">Gets the json reader from SPU</div>
<dl><dt><spanclass="strong">Returns:</span></dt><dd>the json reader from SPU</dd></dl>
</li>
</ul>
<aname="checkNewRequest()">
<!-- -->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>checkNewRequest</h4>
<pre>public java.util.ArrayList<<ahref="../FrameWork/RequestPatient.html"title="class in FrameWork">RequestPatient</a>> checkNewRequest()</pre>
<divclass="block">Check if there are new request available for the patient</div>
<dl><dt><spanclass="strong">Returns:</span></dt><dd>the array list of request</dd></dl>