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
To implement the unarchive patient flow we need to be able to retrieve archived patients only . For a more detailed explanation of the unarchive patient flow please check the findings of the spike ticket.
Action requested
Modify the patients query to receive a parameter that allows to refine the patients search to three states: all (all patients) | archived (archive patients only) | unarchived (unarchived patients only).
Remove the includeArchived parameter and make necessary changes to migrate the logic that uses it to the new parameter.
Acceptance Criteria
Patients query is able to return only archived patients, only unarchived patients and all type of patients depending on the parameter value passed.
The application's functionality is not impacted in any way.
The usage of the includeArchive parameter has been cleaned up.
Additional Context
This query allows to refine the retrieval of patients somehow with the includeArchive parameter however this boolean parameter does not allow for a selective retrieval of patients.
The text was updated successfully, but these errors were encountered:
Background
To implement the unarchive patient flow we need to be able to retrieve
archived patients
only . For a more detailed explanation of the unarchive patient flow please check the findings of the spike ticket.Action requested
Modify the
patients query
to receive a parameter that allows to refine the patients search to three states:all
(all patients) |archived
(archive patients only) |unarchived
(unarchived patients only).Remove the
includeArchived
parameter and make necessary changes to migrate the logic that uses it to the new parameter.Acceptance Criteria
includeArchive
parameter has been cleaned up.Additional Context
This query allows to refine the retrieval of patients somehow with the includeArchive parameter however this boolean parameter does not allow for a selective retrieval of patients.
The text was updated successfully, but these errors were encountered: