-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add text to software dev detail per feedback
- Loading branch information
Amy Chen
authored and
Amy Chen
committed
Nov 22, 2024
1 parent
cec45b0
commit c10937c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:[email protected]">[email protected]</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:[email protected]">[email protected]</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> | ||
); | ||
|