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

[Yenepoya Support] Create request json for new longitudinal export #148

Closed
nupoorkhandelwal opened this issue Sep 18, 2023 · 5 comments
Closed
Assignees

Comments

@nupoorkhandelwal
Copy link
Contributor

nupoorkhandelwal commented Sep 18, 2023

Support ticket - https://avni.freshdesk.com/a/tickets/3070

We have the readme updated with one sample request json already, update it with the fields mentioned in the following link https://docs.google.com/spreadsheets/d/1yeUky6eZKLEBl89gj0UabxAMMsnpGUBHUNxolxDLYnE/edit#gid=1110739736

Note for devs - Fields in the sheet are highlighted according to respective forms, it covers mostly all the fields in any form, so better use a query to get all those concepts uuids.

Link to the request Json -
https://github.com/avniproject/yenepoya/blob/master/New%20longitudinal%20request.json

@nupoorkhandelwal
Copy link
Contributor Author

Awaiting a reply from client for a clear detailed list.

@nupoorkhandelwal nupoorkhandelwal self-assigned this Sep 29, 2023
@nupoorkhandelwal
Copy link
Contributor Author

nupoorkhandelwal commented Oct 5, 2023

Readme - https://avni.readme.io/docs/new-longitudinal-export

Bug card for Delivery encounter -avniproject/avni-webapp#1056

@Dinesh2019 Dinesh2019 self-assigned this Oct 5, 2023
@Dinesh2019
Copy link

While trying to exceute the below json it is getting failed

{
"individual": {
"uuid": "d22027ff-e019-4d1c-9352-bd740efccc38",
"fields": [],
"filters": {
"addressLevelIds": [],
"date": {
"from": "2023-01-12",
"to": "2023-05-04"
}
},
"programs": [
{
"uuid": "00c6dfe3-109c-4099-8550-89a457e9c176",
"fields": [
]
}
],
"encounters": [
{
"uuid": "ef79eb31-2d19-441d-bb21-0838ceaed958",
"fields": [],
"filters": {
"includeVoided": true
}
}
]
},
"timezone": "Asia/Calcutta"
}

https://api.zenhub.com/attachedFiles/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBMFlWQVE9PSIsImV4cCI6bnVsbCwicHVyIjoiYmxvYl9pZCJ9fQ==--fe41274471a8f59b425385e8deb275df56fe6666/Screenshot%202023-10-08%20at%204.35.34%E2%80%AFPM.png

@Dinesh2019
Copy link

Created the bug card for the fields returns all the data for individual,programs

avniproject/avni-webapp#1057

@nupoorkhandelwal
Copy link
Contributor Author

{
"individual": {
"uuid": "d22027ff-e019-4d1c-9352-bd740efccc38",
"fields": [],
"filters": {
"addressLevelIds": [],
"date": {
"from": "2023-01-12",
"to": "2023-05-04"
}
},
"programs": [
{
"uuid": "00c6dfe3-109c-4099-8550-89a457e9c176",
"fields": [
],
"encounters": [
{
"uuid": "ef79eb31-2d19-441d-bb21-0838ceaed958",
"fields": [],
"filters": {
"includeVoided": true
}
}
]
}
]

},
"timezone": "Asia/Calcutta"
}

@sachsk sachsk closed this as completed Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants