You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature request.
The current implementation stores the user assignment resources in the FhirPractitionerDetails class.
During parsing of the bundle on the android app the HAPI FHIR JsonParser only populates 1 item for each of the fields in the FhirPractitionerDetails even though the payload from the server contains multiple values. This issue is documented #3659
The HAPI FHIR JsonParser parses all resource entries in the contained field correctly.
As such, changes have been made on the server that populate the PractitionerDetails.contained field with the user assigned resources such as locations, teams, groups e.t.c
The LoginViewModel.savePractitionerDetails needs to be updated so that the assigned resources are retrieved from the PractitionerDetails.contained field
Acceptance criteria
A check list of all things to verify once the implementation by the engineer is complete
Area path
A list of ordered steps in the app on usage of the feature to support anyone testing it e.g. Code reviewer, QA e.g.
Login to the app
Open Navigation bar
Click on Children register
Click on Child profile
Click on Edit profile from menu
Implementation plan (For Engineers)
The plan for implementing the solution e.g. via a description or a check list for the various ordered tasks that will need to be completed. i.e. Describe how you intend to solve the problem
The text was updated successfully, but these errors were encountered:
Describe the feature request.
The current implementation stores the user assignment resources in the FhirPractitionerDetails class.
During parsing of the bundle on the android app the HAPI FHIR JsonParser only populates 1 item for each of the fields in the FhirPractitionerDetails even though the payload from the server contains multiple values. This issue is documented #3659
The HAPI FHIR JsonParser parses all resource entries in the contained field correctly.
As such, changes have been made on the server that populate the
PractitionerDetails.contained
field with the user assigned resources such as locations, teams, groups e.t.cThe LoginViewModel.savePractitionerDetails needs to be updated so that the assigned resources are retrieved from the
PractitionerDetails.contained
fieldAcceptance criteria
A check list of all things to verify once the implementation by the engineer is complete
Area path
A list of ordered steps in the app on usage of the feature to support anyone testing it e.g. Code reviewer, QA e.g.
Implementation plan (For Engineers)
The plan for implementing the solution e.g. via a description or a check list for the various ordered tasks that will need to be completed.
i.e. Describe how you intend to solve the problem
The text was updated successfully, but these errors were encountered: