beda-software / fhir-py

FHIR Client for python
MIT License
168 stars 31 forks source link

Lazy search sets #38

Open ruscoder opened 4 years ago

ruscoder commented 4 years ago

In #35 we've done lazy fetching using __iter__/__aiter__. I think In 2.0.0 we can remove fetch/fetch_all/fetch_raw due to __iter__/__aiter__ (always returns all results) and some methods such as to_list() and to_bundle()