Skip to content

Commit 6d39b3c

Browse files
committed
rebuild graphs, javadoc and binary distribution at 589f465
1 parent 2151dbb commit 6d39b3c

31 files changed

+43
-23
lines changed

build/javadoc/index-all.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7990,6 +7990,8 @@ <h2 class="title">N</h2>
79907990
<dd>&nbsp;</dd>
79917991
<dt><span class="memberNameLink"><a href="org/mitre/synthea/modules/covid/C19ImmunizationModule.VaccinationStatus.html#NOT_ELIGIBLE">NOT_ELIGIBLE</a></span> - org.mitre.synthea.modules.covid.<a href="org/mitre/synthea/modules/covid/C19ImmunizationModule.VaccinationStatus.html" title="enum in org.mitre.synthea.modules.covid">C19ImmunizationModule.VaccinationStatus</a></dt>
79927992
<dd>&nbsp;</dd>
7993+
<dt><span class="memberNameLink"><a href="org/mitre/synthea/world/concepts/HealthRecord.Entry.html#note">note</a></span> - Variable in class org.mitre.synthea.world.concepts.<a href="org/mitre/synthea/world/concepts/HealthRecord.Entry.html" title="class in org.mitre.synthea.world.concepts">HealthRecord.Entry</a></dt>
7994+
<dd>&nbsp;</dd>
79937995
<dt><span class="memberNameLink"><a href="org/mitre/synthea/world/agents/Clinician.html#npi">npi</a></span> - Variable in class org.mitre.synthea.world.agents.<a href="org/mitre/synthea/world/agents/Clinician.html" title="class in org.mitre.synthea.world.agents">Clinician</a></dt>
79947996
<dd>&nbsp;</dd>
79957997
<dt><span class="memberNameLink"><a href="org/mitre/synthea/world/agents/Provider.html#npi">npi</a></span> - Variable in class org.mitre.synthea.world.agents.<a href="org/mitre/synthea/world/agents/Provider.html" title="class in org.mitre.synthea.world.agents">Provider</a></dt>
@@ -9393,7 +9395,7 @@ <h2 class="title">R</h2>
93939395
<div class="block">Helper function to get a random number based on an integer array of [min,
93949396
max].</div>
93959397
</dd>
9396-
<dt><span class="memberNameLink"><a href="org/mitre/synthea/helpers/RandomNumberGenerator.html#rand(java.lang.String%5B%5D)">rand(String[])</a></span> - Method in interface org.mitre.synthea.helpers.<a href="org/mitre/synthea/helpers/RandomNumberGenerator.html" title="interface in org.mitre.synthea.helpers">RandomNumberGenerator</a></dt>
9398+
<dt><span class="memberNameLink"><a href="org/mitre/synthea/helpers/RandomNumberGenerator.html#rand(java.lang.String...)">rand(String...)</a></span> - Method in interface org.mitre.synthea.helpers.<a href="org/mitre/synthea/helpers/RandomNumberGenerator.html" title="interface in org.mitre.synthea.helpers">RandomNumberGenerator</a></dt>
93979399
<dd>
93989400
<div class="block">Return one of the options randomly with uniform distribution.</div>
93999401
</dd>

build/javadoc/member-search-index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
11 Bytes
Binary file not shown.

build/javadoc/org/mitre/synthea/helpers/DefaultRandomNumberGenerator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
265265
<!-- -->
266266
</a>
267267
<h3>Methods inherited from interface&nbsp;org.mitre.synthea.helpers.<a href="RandomNumberGenerator.html" title="interface in org.mitre.synthea.helpers">RandomNumberGenerator</a></h3>
268-
<code><a href="RandomNumberGenerator.html#rand(double%5B%5D)">rand</a>, <a href="RandomNumberGenerator.html#rand(double,double)">rand</a>, <a href="RandomNumberGenerator.html#rand(double,double,java.lang.Integer)">rand</a>, <a href="RandomNumberGenerator.html#rand(int%5B%5D)">rand</a>, <a href="RandomNumberGenerator.html#rand(java.lang.String%5B%5D)">rand</a></code></li>
268+
<code><a href="RandomNumberGenerator.html#rand(double%5B%5D)">rand</a>, <a href="RandomNumberGenerator.html#rand(double,double)">rand</a>, <a href="RandomNumberGenerator.html#rand(double,double,java.lang.Integer)">rand</a>, <a href="RandomNumberGenerator.html#rand(int%5B%5D)">rand</a>, <a href="RandomNumberGenerator.html#rand(java.lang.String...)">rand</a></code></li>
269269
</ul>
270270
</li>
271271
</ul>

