DIFF

EMedicalDrugsType.c

enum EMedicalDrugsType
{
	NONE 		= 0,
	ANTIBIOTICS = 1,
	CHELATION	= 2
}