Link to Bill's new example
This commit is contained in:
parent
133660a9ae
commit
98dfceb90a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue