Turning off patient dasboard cards

@robert.down, I have been looking at the patient dashboard. There has never been a way to hide cards that are not needed. I was thinking of using the pattern set by the default tabs and using it to hid cards.

What are your thoughts on how this can be accomplished?

Because right now if I comment out this:

//                        echo "<div class=\"col\">";
//                        echo $t->render('patient/card/rx.html.twig', $viewArgs);
//                        echo "</div>"; 

Wrapping this in an if statement would be the easiest thing that would work. The array could be pulled from the list Default Dashboard Cards. This should work. Right?

This feature is under construction. I am hoping it makes the first patch.