loading...
HideElements | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
HTML |
---|
...
Wiki Markup |
---|
{html}
<script>
</script>
<style>
hr { border: 1px solid #eee; }
.wiki-content .confluence-content-image-border { border: 1px solid #ddd; }
#full-height-container h1 { color: #DC5A23; }
/* .sv-theme-navigation-container { display: none; } */
</style>
{html} |
InfoScribe
TODO: find an image to represent InfoScribe
InfoScribe is an online solution that helps teams collaboratively create, discuss, and organize clinical requirements and specifications. It has many useful features - such as templates, versioning, PDF export, inline comments, HL7 Explorer integration, and many more - that would help teams to work productively and accelerate the development of healthcare solutions.
Wiki Markup |
---|
{html}
<div style="text-align: center;">
<button class="aui-button aui-button-primary" style="font-size: 20px;">Use it now <i class="fa fa-angle-double-right"></i></button>
</div>
{html} |
HTML |
---|
<script type="text/javascript">
AJS.toInit(function(){
if (AJS.params.remoteUser == ''){
window.location.href = '/display/IH/Guest+Home+Page';
} else {
window.location.href = '/display/IH/Authenticated+Home+Page';
}
});
</script> |
...