build/javadoc/org/mitre/synthea/helpers/RandomNumberGenerator.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ <h3>Method Summary</h3>
204204
</tr>
205205
<tr id="i7" class="rowColor">
206206
<td class="colFirst"><code>default java.lang.String</code></td>
207-
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#rand(java.lang.String%5B%5D)">rand</a></span>&#8203;(java.lang.String[]&nbsp;choices)</code></th>
207+
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#rand(java.lang.String...)">rand</a></span>&#8203;(java.lang.String...&nbsp;choices)</code></th>
208208
<td class="colLast">
209209
<div class="block">Return one of the options randomly with uniform distribution.</div>
210210
</td>
@@ -320,13 +320,13 @@ <h4>rand</h4>
320320
</dl>
321321
</li>
322322
</ul>
323-
<a id="rand(java.lang.String[])">
323+
<a id="rand(java.lang.String...)">
324324
<!-- -->
325325
</a>
326326
<ul class="blockList">
327327
<li class="blockList">
328328
<h4>rand</h4>
329-
<pre class="methodSignature">default&nbsp;java.lang.String&nbsp;rand&#8203;(java.lang.String[]&nbsp;choices)</pre>
329+
<pre class="methodSignature">default&nbsp;java.lang.String&nbsp;rand&#8203;(java.lang.String...&nbsp;choices)</pre>
330330
<div class="block">Return one of the options randomly with uniform distribution.</div>
331331
<dl>
332332
<dt><span class="paramLabel">Parameters:</span></dt>

build/javadoc/org/mitre/synthea/world/agents/Person.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ <h3>Methods inherited from interface&nbsp;org.mitre.synthea.world.geography.quad
10721072
<!-- -->
10731073
</a>
10741074
<h3>Methods inherited from interface&nbsp;org.mitre.synthea.helpers.<a href="../../helpers/RandomNumberGenerator.html" title="interface in org.mitre.synthea.helpers">RandomNumberGenerator</a></h3>
1075-
<code><a href="../../helpers/RandomNumberGenerator.html#rand(double%5B%5D)">rand</a>, <a href="../../helpers/RandomNumberGenerator.html#rand(double,double)">rand</a>, <a href="../../helpers/RandomNumberGenerator.html#rand(double,double,java.lang.Integer)">rand</a>, <a href="../../helpers/RandomNumberGenerator.html#rand(int%5B%5D)">rand</a>, <a href="../../helpers/RandomNumberGenerator.html#rand(java.lang.String%5B%5D)">rand</a></code></li>
1075+
<code><a href="../../helpers/RandomNumberGenerator.html#rand(double%5B%5D)">rand</a>, <a href="../../helpers/RandomNumberGenerator.html#rand(double,double)">rand</a>, <a href="../../helpers/RandomNumberGenerator.html#rand(double,double,java.lang.Integer)">rand</a>, <a href="../../helpers/RandomNumberGenerator.html#rand(int%5B%5D)">rand</a>, <a href="../../helpers/RandomNumberGenerator.html#rand(java.lang.String...)">rand</a></code></li>
10761076
</ul>
10771077
</li>
10781078
</ul>

build/javadoc/org/mitre/synthea/world/concepts/HealthRecord.Allergy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ <h3>Field Summary</h3>
185185
<!-- -->
186186
</a>
187187
<h3>Fields inherited from class&nbsp;org.mitre.synthea.world.concepts.<a href="HealthRecord.Entry.html" title="class in org.mitre.synthea.world.concepts">HealthRecord.Entry</a></h3>
188-
<code><a href="HealthRecord.Entry.html#codes">codes</a>, <a href="HealthRecord.Entry.html#fullUrl">fullUrl</a>, <a href="HealthRecord.Entry.html#name">name</a>, <a href="HealthRecord.Entry.html#start">start</a>, <a href="HealthRecord.Entry.html#stop">stop</a>, <a href="HealthRecord.Entry.html#type">type</a>, <a href="HealthRecord.Entry.html#uuid">uuid</a></code></li>
188+
<code><a href="HealthRecord.Entry.html#codes">codes</a>, <a href="HealthRecord.Entry.html#fullUrl">fullUrl</a>, <a href="HealthRecord.Entry.html#name">name</a>, <a href="HealthRecord.Entry.html#note">note</a>, <a href="HealthRecord.Entry.html#start">start</a>, <a href="HealthRecord.Entry.html#stop">stop</a>, <a href="HealthRecord.Entry.html#type">type</a>, <a href="HealthRecord.Entry.html#uuid">uuid</a></code></li>
189189
</ul>
190190
</li>
191191
</ul>

