public System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.PatientEN> GetPatientsByConditionCode(string p_conditionCode)
 {
     return(_IPatientCAD.GetPatientsByConditionCode(p_conditionCode));
 }