Automatically select all from reference set selector

0
Hi, I have a patient which I can assign to multiple care programs. When I creating a new patient I have implemented a reference set selector to select all the care programs that I want for this patient. Is it possible to add a button that automatically picks all the possible care programs of the list into this reference set, without any additional work? Thanks in advance. Best regards.
asked
2 answers
0

If you use the checkbox set selector widget from the App Store, there is a checkbox to select all in the reference set.

answered
0

You can do this with a microflow behind a button.

Retrieve all the care programs, loop through the objects and set the association to the patient.

answered