Search 1.9 billion lines of Odoo code on GitHub

medical_diagnostic_report_graph

Author: Creu Blanca,Odoo Community Association (OCA)
License: AGPL-3
Branch: 13.0-imp-readme_diagnostic_report
Repository: tegin/medical-fhir
Dependencies: medical_diagnostic_report
Languages: HTML (328, 19.1%), Python (235, 13.7%), XML (1117, 65.1%), and reStructuredText (35, 2.0%)
Other branches: 13.0, 13.0-add-imagingstudy, 13.0-add-med_diag_rep, 13.0-add-medical_clinical_impression, 13.0-add-medical_clinical_impression_clean, 13.0-add-medical_product_request, 13.0-fix-hr, 13.0-imp-ferros, 13.0-merge-impression_product_request_study, 14.0, 14.0-add-medical_clinical_impression, 14.0-fix, 14.0-fix-medical_workflow, 14.0-imp-medical_clinical_condition__, and 14.0-imp-medical_fhir

<h1 class="title">Medical Diagnostic Report Graph</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/tegin/medical-fhir/tree/13.0/medical_diagnostic_report_graph"><img alt="tegin/medical-fhir" src="https://img.shields.io/badge/github-tegin%2Fmedical--fhir-lightgray.png?logo=github" /></a></p> <p>This model expands the medical_diagnostic_report by adding the possibility to add a graph and/or an html to the report.</p> <p>To use it, in a report template mark the fields &quot;Compute Graph&quot; and/or &quot;Compute Html&quot;. One page for each case will appear in the template where you can write the desired code. The html field is done with ir.qweb and the chart can be done using bokeh. You fill find the resources available for the graph at the function &quot;_get_input_dict&quot;. In case you needed more resources, just use this function as a hook.</p> <p>The graphs will appear in the report once validated.</p> <p>In case you want to hide the observations, you can do it by marking the Hide Observations field.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id2">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id3">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li> </ul> </li> </ul> </div> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id1">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/tegin/medical-fhir/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/tegin/medical-fhir/issues/new?body=module:%20medical_diagnostic_report_graph%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id2">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id3">Authors</a></h3> <ul class="simple"> <li>Creu Blanca</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id4">Contributors</a></h3> <ul class="simple"> <li>Creu Blanca</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id5">Maintainers</a></h3> <p>This module is part of the <a class="reference external" href="https://github.com/tegin/medical-fhir/tree/13.0/medical_diagnostic_report_graph">tegin/medical-fhir</a> project on GitHub.</p> <p>You are welcome to contribute.</p>