Page MenuHomec4science

injected_screens.html
No OneTemporary

File Metadata

Created
Wed, Jan 22, 12:14

injected_screens.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<body>
<div id='ExampPDO-mainDiv'>
<div id="ExampPDO-TABS" class="yui-navset">
<ul class="yui-nav">
<li id="ExampPDO-TAB0" class="selected"><a href="#ExampPDO-TAB0"><em>Specify Data</em></a></li>
<li id="ExampPDO-TAB1"><a href="#ExampPDO-TAB1"><em>View Results</em></a></li>
<li id="ExampPDO-TAB2"><a href="#ExampPDO-TAB2"><em>Plugin Help</em></a></li>
</ul>
<div class="yui-content" id="ExampPDO-CONTENT">
<div>
<div class="ExampPDO-MainContent">
<div class="ExampPDO-MainContentPad">
<div>Drop a Patient Set and a Concept (Ontology Term) into the input boxes below, and then click the "View Results" tab to retrieve information about when that concept was observed in the selected patient set. In this example, the results are returned in the standard i2b2 PDO (Patient Data Object) XML format. You may select whether to return information about the patients, events, or observations.</div>
<div class="droptrgtlbl">Patient Set:</div>
<div class="droptrgt SDX-PRS" id="ExampPDO-PRSDROP">Drop a Patient Set here</DIV>
<div class="droptrgtlbl">Concept:</div>
<div class="droptrgt SDX-CONCPT" id="ExampPDO-CONCPTDROP">Drop a Concept here</DIV>
<div class="outputOptionsLbl">Return:</div>
<div class="outputOptions">
<form>
<span><input type="checkbox" checked id="ExampPDO-OutputPatient" onChange="i2b2.ExampPDO.chgOutputOption(this,'patients');">Patients</span>
<span><input type="checkbox" checked id="ExampPDO-OutputEvents" onChange="i2b2.ExampPDO.chgOutputOption(this,'events');">Events</span>
<span><input type="checkbox" checked id="ExampPDO-OutputObservations" onChange="i2b2.ExampPDO.chgOutputOption(this,'observations');">Observations</span>
</form>
</div>
</div>
</div>
</div>
<div>
<div class="ExampPDO-MainContent">
<div class="results-directions">Please return to the "Specify Data" tab and select both a Patient Set and a Concept.</div>
<div class="results-working" style="display:none;">The PDO request is processing...</div>
<div class="results-finished" style="display:none;">
<div class="results-text">The following shows the PDO Request that was sent and the PDO Respoonse that was received:<UL></UL></div>
<div id="ExampPDO-InfoPDO">
<table>
<tr><th>PDO Request</th><td class="InfoPDO-Request"><div class="originalXML"></div></td></tr>
<tr><th>PDO Response</th><td class="InfoPDO-Response"><div class="originalXML"></div></td></tr>
</table>
</div>
</div>
</div>
</div>
<div>
<div class="ExampPDO-MainContent">
<div class="ExampPDO-MainContentPad">
<h1>Example #3 - PDO Request</h1>
<hr size="1" noshade>
<h2>Introduction</h2>
This plugin demonstrates how to retrieve information using the Patient Data Object (PDO).
The PDO is the standard way in which i2b2 encapsulates all patient data.
All plugins that need to access patient data must construct PDO Requests and parse the returned PDO Response.
The PDO Request takes several input options, including a list of patients, groups of concepts, the list of items to be returned.
The PDO Response, dependeing on the input options, might return details about the patients, a list of observations corresponding to the selected concepts, or information about the events during which the observations occurred.
<h2>Instructions</h2>
Navigate to the "Specify Data" tab. Then, drag and drop a Patient Set and a Concept (Ontology Term) onto the input boxes. You may optionally select which types of information you want returned. Finally, click the "View Results" tab to view the PDO Response.
<h2>About Us</h2>
This plugin was created by Nick Benik and Griffin Weber, MD, PhD.
<h2>Terms of Use</h2>
This example plugin is distributed with the i2b2 web client framework and may be used free of charge.
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>

Event Timeline