class documentation

class InstitutionCheckPatientMixin(UserPassesTestMixin):

Known subclasses: lyprox.patients.views.DeletePatientView, lyprox.patients.views.UpdatePatientView

View In Hierarchy

Mixin that makes sure only users from the institution that created the patient can edit it.

Method test_func Undocumented
def test_func(self):

Undocumented

Returns
Optional[bool]Undocumented