/****************************************************************
* This file is part of CLKR - www.fernuni-hagen.de/wbs/clkr/
* 
* File       : med0030_ALL3.cl
* Type       : KB
* Domain     : Medical
* Date       : 2023-12-06
* Version    : v1.0
* 
* Details    : Signature size        : 12
*              #Conditionals per KB  : 3
* 
* Refs       : [Osi20] A. Osiak (2020). Anwendungsbeispiele aus dem biomedizinischen Bereich für die Verarbeitung unsicheren Wissens mit qualitativen Konditionalen, Bachelor Thesis, Univ. of Hagen, Germany.
*
* Comments   : a => acute lymphatic leukemia, g => having a good prognosis, o => specific age: younger than 1 or older than 13 years, p => high amount of white blood cells in the blood,
*			   s => infestation of the central nervous system, u => T-line ALL (T-Linien ALL), v => reduced chromosome number, w => trisomy of chromosome 21,
*			   x => KMT2A-aberrations, y => steroids prior to diagnosis, z => delayed response to the therapy, t => specific therapy on hand
* 
****************************************************************/

signature
 	a,g,o,p,s,u,v,w,x,y,z,t

conditionals
ALL3{
	(g|a),	
	(!g|a,(o;p;s;u;v;w;x;y;z)),		
	(g|a,(o;p;s;u;v;w;x;y;z),t)	
}