visdesignlab / Sanguine

Sanguine is a web-based visualization tool built by the VDL and ARUP that visualizes hospital blood usage and associated patient/surgery attributes. It is designed to be used by clinicians, researchers, and administrators to understand blood usage patterns, identify opportunities to improve patient outcomes, and reduce transfusion expenditures.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Pull uID of a shared state to allow change of access #173

Closed haihan-lin closed 3 years ago

haihan-lin commented 3 years ago

Currently there is no way to pull a list of uID's from the back end.

Add a call, that takes in the state name, and return a list of uID that's being shared with.

That way we can display the list of uID on front end, let the user to choose from these and change the write/read access directly.