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 text to software dev detail per feedback #218

Merged
merged 1 commit into from
Nov 22, 2024
Merged
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
2 changes: 1 addition & 1 deletion src/components/Disclaimer.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default class Disclaimer extends Component {
<div className={`cdc-disclaimer data-source ${conditionalClass}`} onClick={this.handleCloseToggle}>
<div className="title">COSRI development and open source software details</div>
<button className="close-button" title="toggle show/hide">[show/hide]</button>
<div className="content">COSRI incorporates the Clinical Pain Management Summary application, released as open-source software by CDS Connect project at the Agency for Healthcare Research and Quality (AHRQ). We have extended ARHQ's work to provide enhanced security, improved decision support, integration with state Prescription Drug Monitoring Program databases, standalone operation, and other features. For a description of our open source release, contact <a href="mailto:info@cosri.app">info@cosri.app</a>. Support for the development of COSRI was provided by the Washington State Department of Health and the Washington State Health Care Authority through the CMS Support Act.</div>
<div className="content">COSRI incorporates the Clinical Pain Management Summary application, released as open-source software by CDS Connect project at the Agency for Healthcare Research and Quality (AHRQ). We have extended ARHQ's work to provide enhanced security, improved decision support, integration with state Prescription Drug Monitoring Program databases, standalone operation, and other features. For a description of our open source release, contact <a href="mailto:info@cosri.app">info@cosri.app</a>. Support for the development of COSRI was provided by the Washington State Department of Health and the Washington State Health Care Authority through the CMS Support Act. Additional COSRI implementation and evaluation funding provided by the Centers for Disease Control and Prevention (CDC) and the Assistant Secretary for Technology Policy (ASTP) through contract # GS-35F-0034W/75P00122F80168, awarded to Security Risk Solutions, Inc.</div>
</div>
</div>
);
Expand Down
Loading