Link to Bill's new example

This commit is contained in:
jamesagnew 2016-01-21 21:52:01 -05:00
parent 133660a9ae
commit 98dfceb90a
1 changed files with 10 additions and 0 deletions

View File

@ -119,6 +119,16 @@
</subsection>
<subsection name="Fetch all Pages of a Bundle">
<p>
<a href="https://github.com/jamesagnew/hapi-fhir/blob/master/examples/src/main/java/example/BundleFetcher.java">This example</a>
shows how to load all pages of a bundle by fetching each page one-after-the-other and then
joining the resuts.
</p>
</subsection>
</section>
</body>