<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ID_p</code> - the patient ID</dd><dd><code>userName</code> - the user name</dd><dd><code>password</code> - the password</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.sql.SQLException</code> - the sQL exception</dd></dl>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name</dd><dd><code>location</code> - the location</dd><dd><code>passwd</code> - the password</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.sql.SQLException</code> - the sQL exception</dd></dl>
</li>
</ul>
<a name="getCFTable(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCFTable</h4>
<pre>public static <a href="../FrameWork/ClinicalFactorsTable.html" title="class in FrameWork">ClinicalFactorsTable</a> getCFTable(int ID_dis)
throws java.sql.SQLException</pre>
<div class="block">Gets the clinical factors table.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ID_dis</code> - the test ID</dd>
<div class="block">Insert keys of a patient.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>id_p</code> - patient ID</dd><dd><code>key</code> - the keys</dd><dd><code>flag</code> - the flag for private key or public key</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.sql.SQLException</code> - the sQL exception</dd></dl>
<div class="block">Gets the value of the encrypted clinical factor of a patient by ID of the clinical factor</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>id_p</code> - patient ID</dd><dd><code>integer</code> - the id of the clinical factor</dd>