build/javadoc/org/mitre/synthea/world/concepts/HealthRecord.CarePlan.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h3>Fields inherited from class&nbsp;org.mitre.synthea.world.concepts.<a href="H
197197
<!-- -->
198198
</a>
199199
<h3>Fields inherited from class&nbsp;org.mitre.synthea.world.concepts.<a href="HealthRecord.Entry.html" title="class in org.mitre.synthea.world.concepts">HealthRecord.Entry</a></h3>
200-
<code><a href="HealthRecord.Entry.html#codes">codes</a>, <a href="HealthRecord.Entry.html#fullUrl">fullUrl</a>, <a href="HealthRecord.Entry.html#name">name</a>, <a href="HealthRecord.Entry.html#start">start</a>, <a href="HealthRecord.Entry.html#stop">stop</a>, <a href="HealthRecord.Entry.html#type">type</a>, <a href="HealthRecord.Entry.html#uuid">uuid</a></code></li>
200+
<code><a href="HealthRecord.Entry.html#codes">codes</a>, <a href="HealthRecord.Entry.html#fullUrl">fullUrl</a>, <a href="HealthRecord.Entry.html#name">name</a>, <a href="HealthRecord.Entry.html#note">note</a>, <a href="HealthRecord.Entry.html#start">start</a>, <a href="HealthRecord.Entry.html#stop">stop</a>, <a href="HealthRecord.Entry.html#type">type</a>, <a href="HealthRecord.Entry.html#uuid">uuid</a></code></li>
201201
</ul>
202202
</li>
203203
</ul>

build/javadoc/org/mitre/synthea/world/concepts/HealthRecord.Device.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h3>Field Summary</h3>
220220
<!-- -->
221221
</a>
222222
<h3>Fields inherited from class&nbsp;org.mitre.synthea.world.concepts.<a href="HealthRecord.Entry.html" title="class in org.mitre.synthea.world.concepts">HealthRecord.Entry</a></h3>
223-
<code><a href="HealthRecord.Entry.html#codes">codes</a>, <a href="HealthRecord.Entry.html#fullUrl">fullUrl</a>, <a href="HealthRecord.Entry.html#name">name</a>, <a href="HealthRecord.Entry.html#start">start</a>, <a href="HealthRecord.Entry.html#stop">stop</a>, <a href="HealthRecord.Entry.html#type">type</a>, <a href="HealthRecord.Entry.html#uuid">uuid</a></code></li>
223+
<code><a href="HealthRecord.Entry.html#codes">codes</a>, <a href="HealthRecord.Entry.html#fullUrl">fullUrl</a>, <a href="HealthRecord.Entry.html#name">name</a>, <a href="HealthRecord.Entry.html#note">note</a>, <a href="HealthRecord.Entry.html#start">start</a>, <a href="HealthRecord.Entry.html#stop">stop</a>, <a href="HealthRecord.Entry.html#type">type</a>, <a href="HealthRecord.Entry.html#uuid">uuid</a></code></li>
224224
</ul>
225225
</li>
226226
</ul>

build/javadoc/org/mitre/synthea/world/concepts/HealthRecord.Encounter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ <h3>Field Summary</h3>
276276
<!-- -->
277277
</a>
278278
<h3>Fields inherited from class&nbsp;org.mitre.synthea.world.concepts.<a href="HealthRecord.Entry.html" title="class in org.mitre.synthea.world.concepts">HealthRecord.Entry</a></h3>
279-
<code><a href="HealthRecord.Entry.html#codes">codes</a>, <a href="HealthRecord.Entry.html#fullUrl">fullUrl</a>, <a href="HealthRecord.Entry.html#name">name</a>, <a href="HealthRecord.Entry.html#start">start</a>, <a href="HealthRecord.Entry.html#stop">stop</a>, <a href="HealthRecord.Entry.html#type">type</a>, <a href="HealthRecord.Entry.html#uuid">uuid</a></code></li>
279+
<code><a href="HealthRecord.Entry.html#codes">codes</a>, <a href="HealthRecord.Entry.html#fullUrl">fullUrl</a>, <a href="HealthRecord.Entry.html#name">name</a>, <a href="HealthRecord.Entry.html#note">note</a>, <a href="HealthRecord.Entry.html#start">start</a>, <a href="HealthRecord.Entry.html#stop">stop</a>, <a href="HealthRecord.Entry.html#type">type</a>, <a href="HealthRecord.Entry.html#uuid">uuid</a></code></li>
280280
</ul>
281281
</li>
282282
</ul>

0 commit comments

Comments
 (0)