M K

Results 4 issues of M K

**Describe the bug** Import error for "defaultStyles": ``` Module '"react-native-picker-select"' has no exported member 'defaultStyles'. Did you mean to use 'import defaultStyles from "react-native-picker-select"' instead? ts(2614) ``` **To Reproduce** Steps...

Sometimes we need to iterate over thousands of entries and I think it will be very useful if we can have fetch_all() as a generator. Now if we call fetch_all...

enhancement
To discuss

Example: ```Python from fhirpathpy import evaluate evaluate( questionnaire_response, "QuestionnaireResponse.repeat(item).where(linkId='acc-have-claim-number').answer.value.Coding" ) ``` ```Python questionnaire_response = { "item": [ { "item": [ { "item": [ { "answer": [ { "value": { "Coding":...

priority

Return FHIR bundle (https://www.hl7.org/fhir/bundle.html) or list (https://www.hl7.org/fhir/list.html) as a result of `$extract` operation. Now it returns an array of FHIR bundles or an empty array `[]` (if result is empty).