-
Notifications
You must be signed in to change notification settings - Fork 59
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
Save all the Practitioner Details locally as per the user assignments #3659
Comments
|
The issue appears to caused by the way the HAPI FHIR JsonParser de-serializes the fields that consist of List in the FhirPractitionerDetails class. A ticket has been filed on the HAPI FHIR repo. |
@allan-on @dubdabasoduba @ellykits @ndegwamartin The other approach would be to add all the resources defined in the FhirPractitionerDetails class i.e locations, teams e.t.c to the contained field of the PractitionerDetails class. |
This ticket specifies the changes required on the gateway Populate user assignements into PractitionerDetails contained field This ticket specifies the changes reuired on the android app Retrieve assigned resources from PractionerDetails contained field |
Describe the bug
To Reproduce
Steps to reproduce the behavior:
ResourceEntity
table only contains 1 entry for the location and organization.Expected behavior
All assigned organizations and locations should be saved.
Screenshots
Db query showing only one organization has been saved
Db query showing only one location has been saved
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: