19.1.47. camcops_server.cc_modules.cc_taskfilter


Copyright (C) 2012-2018 Rudolf Cardinal (rudolf@pobox.com).

This file is part of CamCOPS.

CamCOPS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

CamCOPS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with CamCOPS. If not, see <http://www.gnu.org/licenses/>.


class camcops_server.cc_modules.cc_taskfilter.TaskClassSortMethod[source]

An enumeration.

class camcops_server.cc_modules.cc_taskfilter.TaskFilter[source]
any_patient_filtering() → bool[source]

Is there some sort of patient filtering being applied?

any_specific_patient_filtering() → bool[source]

Are there filters that would restrict to one or a few patients?

camcops_server.cc_modules.cc_taskfilter.task_classes_from_table_names(tablenames: List[str], sortmethod: camcops_server.cc_modules.cc_taskfilter.TaskClassSortMethod = <TaskClassSortMethod.NONE: 0>) → List[Type[camcops_server.cc_modules.cc_task.Task]][source]

May raise KeyError.