15.4.16. crate_anon.nlp_manager.parse_cognitive


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

This file is part of CRATE.

CRATE 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.

CRATE 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 CRATE. If not, see <http://www.gnu.org/licenses/>.


class crate_anon.nlp_manager.parse_cognitive.Ace(nlpdef: Union[crate_anon.nlp_manager.nlp_definition.NlpDefinition, NoneType], cfgsection: Union[str, NoneType], commit: bool = False)[source]

Addenbrooke’s Cognitive Examination (ACE, ACE-R, ACE-III).

class crate_anon.nlp_manager.parse_cognitive.AceValidator(nlpdef: Union[crate_anon.nlp_manager.nlp_definition.NlpDefinition, NoneType], cfgsection: Union[str, NoneType], commit: bool = False)[source]

Validator for Ace (see ValidatorBase for explanation).

class crate_anon.nlp_manager.parse_cognitive.MiniAce(nlpdef: Union[crate_anon.nlp_manager.nlp_definition.NlpDefinition, NoneType], cfgsection: Union[str, NoneType], commit: bool = False)[source]

Mini-Addenbrooke’s Cognitive Examination (M-ACE).

class crate_anon.nlp_manager.parse_cognitive.MiniAceValidator(nlpdef: Union[crate_anon.nlp_manager.nlp_definition.NlpDefinition, NoneType], cfgsection: Union[str, NoneType], commit: bool = False)[source]

Validator for MiniAce (see ValidatorBase for explanation).

class crate_anon.nlp_manager.parse_cognitive.Mmse(nlpdef: Union[crate_anon.nlp_manager.nlp_definition.NlpDefinition, NoneType], cfgsection: Union[str, NoneType], commit: bool = False)[source]

Mini-mental state examination (MMSE).

class crate_anon.nlp_manager.parse_cognitive.MmseValidator(nlpdef: Union[crate_anon.nlp_manager.nlp_definition.NlpDefinition, NoneType], cfgsection: Union[str, NoneType], commit: bool = False)[source]

Validator for Mmse (see ValidatorBase for explanation).

class crate_anon.nlp_manager.parse_cognitive.Moca(nlpdef: Union[crate_anon.nlp_manager.nlp_definition.NlpDefinition, NoneType], cfgsection: Union[str, NoneType], commit: bool = False)[source]

Montreal Cognitive Assessment (MOCA).

class crate_anon.nlp_manager.parse_cognitive.MocaValidator(nlpdef: Union[crate_anon.nlp_manager.nlp_definition.NlpDefinition, NoneType], cfgsection: Union[str, NoneType], commit: bool = False)[source]

Validator for MiniAce (see ValidatorBase for explanation).