Пример #1
0
        ///<summary>
        /// Method Invocation of wrapper classes
        ///<summary>
        protected static FR_L5BH_GBHfTID_1415_Array Invoke(DbConnection Connection, DbTransaction Transaction, string ConnectionString, P_L5BH_GBHfTID_1415 Parameter, CSV2Core.SessionSecurity.SessionSecurityTicket securityTicket = null)
        {
            bool cleanupConnection  = Connection == null;
            bool cleanupTransaction = Transaction == null;

            FR_L5BH_GBHfTID_1415_Array functionReturn = new FR_L5BH_GBHfTID_1415_Array();

            try
            {
                if (cleanupConnection == true)
                {
                    Connection = CSV2Core_MySQL.Support.DBSQLSupport.CreateConnection(ConnectionString);
                    Connection.Open();
                }
                if (cleanupTransaction == true)
                {
                    Transaction = Connection.BeginTransaction();
                }

                functionReturn = Execute(Connection, Transaction, Parameter, securityTicket);

                #region Cleanup Connection/Transaction
                //Commit the transaction
                if (cleanupTransaction == true)
                {
                    Transaction.Commit();
                }
                //Close the connection
                if (cleanupConnection == true)
                {
                    Connection.Close();
                }
                #endregion
            }
            catch (Exception ex)
            {
                try
                {
                    if (cleanupTransaction == true && Transaction != null)
                    {
                        Transaction.Rollback();
                    }
                }
                catch { }

                try
                {
                    if (cleanupConnection == true && Connection != null)
                    {
                        Connection.Close();
                    }
                }
                catch { }

                throw new Exception("Exception occured in method cls_Get_BillingHistory_for_TenantID", ex);
            }
            return(functionReturn);
        }
