Exemple #1
0
        static void Main(string[] args)
        {
            SaveCancerRiskFactors();
            // SaveAppointment();
            //RunScript();
            //  CreateMenu();
            //  CreateDefaultTemplates();

            //IApplicationContext app = new ApplicationContext();
            //var tmp = app.ServiceContext.AdminService.GetTenants();

            //DRIVER=SQL SERVER;SERVER=.\SQLEXPRESS;DATABASE=db2008;APP=RISKAPP;WSID=RISKAPPSWSID;UID=bddb_User;MultipleActiveResultSets=True;
            //dZUoEraPpGiOwzBShnz/ug==

            //string tmp1 = Guid.NewGuid().ToString();

            //AddSuperAdmin();

            string  assignedBy = "admin";
            Patient p          = SessionManager.Instance.GetActivePatient(); // TODO:  Check this!!
            var     t          = new RiskApps3.Model.PatientRecord.Communication.Task(p, "Task", null, assignedBy, DateTime.Now);
        }
Exemple #2
0
        static void Main(string[] args)
        {
            SaveCancerRiskFactors();
               // SaveAppointment();
            //RunScript();
              //  CreateMenu();
              //  CreateDefaultTemplates();

            //IApplicationContext app = new ApplicationContext();
            //var tmp = app.ServiceContext.AdminService.GetTenants();

            //DRIVER=SQL SERVER;SERVER=.\SQLEXPRESS;DATABASE=db2008;APP=RISKAPP;WSID=RISKAPPSWSID;UID=bddb_User;MultipleActiveResultSets=True;
            //dZUoEraPpGiOwzBShnz/ug==

            //string tmp1 = Guid.NewGuid().ToString();

            //AddSuperAdmin();

            string assignedBy = "admin";
            Patient p = SessionManager.Instance.GetActivePatient();    // TODO:  Check this!!
            var t = new RiskApps3.Model.PatientRecord.Communication.Task(p, "Task", null, assignedBy, DateTime.Now);
        }