/****************************************************************
* This file is part of CLKR - www.fernuni-hagen.de/wbs/clkr/
* 
* File       : med0029_CML6.cl
* Type       : KB
* Domain     : Medical
* Date       : 2023-12-06
* Version    : v1.0
* 
* Details    : Signature size        : 6
*              #Conditionals per KB  : 6
* 
* 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   : c => chronic myeloic leukemia (CML), a => atypical chronic myeloic leukemia (aCML), b => having the BCR-ABL translocation, g => having a good prognosis,
*		   	   m => getting an allogenic hematopoietic stem cell transplant (HSCT), r => having a severe graft-versus-host-reaction (Graft-versus-Host-Disease: GvHD)or
* 
****************************************************************/

signature
 	c,a,b,g,m,r

conditionals
CML6{
	(b|c),
	(g|b),
	(c|a),
	(!b|a),
	(g|m), 
	(!g|m,r) 
}