Page MenuHomec4science

Patient.html
No OneTemporary

File Metadata

Created
Thu, Jan 2, 23:14

Patient.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_17) on Fri Jan 10 14:26:15 CET 2014 -->
<title>Patient</title>
<meta name="date" content="2014-01-10">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Patient";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Patient.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../FrameWork/MedUnit.html" title="class in FrameWork"><span class="strong">Prev Class</span></a></li>
<li><a href="../FrameWork/ReadProperties.html" title="class in FrameWork"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?FrameWork/Patient.html" target="_top">Frames</a></li>
<li><a href="Patient.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">FrameWork</div>
<h2 title="Class Patient" class="title">Class Patient</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../FrameWork/User.html" title="class in FrameWork">FrameWork.User</a></li>
<li>
<ul class="inheritance">
<li>FrameWork.Patient</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">Patient</span>
extends <a href="../FrameWork/User.html" title="class in FrameWork">User</a></pre>
<div class="block">The Class Patient. This class contains all the functions needed by a patient</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">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#birth">birth</a></strong></code>
<div class="block">The birth.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private java.lang.String[]</code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#clinicalFactors">clinicalFactors</a></strong></code>
<div class="block">The clinical factors.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#firstName">firstName</a></strong></code>
<div class="block">The first name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private int</code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#id">id</a></strong></code>
<div class="block">The id.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private com.cedarsoftware.util.io.JsonReader</code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#jsr">jsr</a></strong></code>
<div class="block">The json reader.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private com.cedarsoftware.util.io.JsonWriter</code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#jsw">jsw</a></strong></code>
<div class="block">The json writer.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#name">name</a></strong></code>
<div class="block">The name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../FrameWork/User.html" title="class in FrameWork">User</a></code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#u">u</a></strong></code>
<div class="block">The user.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#vcf">vcf</a></strong></code>
<div class="block">The markers.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../FrameWork/Patient.html#Patient(int, java.lang.String, com.cedarsoftware.util.io.JsonReader, com.cedarsoftware.util.io.JsonWriter, java.lang.String, java.lang.String, java.lang.String, java.lang.String[])">Patient</a></strong>(int&nbsp;id,
java.lang.String&nbsp;name,
com.cedarsoftware.util.io.JsonReader&nbsp;jsr,
com.cedarsoftware.util.io.JsonWriter&nbsp;jsw,
java.lang.String&nbsp;firstName,
java.lang.String&nbsp;birth,
java.lang.String&nbsp;vcf,
java.lang.String[]&nbsp;clinicalFactors)</code>
<div class="block">Instantiates a new patient.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../FrameWork/ClinicalFactorsTable.html" title="class in FrameWork">ClinicalFactorsTable</a></code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#checkClinicalFactors(FrameWork.RequestPatient)">checkClinicalFactors</a></strong>(<a href="../FrameWork/RequestPatient.html" title="class in FrameWork">RequestPatient</a>&nbsp;rp)</code>
<div class="block">Check clinical factors.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../FrameWork/ClinicalFactorsTable.html" title="class in FrameWork">ClinicalFactorsTable</a></code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#fulfillClinicalFactors(FrameWork.ClinicalFactorsTable)">fulfillClinicalFactors</a></strong>(<a href="../FrameWork/ClinicalFactorsTable.html" title="class in FrameWork">ClinicalFactorsTable</a>&nbsp;cft)</code>
<div class="block">Fulfill clinical factors.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#getBirth()">getBirth</a></strong>()</code>
<div class="block">Gets the birth.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String[]</code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#getClinicalFactors()">getClinicalFactors</a></strong>()</code>
<div class="block">Gets the clinical factors.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#getFirstName()">getFirstName</a></strong>()</code>
<div class="block">Gets the first name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#getVcf()">getVcf</a></strong>()</code>
<div class="block">Gets the markers.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.math.BigInteger[]</code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#loadKeys()">loadKeys</a></strong>()</code>
<div class="block">Load keys from the file</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#sendConsent(FrameWork.RequestPatient, boolean, java.util.ArrayList[])">sendConsent</a></strong>(<a href="../FrameWork/RequestPatient.html" title="class in FrameWork">RequestPatient</a>&nbsp;rp,
boolean&nbsp;consent,
java.util.ArrayList[]&nbsp;cfs)</code>
<div class="block">Send consent.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#setBirth(java.lang.String)">setBirth</a></strong>(java.lang.String&nbsp;birth)</code>
<div class="block">Sets the birth.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#setClinicalFactors(java.lang.String[])">setClinicalFactors</a></strong>(java.lang.String[]&nbsp;clinicalFactors)</code>
<div class="block">Sets the clinical factors.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#setFirstName(java.lang.String)">setFirstName</a></strong>(java.lang.String&nbsp;firstName)</code>
<div class="block">Sets the first name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#setVcf(java.lang.String)">setVcf</a></strong>(java.lang.String&nbsp;vcf)</code>
<div class="block">Sets the vcf.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.ArrayList[]</code></td>
<td class="colLast"><code><strong><a href="../FrameWork/Patient.html#updateCF(java.util.ArrayList[])">updateCF</a></strong>(java.util.ArrayList[]&nbsp;cf)</code>
<div class="block">Update clinical factors, i.e if the patient has modified the values before sending the consent.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_FrameWork.User">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;FrameWork.<a href="../FrameWork/User.html" title="class in FrameWork">User</a></h3>
<code><a href="../FrameWork/User.html#checkNewRequest()">checkNewRequest</a>, <a href="../FrameWork/User.html#connexionToMU()">connexionToMU</a>, <a href="../FrameWork/User.html#connexionToSPU()">connexionToSPU</a>, <a href="../FrameWork/User.html#getID()">getID</a>, <a href="../FrameWork/User.html#getJsrSPU()">getJsrSPU</a>, <a href="../FrameWork/User.html#getJswSPU()">getJswSPU</a>, <a href="../FrameWork/User.html#getName()">getName</a>, <a href="../FrameWork/User.html#receiveFromSPU()">receiveFromSPU</a>, <a href="../FrameWork/User.html#sendToSPU(org.json.JSONObject)">sendToSPU</a>, <a href="../FrameWork/User.html#sentToMU(org.json.JSONObject)">sentToMU</a>, <a href="../FrameWork/User.html#setID(java.lang.String)">setID</a>, <a href="../FrameWork/User.html#setName(java.lang.String)">setName</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="name">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>name</h4>
<pre>private&nbsp;java.lang.String name</pre>
<div class="block">The name.</div>
</li>
</ul>
<a name="firstName">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>firstName</h4>
<pre>private&nbsp;java.lang.String firstName</pre>
<div class="block">The first name.</div>
</li>
</ul>
<a name="birth">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>birth</h4>
<pre>private&nbsp;java.lang.String birth</pre>
<div class="block">The birth.</div>
</li>
</ul>
<a name="vcf">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>vcf</h4>
<pre>private&nbsp;java.lang.String vcf</pre>
<div class="block">The markers.</div>
</li>
</ul>
<a name="jsr">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>jsr</h4>
<pre>private&nbsp;com.cedarsoftware.util.io.JsonReader jsr</pre>
<div class="block">The json reader.</div>
</li>
</ul>
<a name="jsw">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>jsw</h4>
<pre>private&nbsp;com.cedarsoftware.util.io.JsonWriter jsw</pre>
<div class="block">The json writer.</div>
</li>
</ul>
<a name="clinicalFactors">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clinicalFactors</h4>
<pre>private&nbsp;java.lang.String[] clinicalFactors</pre>
<div class="block">The clinical factors.</div>
</li>
</ul>
<a name="u">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>u</h4>
<pre>private&nbsp;<a href="../FrameWork/User.html" title="class in FrameWork">User</a> u</pre>
<div class="block">The user.</div>
</li>
</ul>
<a name="id">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>id</h4>
<pre>private&nbsp;int id</pre>
<div class="block">The id.</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Patient(int, java.lang.String, com.cedarsoftware.util.io.JsonReader, com.cedarsoftware.util.io.JsonWriter, java.lang.String, java.lang.String, java.lang.String, java.lang.String[])">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Patient</h4>
<pre>public&nbsp;Patient(int&nbsp;id,
java.lang.String&nbsp;name,
com.cedarsoftware.util.io.JsonReader&nbsp;jsr,
com.cedarsoftware.util.io.JsonWriter&nbsp;jsw,
java.lang.String&nbsp;firstName,
java.lang.String&nbsp;birth,
java.lang.String&nbsp;vcf,
java.lang.String[]&nbsp;clinicalFactors)</pre>
<div class="block">Instantiates a new patient.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - the id</dd><dd><code>name</code> - the name</dd><dd><code>jsr</code> - the json reader</dd><dd><code>jsw</code> - the json writer</dd><dd><code>firstName</code> - the first name</dd><dd><code>birth</code> - the birth</dd><dd><code>vcf</code> - the markers</dd><dd><code>clinicalFactors</code> - the clinical factors</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="checkClinicalFactors(FrameWork.RequestPatient)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>checkClinicalFactors</h4>
<pre>public&nbsp;<a href="../FrameWork/ClinicalFactorsTable.html" title="class in FrameWork">ClinicalFactorsTable</a>&nbsp;checkClinicalFactors(<a href="../FrameWork/RequestPatient.html" title="class in FrameWork">RequestPatient</a>&nbsp;rp)</pre>
<div class="block">Check clinical factors. this method is supposed to be called from the GUI
check which CF correspond to the disease into the request rp and return
the result into a array of string</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>rp</code> - the requestPatient</dd>
<dt><span class="strong">Returns:</span></dt><dd>the clinical factors table</dd></dl>
</li>
</ul>
<a name="sendConsent(FrameWork.RequestPatient, boolean, java.util.ArrayList[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sendConsent</h4>
<pre>public&nbsp;void&nbsp;sendConsent(<a href="../FrameWork/RequestPatient.html" title="class in FrameWork">RequestPatient</a>&nbsp;rp,
boolean&nbsp;consent,
java.util.ArrayList[]&nbsp;cfs)</pre>
<div class="block">Send consent. Send the consent for a particular request, and the
encrypted clinical factors values if needed</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>rp</code> - the request patient</dd><dd><code>consent</code> - the consent</dd><dd><code>cfs</code> - the clinical factors</dd></dl>
</li>
</ul>
<a name="getFirstName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFirstName</h4>
<pre>public&nbsp;java.lang.String&nbsp;getFirstName()</pre>
<div class="block">Gets the first name.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the first name</dd></dl>
</li>
</ul>
<a name="setFirstName(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFirstName</h4>
<pre>public&nbsp;void&nbsp;setFirstName(java.lang.String&nbsp;firstName)</pre>
<div class="block">Sets the first name.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>firstName</code> - the new first name</dd></dl>
</li>
</ul>
<a name="getBirth()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBirth</h4>
<pre>public&nbsp;java.lang.String&nbsp;getBirth()</pre>
<div class="block">Gets the birth.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the birth</dd></dl>
</li>
</ul>
<a name="setBirth(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setBirth</h4>
<pre>public&nbsp;void&nbsp;setBirth(java.lang.String&nbsp;birth)</pre>
<div class="block">Sets the birth.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>birth</code> - the new birth</dd></dl>
</li>
</ul>
<a name="getVcf()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVcf</h4>
<pre>public&nbsp;java.lang.String&nbsp;getVcf()</pre>
<div class="block">Gets the markers.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the markers</dd></dl>
</li>
</ul>
<a name="setVcf(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setVcf</h4>
<pre>public&nbsp;void&nbsp;setVcf(java.lang.String&nbsp;vcf)</pre>
<div class="block">Sets the vcf.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>vcf</code> - the new vcf</dd></dl>
</li>
</ul>
<a name="getClinicalFactors()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClinicalFactors</h4>
<pre>public&nbsp;java.lang.String[]&nbsp;getClinicalFactors()</pre>
<div class="block">Gets the clinical factors.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the clinical factors</dd></dl>
</li>
</ul>
<a name="setClinicalFactors(java.lang.String[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setClinicalFactors</h4>
<pre>public&nbsp;void&nbsp;setClinicalFactors(java.lang.String[]&nbsp;clinicalFactors)</pre>
<div class="block">Sets the clinical factors.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>clinicalFactors</code> - the new clinical factors</dd></dl>
</li>
</ul>
<a name="fulfillClinicalFactors(FrameWork.ClinicalFactorsTable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fulfillClinicalFactors</h4>
<pre>public&nbsp;<a href="../FrameWork/ClinicalFactorsTable.html" title="class in FrameWork">ClinicalFactorsTable</a>&nbsp;fulfillClinicalFactors(<a href="../FrameWork/ClinicalFactorsTable.html" title="class in FrameWork">ClinicalFactorsTable</a>&nbsp;cft)</pre>
<div class="block">Fulfill clinical factors. Given a clinical factors table (all values =
false), this function will check on the server the previous values and
fulfill the table with the correct values. This take time because values
are encrypted</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>cft</code> - the clinical factors table</dd>
<dt><span class="strong">Returns:</span></dt><dd>the updated clinical factors table</dd></dl>
</li>
</ul>
<a name="loadKeys()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>loadKeys</h4>
<pre>public&nbsp;java.math.BigInteger[]&nbsp;loadKeys()</pre>
<div class="block">Load keys from the file</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the big integer[]</dd></dl>
</li>
</ul>
<a name="updateCF(java.util.ArrayList[])">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>updateCF</h4>
<pre>public&nbsp;java.util.ArrayList[]&nbsp;updateCF(java.util.ArrayList[]&nbsp;cf)</pre>
<div class="block">Update clinical factors, i.e if the patient has modified the values before sending the consent.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>cf</code> - the clinical factors</dd>
<dt><span class="strong">Returns:</span></dt><dd>the array list[] of updated clinical factors</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Patient.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../FrameWork/MedUnit.html" title="class in FrameWork"><span class="strong">Prev Class</span></a></li>
<li><a href="../FrameWork/ReadProperties.html" title="class in FrameWork"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?FrameWork/Patient.html" target="_top">Frames</a></li>
<li><a href="Patient.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

Event Timeline