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