Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add source information as popover. Resolved Issue #7 (JIRA: SEIR-58) #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions client/web/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,8 @@ ul {

.ir-popover-toggle:hover {
cursor: pointer;
}

.ir-popover-width {
min-width: 400px;
}
9 changes: 8 additions & 1 deletion client/web/templates/irList.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ <h4>Amongst patients taking <span class="text-capitalize">{{appModel.treatment.d
<table class="table table-striped table-hover ">
<thead>
<tr>
<th>Source</th>
<th>Source
<span uib-popover-template="'templates/source-popover.html'"
popover-placement="auto bottom-right"
popover-class="ir-popover-width"
popover-is-open="showSourcePopover"
ng-click="showSourcePopover = !showSourcePopover"
class="small glyphicon glyphicon-info-sign ir-popover-toggle"></span>
</th>
<th>Country</th>
<th>Condition</th>
<th>Incidence (%)</th>
Expand Down
33 changes: 33 additions & 0 deletions client/web/templates/source-popover.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<dl>
<dt>CCAE</dt>
<dd>Truven MarketScan Commercial Claims and Encounters; USA (Population: 121.85 million)
</dd>
<dt>MDCR</dt>
<dd>Truven MarketScan Medicare Supplemental Beneficiaries; USA (Population: 9.25 million)
</dd>
<dt>MDCD</dt>
<dd>Truven MarketScan Multi-State Medicaid; USA (Population: 17.34 million)
</dd>
<dt>NYP</dt>
<dd>Columbia University Medical Center/New-York Presbyterian; USA (Population: 5 million)
</dd>
<dt>IMS-France</dt>
<dd>IMS Disease Analyzer - France (Population: 2.2 millions)
</dd>
<dt>IMS-Germany</dt>
<dd>IMS Disease Analyzer - Germany (Population: 8.875 millions)
</dd>
<dt>IMS-Australia</dt>
<dd>IMS Disease Analyzer - Australia (Population: 1.375 millions)
</dd>
<dt>JMDC</dt>
<dd>Japan Medical Data Center; Japan (Population: 3 millions)
</dd>
<dt>OPTUM EHR or SES</dt>
<dd>Optum ClinFormatics; USA (Population: 40.67 millions)
</dd>
<dt>Premier</dt>
<dd>Premier; USA (Population: 108 millions)
</dd>
</dl>