FHIR Chat · not limiting the observation · implementers

Stream: implementers

Topic: not limiting the observation


view this post on Zulip Srinath ramarathnam (Aug 22 2017 at 19:45):

Hello,
I'm very new to HAPI fhir.. When I make the following call
Collection<Observation> obs = session
.getContextSTU3()
.getPatientContext()
.find(Observation.class, Observation.DATE.after().day(dt)); // dt set to 1/1/2007
I get back only 10 observations - how can I get all or increase the count?

Thanks,
-sri

view this post on Zulip Lloyd McKenzie (Aug 23 2017 at 03:57):

HAPI questions should ideally be asked on the HAPI stream


Last updated: Apr 12 2022 at 19:14 UTC