diff --git a/Source/Framework/Monahrq.Infrastructure/Configuration/ConfigurationService.cs b/Source/Framework/Monahrq.Infrastructure/Configuration/ConfigurationService.cs index d422b97..ff9a32d 100644 --- a/Source/Framework/Monahrq.Infrastructure/Configuration/ConfigurationService.cs +++ b/Source/Framework/Monahrq.Infrastructure/Configuration/ConfigurationService.cs @@ -34,7 +34,7 @@ public string CurrentSchemaVersion { get { - return "7.4.0.5"; + return "7.4.0.6"; } } diff --git a/Source/Monahrq/MONAHRQ.csproj b/Source/Monahrq/MONAHRQ.csproj index 41ebdd4..c090307 100644 --- a/Source/Monahrq/MONAHRQ.csproj +++ b/Source/Monahrq/MONAHRQ.csproj @@ -405,6 +405,9 @@ Always + + Always + Always @@ -473,7 +476,7 @@ Always - + Always diff --git a/Source/Monahrq/Resources/Database/Version/70/Minor/2017091302_MeasureFooters.sql b/Source/Monahrq/Resources/Database/Version/70/Minor/2017091302_MeasureFooters.sql new file mode 100644 index 0000000..665d48f --- /dev/null +++ b/Source/Monahrq/Resources/Database/Version/70/Minor/2017091302_MeasureFooters.sql @@ -0,0 +1,8 @@ +UPDATE Topics +SET [Description] = 'Weighted national estimates from HCUP National (Nationwide) Emergency Department Sample (NEDS), 2014, Agency for Healthcare Research and Quality (AHRQ), based on data collected by individual States and provided to AHRQ by the States. Total number of weighted visits in the U.S. based on HCUP NEDS = 137,807,901. Statistics based on estimates with a relative standard error (standard error / weighted estimate) greater than 0.30 or with standard error = 0 in the nationwide statistics (NIS, NEDS, and KID) are not reliable. These statistics are suppressed and are designated with an asterisk (*). The estimates of standard errors in HCUPnet were calculated using SUDAAN software. These estimates may differ slightly if other software packages are used to calculate variances.' +WHERE [Name] = 'ED Utilization' + +UPDATE Topics +SET [Description] = 'Weighted national estimates from HCUP National (Nationwide) Inpatient Sample (NIS), 2014, Agency for Healthcare Research and Quality (AHRQ), based on data collected by individual States and provided to AHRQ by the States. Total number of weighted discharges in the U.S. based on HCUP NIS = 35,358,818. Statistics based on estimates with a relative standard error (standard error / weighted estimate) greater than 0.30 or with standard error = 0 in the nationwide statistics (NIS, NEDS, and KID) are not reliable. These statistics are suppressed and are designated with an asterisk (*). The estimates of standard errors in HCUPnet were calculated using SUDAAN software. These estimates may differ slightly if other software packages are used to calculate variances.' +WHERE [Name] = 'Inpatient Hospital Utilization' + diff --git a/Source/Monahrq/Resources/Database/Version/70/Minor/PostUpgrade/2017050399_UpdateSchemaVersion.sql b/Source/Monahrq/Resources/Database/Version/70/Minor/PostUpgrade/2017050399_UpdateSchemaVersion.sql index a2d2e69..2c6aae0 100644 --- a/Source/Monahrq/Resources/Database/Version/70/Minor/PostUpgrade/2017050399_UpdateSchemaVersion.sql +++ b/Source/Monahrq/Resources/Database/Version/70/Minor/PostUpgrade/2017050399_UpdateSchemaVersion.sql @@ -1,6 +1,6 @@ BEGIN TRY - UPDATE SchemaVersions SET Version = '7.4.0.5' where [Name] = 'Database Schema' + UPDATE SchemaVersions SET Version = '7.4.0.6' where [Name] = 'Database Schema' END TRY BEGIN CATCH