Пример #2
0
        protected static FR_L5BH_GBHfTID_1415_Array Execute(DbConnection Connection, DbTransaction Transaction, P_L5BH_GBHfTID_1415 Parameter, CSV2Core.SessionSecurity.SessionSecurityTicket securityTicket = null)
        {
            var returnStatus = new FR_L5BH_GBHfTID_1415_Array();

            DbCommand command = Connection.CreateCommand();

            command.Connection  = Connection;
            command.Transaction = Transaction;
            var commandLocation = "CL5_Lucentis_BillingHistory.Atomic.Retrieval.SQL.cls_Get_BillingHistory_for_TenantID.sql";

            command.CommandText = new System.IO.StreamReader(System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream(commandLocation)).ReadToEnd();
            CSV2Core_MySQL.Support.DBSQLSupport.SetParameter(command, "ticket", securityTicket);
            command.CommandTimeout = QueryTimeout;

            CSV2Core_MySQL.Support.DBSQLSupport.SetParameter(command, "OrderBy", Parameter.OrderBy);

            CSV2Core_MySQL.Support.DBSQLSupport.SetParameter(command, "OrderValue", Parameter.OrderValue);

            CSV2Core_MySQL.Support.DBSQLSupport.SetParameter(command, "StartIndex", Parameter.StartIndex);

            CSV2Core_MySQL.Support.DBSQLSupport.SetParameter(command, "NumberOfElements", Parameter.NumberOfElements);

            CSV2Core_MySQL.Support.DBSQLSupport.SetParameter(command, "NotInParameters", Parameter.NotInParameters);

            CSV2Core_MySQL.Support.DBSQLSupport.SetParameter(command, "InParameters", Parameter.InParameters);

            CSV2Core_MySQL.Support.DBSQLSupport.SetParameter(command, "SearchCriterium", Parameter.SearchCriterium);

            /***For Order**/
            string newText = command.CommandText.Replace("@OrderValue", Parameter.OrderValue);

            command.CommandText = newText;

            /***For Search**/
            string newText2 = command.CommandText.Replace("@SearchCriterium", Parameter.SearchCriterium);

            command.CommandText = newText2;

            /***For NotInParameters**/

            string toReplace = "";

            if (Parameter.NotInParameters != "")
            {
                toReplace = "NOT IN (" + Parameter.NotInParameters + ")";
            }
            string newText3 = command.CommandText.Replace("@NotInParameters", toReplace);

            command.CommandText = newText3;

            /***For InParameters**/
            string toReplace2 = "";

            if (Parameter.InParameters != "")
            {
                toReplace2 = "IN (" + Parameter.InParameters + ")";
            }
            string newText4 = command.CommandText.Replace("@InParameters", toReplace2);

            command.CommandText = newText4;

            List <L5BH_GBHfTID_1415> results = new List <L5BH_GBHfTID_1415>();
            var loader = new CSV2Core_MySQL.Dictionaries.MultiTable.Loader.DictionaryLoader(Connection, Transaction);
            var reader = new CSV2Core_MySQL.Support.DBSQLReader(command.ExecuteReader());

            try
            {
                reader.SetOrdinals(new string[] { "BillID", "PositionNumber", "TreatmentDate", "HealthInsurance_Number", "InsuranceStateCode", "FirstName", "LastName", "BSNR", "LANR", "GPOS", "Creation_Timestamp", "PositionValue_IncludingTax", "BIL_BillHeaderID", "BIL_BillPositionID", "TreatmentID", "PatientID", "BirthDate", "TCode", "AOKComment" });
                while (reader.Read())
                {
                    L5BH_GBHfTID_1415 resultItem = new L5BH_GBHfTID_1415();
                    //0:Parameter BillID of type int
                    resultItem.BillID = reader.GetInteger(0);
                    //1:Parameter PositionNumber of type int
                    resultItem.PositionNumber = reader.GetInteger(1);
                    //2:Parameter TreatmentDate of type DateTime
                    resultItem.TreatmentDate = reader.GetDate(2);
                    //3:Parameter HealthInsurance_Number of type String
                    resultItem.HealthInsurance_Number = reader.GetString(3);
                    //4:Parameter InsuranceStateCode of type String
                    resultItem.InsuranceStateCode = reader.GetString(4);
                    //5:Parameter FirstName of type String
                    resultItem.FirstName = reader.GetString(5);
                    //6:Parameter LastName of type String
                    resultItem.LastName = reader.GetString(6);
                    //7:Parameter BSNR of type String
                    resultItem.BSNR = reader.GetString(7);
                    //8:Parameter LANR of type String
                    resultItem.LANR = reader.GetString(8);
                    //9:Parameter GPOS of type String
                    resultItem.GPOS = reader.GetString(9);
                    //10:Parameter Creation_Timestamp of type DateTime
                    resultItem.Creation_Timestamp = reader.GetDate(10);
                    //11:Parameter PositionValue_IncludingTax of type String
                    resultItem.PositionValue_IncludingTax = reader.GetString(11);
                    //12:Parameter BIL_BillHeaderID of type Guid
                    resultItem.BIL_BillHeaderID = reader.GetGuid(12);
                    //13:Parameter BIL_BillPositionID of type Guid
                    resultItem.BIL_BillPositionID = reader.GetGuid(13);
                    //14:Parameter TreatmentID of type Guid
                    resultItem.TreatmentID = reader.GetGuid(14);
                    //15:Parameter PatientID of type Guid
                    resultItem.PatientID = reader.GetGuid(15);
                    //16:Parameter BirthDate of type DateTime
                    resultItem.BirthDate = reader.GetDate(16);
                    //17:Parameter TCode of type int
                    resultItem.TCode = reader.GetInteger(17);
                    //18:Parameter AOKComment of type String
                    resultItem.AOKComment = reader.GetString(18);

                    results.Add(resultItem);
                }
            }
            catch (Exception ex)
            {
                reader.Close();
                throw new Exception("Exception occured durng data retrieval in method cls_Get_BillingHistory_for_TenantID", ex);
            }
            reader.Close();
            //Load all the dictionaries from the datatables
            loader.Load();

            returnStatus.Result = results.ToArray();
            return(returnStatus);
        }