Esempio n. 1
0
        protected void Init_ARTHistory()
        {
            IPatientARTCare ARTHistoryMgr = (IPatientARTCare)ObjectFactory.CreateInstance("BusinessProcess.Clinical.BPatientARTCare, BusinessProcess.Clinical");
            DataSet         theDS         = ARTHistoryMgr.GetPatientARTCare(Convert.ToInt32(Session["PatientId"]), Convert.ToInt32(Session["AppLocationId"]));

            ViewState["MasterARVData"] = theDS.Tables[1];
        }