Skip to content

Commit

Permalink
MONAHRQ-69, MONAHRQ-71: Footer updates for existing databases
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Carlson committed Sep 14, 2017
1 parent 97497ec commit 1a44845
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public string CurrentSchemaVersion
{
get
{
return "7.4.0.5";
return "7.4.0.6";
}
}

Expand Down
5 changes: 4 additions & 1 deletion Source/Monahrq/MONAHRQ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,9 @@
<Content Include="Resources\Database\Version\70\Minor\2017050301_ProviderStates.sql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Database\Version\70\Minor\2017091301_IPNationalTotalsPrecision.sql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Samples\Physician Import Sample.csv">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down Expand Up @@ -473,7 +476,7 @@
<Content Include="Resources\Database\Version\70\2017051101_ProviderChargeDataVersion.sql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Database\Version\70\Minor\2017091301_IPNationalTotalsPrecision.sql">
<Content Include="Resources\Database\Version\70\Minor\2017091302_MeasureFooters.sql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Database\Version\70\Minor\2017051101_ProviderChargeDataVersion.sql">
Expand Down
Original file line number Diff line number Diff line change
@@ -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'

Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1a44845

Please sign in to comment.