Beispiel #1
0
        private void btnConvertABS_Click(object sender, EventArgs e)
        {
            ////for (int i = 2016; i < 2017; i++) //start 10/1/year thru 9/30/next year
            //for (int i = 2007; i >= 1990; i--) //start 10/1/year thru 9/30/next year
            //{
            //    Convert_DAR_ABS_Class abs = new Convert_DAR_ABS_Class();
            //    //////DateTime fromDate = new DateTime(1990, 10, 1);

            //    ////DateTime fromDate = new DateTime(i, 10, 1);
            //    ////DateTime thruDate = new DateTime(i + 1, 9, 30);

            //    //This one
            //    DateTime fromDate = new DateTime(i - 1, 10, 1);
            //    DateTime thruDate = new DateTime(i, 9, 30);

            //    //DateTime fromDate = new DateTime(i - 1, 5, 1);
            //    //DateTime thruDate = new DateTime(i, 9, 1);

            //    // DateTime fromDate = new DateTime(i - 1, 10, 1);
            //    //DateTime thruDate = new DateTime(i, 4, 30);

            //    abs.Convert_DAR_ABS(fromDate, thruDate, "RockledgeHistory");
            //    abs.Convert_DAR_ABS(fromDate, thruDate, "SebastianHistory");
            //    abs.Convert_DAR_ABS(fromDate, thruDate, "MelbourneHistory");

            //Casemix.CreateCasemix(this, "SHAZ", "'MVHX','SBHX','TSHX','SLHX'", @"P:\ABS_CONVERSION\INPUT\", @"P:\ABS_CONVERSION\OUTPUT\");
            Casemix.CreateCasemix(this, "SHAZ", "'MVHX','SBHX','TSHX','SLHX'", @"E:\Huron\Input\", @"E:\Huron\Output\Casemix\");
            //}
        }
Beispiel #2
0
 private void btnTx2_Click(object sender, EventArgs e)
 {
     Casemix.CreateCasemix(this, "SHTX-P4", "'STHX','SWHX','JMHX','JHHX'", @"E:\Huron\Input\", @"E:\Huron\Output\Casemix\");
 }
Beispiel #3
0
 private void btnTxUt_Click(object sender, EventArgs e)
 {
     Casemix.CreateCasemix(this, "SHTX-P3", "'GLHX'", @"E:\Huron\Input\", @"E:\Huron\Output\Casemix\");
 }
Beispiel #4
0
 private void btnConvertABS_TXTX_Click(object sender, EventArgs e)
 {
     Casemix.CreateCasemix(this, "SHTX-P3", "'ODHX','WDHX'", @"E:\Huron\Input\", @"E:\Huron\Output\Casemix\");
 }
Beispiel #5
0
 private void btnConvertABS_TX_Click(object sender, EventArgs e)
 {
     //Need to see if GLHX belongs to Tx
     Casemix.CreateCasemix(this, "SHTX-P3", "'WHHX'", @"E:\Huron\Input\", @"E:\Huron\Output\Casemix\");
 }
Beispiel #6
0
 private void btnConvertABS_UT_Click(object sender, EventArgs e)
 {
     Casemix.CreateCasemix(this, "SHUT", "'DHHX','JVHX','JWHX','MPHX','LAHX'", @"E:\Huron\Input\", @"E:\Huron\Output\Casemix\");
 }