You can pass in "limitless" values to parameters like ids, patient_ids, and values to term/terms and the SDK will auto-issue multiple requests if the counts exceed the max_terms value.
Here's an example that executes two requests (obviously contrived since the default is max_terms=30_000):
It just works.™️
You can pass in "limitless" values to parameters like
ids
,patient_ids
, and values toterm
/terms
and the SDK will auto-issue multiple requests if the counts exceed themax_terms
value.Here's an example that executes two requests (obviously contrived since the default is
max_terms=30_000
):Likewise, the existing parameters like
ids
andpatient_ids
operate the same way: