Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download All Patient not working : Patients #1616

Closed
nihal467 opened this issue Jul 23, 2021 · 6 comments
Closed

Download All Patient not working : Patients #1616

nihal467 opened this issue Jul 23, 2021 · 6 comments
Labels
stale waiting for update PR is been dead for a long time

Comments

@nihal467
Copy link
Member

nihal467 commented Jul 23, 2021

pdk s pkd

when we download by clicking 'live list' and 'download all patient', both the generated excel is the same

@shaileshaanand shaileshaanand self-assigned this Jul 23, 2021
@shaileshaanand
Copy link
Contributor

@vigneshhari

careapi returns only active patients on

/api/v1/patient/?page=1&offset=0&csv=true

or

/api/v1/patient/?page=1&offset=0&csv=true&is_active=True

and inactive ones on /api/v1/patient/?page=1&offset=0&csv=true&is_active=True

is there a single endpoint to get all (both active and inactive) patients?

@vigneshhari
Copy link
Member

No There is not and , you can go ahead and remove one of the links , we'll be deprecating downloads completely soon.

@bodhish
Copy link
Member

bodhish commented Jul 27, 2021

The plan is to limit exports to a day/week at max.

@stale
Copy link

stale bot commented Oct 1, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the waiting for update PR is been dead for a long time label Oct 1, 2022
@stale
Copy link

stale bot commented Oct 9, 2022

Hi, @${author}, This pr/issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs for 7 more days. Thank you for your contributions.

@stale stale bot added the stale label Oct 9, 2022
@nihal467
Copy link
Member Author

The issue is resolved in current staging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale waiting for update PR is been dead for a long time
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants