15.4.18. crate_anon.nlp_manager.parse_haematology


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_haematology.Basophils(nlpdef: Union[crate_anon.nlp_manager.nlp_definition.NlpDefinition, NoneType], cfgsection: Union[str, NoneType], commit: bool = False)[source]

Basophil count (absolute).

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

Validator for Basophils (see ValidatorBase for explanation).

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

Eosinophil count (absolute).

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

Validator for Eosinophils (see ValidatorBase for explanation).

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

Erythrocyte sedimentation rate (ESR).

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

Validator for Esr (see ValidatorBase for explanation).

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

Lymphocyte count (absolute).

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

Validator for Lymphocytes (see ValidatorBase for explanation).

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

Monocyte count (absolute).

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

Validator for Monocytes (see ValidatorBase for explanation).

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

Neutrophil count (absolute).

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

Validator for Neutrophils (see ValidatorBase for explanation).

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

White cell count (WBC, WCC).

class crate_anon.nlp_manager.parse_haematology.WbcBase(nlpdef: Union[crate_anon.nlp_manager.nlp_definition.NlpDefinition, NoneType], cfgsection: Union[str, NoneType], cell_type_regex_text: str, variable: str, commit: bool = False)[source]

DO NOT USE DIRECTLY. White cell count base class.

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

Validator for Wbc (see ValidatorBase for explanation).