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
Add a count for procedures that happened without an overlap and add ability to query for those types of surgery in request transfused units #202
For example, this shows how many CABGs happened without co-occurring with another surgery type.
You can also request the Only CABG from request_transfused_units and it will return the cases that match. This should work with the AND/OR logic of the query
Added the front end for this PR. Selecting "Only xxx" will remove other overlap selections, and vice versa. Also added symbols for better hierarchy indications.
For example, this shows how many CABGs happened without co-occurring with another surgery type.
You can also request the
Only CABG
fromrequest_transfused_units
and it will return the cases that match. This should work with the AND/OR logic of the query