package org.msh.tb.cases;

public enum CaseView {

	DATA,
	TREATMENT,
	EXAMS,
	MEDEXAMS,
	ADDINFO,
	RESUME
}
