Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
Replaced Date objects
Browse files Browse the repository at this point in the history
LocalDateTime could not be used due to being static, replaced with Calendar object.
  • Loading branch information
JamesMarcogliese committed Oct 18, 2017
1 parent aa4d280 commit d7a3cce
Show file tree
Hide file tree
Showing 126 changed files with 907 additions and 542 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ hs_err_pid*
.idea/

# IntelliJ build output
out/
out/
target/
6 changes: 2 additions & 4 deletions docs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Mon Oct 16 20:10:27 EDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Wed Oct 18 19:27:30 EDT 2017 -->
<title>All Classes</title>
<meta name="date" content="2017-10-16">
<meta name="date" content="2017-10-18">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -30,15 +30,13 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="messaging/services/IGenerationService.html" title="interface in messaging.services" target="classFrame"><span class="interfaceName">IGenerationService</span></a></li>
<li><a href="core/IHL7v2SenderService.html" title="interface in core" target="classFrame"><span class="interfaceName">IHL7v2SenderService</span></a></li>
<li><a href="core/IHL7v3SenderService.html" title="interface in core" target="classFrame"><span class="interfaceName">IHL7v3SenderService</span></a></li>
<li><a href="core/IPersistenceService.html" title="interface in core" target="classFrame"><span class="interfaceName">IPersistenceService</span></a></li>
<li><a href="core/IRandomizerService.html" title="interface in core" target="classFrame"><span class="interfaceName">IRandomizerService</span></a></li>
<li><a href="core/validation/IResultDetail.html" title="interface in core.validation" target="classFrame"><span class="interfaceName">IResultDetail</span></a></li>
<li><a href="core/validation/MandatoryElementMissingResultDetail.html" title="class in core.validation" target="classFrame">MandatoryElementMissingResultDetail</a></li>
<li><a href="core/model/Metadata.html" title="class in core.model" target="classFrame">Metadata</a></li>
<li><a href="core/model/componentModel/Name.html" title="class in core.model.componentModel" target="classFrame">Name</a></li>
<li><a href="randomizer/utilities/OHIPUtil.html" title="class in randomizer.utilities" target="classFrame">OHIPUtil</a></li>
<li><a href="core/model/common/Patient.html" title="class in core.model.common" target="classFrame">Patient</a></li>
<li><a href="messaging/model/ProgressResponse.html" title="class in messaging.model" target="classFrame">ProgressResponse</a></li>
<li><a href="core/PropertiesService.html" title="class in core" target="classFrame">PropertiesService</a></li>
<li><a href="randomizer/RandomizerService.html" title="class in randomizer" target="classFrame">RandomizerService</a></li>
<li><a href="core/model/componentModel/RelatedPerson.html" title="class in core.model.componentModel" target="classFrame">RelatedPerson</a></li>
Expand Down
6 changes: 2 additions & 4 deletions docs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Mon Oct 16 20:10:27 EDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Wed Oct 18 19:27:30 EDT 2017 -->
<title>All Classes</title>
<meta name="date" content="2017-10-16">
<meta name="date" content="2017-10-18">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -30,15 +30,13 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="messaging/services/IGenerationService.html" title="interface in messaging.services"><span class="interfaceName">IGenerationService</span></a></li>
<li><a href="core/IHL7v2SenderService.html" title="interface in core"><span class="interfaceName">IHL7v2SenderService</span></a></li>
<li><a href="core/IHL7v3SenderService.html" title="interface in core"><span class="interfaceName">IHL7v3SenderService</span></a></li>
<li><a href="core/IPersistenceService.html" title="interface in core"><span class="interfaceName">IPersistenceService</span></a></li>
<li><a href="core/IRandomizerService.html" title="interface in core"><span class="interfaceName">IRandomizerService</span></a></li>
<li><a href="core/validation/IResultDetail.html" title="interface in core.validation"><span class="interfaceName">IResultDetail</span></a></li>
<li><a href="core/validation/MandatoryElementMissingResultDetail.html" title="class in core.validation">MandatoryElementMissingResultDetail</a></li>
<li><a href="core/model/Metadata.html" title="class in core.model">Metadata</a></li>
<li><a href="core/model/componentModel/Name.html" title="class in core.model.componentModel">Name</a></li>
<li><a href="randomizer/utilities/OHIPUtil.html" title="class in randomizer.utilities">OHIPUtil</a></li>
<li><a href="core/model/common/Patient.html" title="class in core.model.common">Patient</a></li>
<li><a href="messaging/model/ProgressResponse.html" title="class in messaging.model">ProgressResponse</a></li>
<li><a href="core/PropertiesService.html" title="class in core">PropertiesService</a></li>
<li><a href="randomizer/RandomizerService.html" title="class in randomizer">RandomizerService</a></li>
<li><a href="core/model/componentModel/RelatedPerson.html" title="class in core.model.componentModel">RelatedPerson</a></li>
Expand Down
4 changes: 2 additions & 2 deletions docs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Mon Oct 16 20:10:27 EDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Wed Oct 18 19:27:30 EDT 2017 -->
<title>Constant Field Values</title>
<meta name="date" content="2017-10-16">
<meta name="date" content="2017-10-18">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
102 changes: 84 additions & 18 deletions docs/core/IFhirSenderService.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Mon Oct 16 20:10:27 EDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Wed Oct 18 19:27:29 EDT 2017 -->
<title>IFhirSenderService</title>
<meta name="date" content="2017-10-16">
<meta name="date" content="2017-10-18">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand All @@ -18,7 +18,7 @@
catch(err) {
}
//-->
var methods = {"i0":6,"i1":6,"i2":6};
var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
Expand Down Expand Up @@ -125,20 +125,38 @@ <h3>Method Summary</h3>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>ca.uhn.fhir.model.dstu2.resource.Patient</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../core/IFhirSenderService.html#returnSoap-core.model.componentModel.Demographic-">returnSoap</a></span>(<a href="../core/model/componentModel/Demographic.html" title="class in core.model.componentModel">Demographic</a>&nbsp;options)</code>
<div class="block">Returns the specified options.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;ca.uhn.fhir.model.dstu2.resource.Patient&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../core/IFhirSenderService.html#returnSoap-java.lang.Iterable-">returnSoap</a></span>(java.lang.Iterable&lt;<a href="../core/model/common/Patient.html" title="class in core.model.common">Patient</a>&gt;&nbsp;patients)</code>
<div class="block">Returns the specified patients.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>ca.uhn.fhir.model.dstu2.resource.Patient</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../core/IFhirSenderService.html#returnSoap-core.model.common.Patient-">returnSoap</a></span>(<a href="../core/model/common/Patient.html" title="class in core.model.common">Patient</a>&nbsp;patient)</code>
<div class="block">Returns the specified patient.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../core/IFhirSenderService.html#send-core.model.componentModel.Demographic-">send</a></span>(<a href="../core/model/componentModel/Demographic.html" title="class in core.model.componentModel">Demographic</a>&nbsp;options)</code>
<td class="colLast"><code><span class="memberNameLink"><a href="../core/IFhirSenderService.html#sendHttp-core.model.componentModel.Demographic-">sendHttp</a></span>(<a href="../core/model/componentModel/Demographic.html" title="class in core.model.componentModel">Demographic</a>&nbsp;options)</code>
<div class="block">Sends the specified options.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../core/IFhirSenderService.html#send-java.lang.Iterable-">send</a></span>(java.lang.Iterable&lt;<a href="../core/model/common/Patient.html" title="class in core.model.common">Patient</a>&gt;&nbsp;patients)</code>
<td class="colLast"><code><span class="memberNameLink"><a href="../core/IFhirSenderService.html#sendHttp-java.lang.Iterable-">sendHttp</a></span>(java.lang.Iterable&lt;<a href="../core/model/common/Patient.html" title="class in core.model.common">Patient</a>&gt;&nbsp;patients)</code>
<div class="block">Sends the specified patients.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../core/IFhirSenderService.html#send-core.model.common.Patient-">send</a></span>(<a href="../core/model/common/Patient.html" title="class in core.model.common">Patient</a>&nbsp;patient)</code>
<td class="colLast"><code><span class="memberNameLink"><a href="../core/IFhirSenderService.html#sendHttp-core.model.common.Patient-">sendHttp</a></span>(<a href="../core/model/common/Patient.html" title="class in core.model.common">Patient</a>&nbsp;patient)</code>
<div class="block">Sends the specified patient.</div>
</td>
</tr>
Expand All @@ -157,48 +175,96 @@ <h3>Method Summary</h3>
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="send-core.model.componentModel.Demographic-">
<a name="sendHttp-core.model.componentModel.Demographic-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>send</h4>
<pre>void&nbsp;send(<a href="../core/model/componentModel/Demographic.html" title="class in core.model.componentModel">Demographic</a>&nbsp;options)</pre>
<h4>sendHttp</h4>
<pre>void&nbsp;sendHttp(<a href="../core/model/componentModel/Demographic.html" title="class in core.model.componentModel">Demographic</a>&nbsp;options)</pre>
<div class="block">Sends the specified options.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>options</code> - The options.</dd>
</dl>
</li>
</ul>
<a name="send-java.lang.Iterable-">
<a name="sendHttp-java.lang.Iterable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>send</h4>
<pre>void&nbsp;send(java.lang.Iterable&lt;<a href="../core/model/common/Patient.html" title="class in core.model.common">Patient</a>&gt;&nbsp;patients)</pre>
<h4>sendHttp</h4>
<pre>void&nbsp;sendHttp(java.lang.Iterable&lt;<a href="../core/model/common/Patient.html" title="class in core.model.common">Patient</a>&gt;&nbsp;patients)</pre>
<div class="block">Sends the specified patients.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>patients</code> - The patients.</dd>
</dl>
</li>
</ul>
<a name="send-core.model.common.Patient-">
<a name="sendHttp-core.model.common.Patient-">
<!-- -->
</a>
<ul class="blockListLast">
<ul class="blockList">
<li class="blockList">
<h4>send</h4>
<pre>void&nbsp;send(<a href="../core/model/common/Patient.html" title="class in core.model.common">Patient</a>&nbsp;patient)</pre>
<h4>sendHttp</h4>
<pre>void&nbsp;sendHttp(<a href="../core/model/common/Patient.html" title="class in core.model.common">Patient</a>&nbsp;patient)</pre>
<div class="block">Sends the specified patient.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>patient</code> - The patient.</dd>
</dl>
</li>
</ul>
<a name="returnSoap-core.model.componentModel.Demographic-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>returnSoap</h4>
<pre>ca.uhn.fhir.model.dstu2.resource.Patient&nbsp;returnSoap(<a href="../core/model/componentModel/Demographic.html" title="class in core.model.componentModel">Demographic</a>&nbsp;options)</pre>
<div class="block">Returns the specified options.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>options</code> - The options.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>A Fhir patient.</dd>
</dl>
</li>
</ul>
<a name="returnSoap-java.lang.Iterable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>returnSoap</h4>
<pre>java.util.List&lt;ca.uhn.fhir.model.dstu2.resource.Patient&gt;&nbsp;returnSoap(java.lang.Iterable&lt;<a href="../core/model/common/Patient.html" title="class in core.model.common">Patient</a>&gt;&nbsp;patients)</pre>
<div class="block">Returns the specified patients.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>patients</code> - The patients.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>A Fhir patient list.</dd>
</dl>
</li>
</ul>
<a name="returnSoap-core.model.common.Patient-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>returnSoap</h4>
<pre>ca.uhn.fhir.model.dstu2.resource.Patient&nbsp;returnSoap(<a href="../core/model/common/Patient.html" title="class in core.model.common">Patient</a>&nbsp;patient)</pre>
<div class="block">Returns the specified patient.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>patient</code> - The patient.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>A Fhir patient.</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
Expand Down
4 changes: 2 additions & 2 deletions docs/core/IHL7v2SenderService.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Mon Oct 16 20:10:27 EDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Wed Oct 18 19:27:29 EDT 2017 -->
<title>IHL7v2SenderService</title>
<meta name="date" content="2017-10-16">
<meta name="date" content="2017-10-18">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
8 changes: 4 additions & 4 deletions docs/core/IHL7v3SenderService.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Mon Oct 16 20:10:27 EDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Wed Oct 18 19:27:29 EDT 2017 -->
<title>IHL7v3SenderService</title>
<meta name="date" content="2017-10-16">
<meta name="date" content="2017-10-18">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down Expand Up @@ -49,7 +49,7 @@
<div class="subNav">
<ul class="navList">
<li><a href="../core/IHL7v2SenderService.html" title="interface in core"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../core/IPersistenceService.html" title="interface in core"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
<li><a href="../core/IRandomizerService.html" title="interface in core"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?core/IHL7v3SenderService.html" target="_top">Frames</a></li>
Expand Down Expand Up @@ -223,7 +223,7 @@ <h4>send</h4>
<div class="subNav">
<ul class="navList">
<li><a href="../core/IHL7v2SenderService.html" title="interface in core"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../core/IPersistenceService.html" title="interface in core"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
<li><a href="../core/IRandomizerService.html" title="interface in core"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?core/IHL7v3SenderService.html" target="_top">Frames</a></li>
Expand Down
8 changes: 4 additions & 4 deletions docs/core/IRandomizerService.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Mon Oct 16 20:10:27 EDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Wed Oct 18 19:27:29 EDT 2017 -->
<title>IRandomizerService</title>
<meta name="date" content="2017-10-16">
<meta name="date" content="2017-10-18">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down Expand Up @@ -48,7 +48,7 @@
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../core/IPersistenceService.html" title="interface in core"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../core/IHL7v3SenderService.html" title="interface in core"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../core/PropertiesService.html" title="class in core"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
Expand Down Expand Up @@ -182,7 +182,7 @@ <h4>getRandomPatient</h4>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../core/IPersistenceService.html" title="interface in core"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../core/IHL7v3SenderService.html" title="interface in core"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../core/PropertiesService.html" title="class in core"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
Expand Down
29 changes: 26 additions & 3 deletions docs/core/PropertiesService.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Mon Oct 16 20:10:27 EDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Wed Oct 18 19:27:29 EDT 2017 -->
<title>PropertiesService</title>
<meta name="date" content="2017-10-16">
<meta name="date" content="2017-10-18">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand All @@ -18,7 +18,7 @@
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10};
var methods = {"i0":10,"i1":10,"i2":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
Expand Down Expand Up @@ -160,6 +160,13 @@ <h3>Method Summary</h3>
<div class="block">Gets the properties file in the resource folder specified by filename.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../core/PropertiesService.html#setPropertyValue-java.lang.String-java.lang.String-">setPropertyValue</a></span>(java.lang.String&nbsp;key,
java.lang.String&nbsp;value)</code>
<div class="block">Sets a property value from the properties file specified by key.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
Expand Down Expand Up @@ -216,6 +223,22 @@ <h4>getPropertyValue</h4>
</dl>
</li>
</ul>
<a name="setPropertyValue-java.lang.String-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPropertyValue</h4>
<pre>public&nbsp;void&nbsp;setPropertyValue(java.lang.String&nbsp;key,
java.lang.String&nbsp;value)</pre>
<div class="block">Sets a property value from the properties file specified by key.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>key</code> - The property key to set value on.</dd>
<dd><code>value</code> - The value to be set on the property key.</dd>
</dl>
</li>
</ul>
<a name="getResourceFile-java.lang.String-">
<!-- -->
</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/core/model/Metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Mon Oct 16 20:10:27 EDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Wed Oct 18 19:27:29 EDT 2017 -->
<title>Metadata</title>
<meta name="date" content="2017-10-16">
<meta name="date" content="2017-10-18">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
Expand Down
Loading

0 comments on commit d7a3cce

Please sign in to comment.