Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Employee Contracts (hr_contract)
• Time Off (hr_holidays) • Employees (hr) • Discuss (mail) • Invoicing (account) • Calendar (calendar) |
Community Apps Dependencies | Show |
Lines of code | 4162 |
Technical Name |
hospital_lab_tests |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Employee Contracts (hr_contract)
• Time Off (hr_holidays) • Employees (hr) • Discuss (mail) • Invoicing (account) • Calendar (calendar) |
Community Apps Dependencies | Show |
Lines of code | 4162 |
Technical Name |
hospital_lab_tests |
License | AGPL-3 |
Website | https://www.cybrosys.com |

Lab Test Management
Lab Test and Management for Hospital

Overview
Patients can register for new lab tests, In which the patient is already in the hospital their details are auto filled and their needed tests can be done. After the test the payment is also managed here for the tests.
Features

Register Patient

Test Results

Maintaining Hospital labs

Test Types

Lab Tests
Screenshots
Register Patient.
Patient can take registration for taking tests.

Test Results
Each patient's result can be shown in the result tab.And the results for objective and range are different and these can be handled.

Hospital labs
Each lab is listed and managed.Each lab has an in charge and these labs can be visible when the tests are created.

Test Types
Test types are listed.And can be created new types and the type is also specified with the test for easy understanding.

Lab Tests
Tests that are available at the hospital are listed and can be created .From here labs can be mentioned in which labs are provided these tests.

Suggested Products
Our Services

Odoo Customization

Odoo Implementation

Odoo Support

Hire Odoo Developer

Odoo Integration

Odoo Migration

Odoo Consultancy

Odoo Implementation

Odoo Licensing Consultancy
Our Industries

Trading
Easily procure and sell your products

POS
Easy configuration and convivial experience

Education
A platform for educational management

Manufacturing
Plan, track and schedule your operations

E-commerce & Website
Mobile friendly, awe-inspiring product pages

Service Management
Keep track of services and invoice

Restaurant
Run your bar or restaurant methodically

Hotel Management
An all-inclusive hotel management application
Need Help?

Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
Are you done of We have updating the module?
Re:
Sorry?
Error when try to print Lab Test Result Report
Hi there,
I get the below error when try to print Lab Test Result Report.
RPC_ERROR
Odoo Server Error
Traceback (most recent call last):
File "/odoo/odoo-server/odoo/tools/cache.py", line 85, in lookup
r = d[key]
File "/odoo/odoo-server/odoo/tools/func.py", line 71, in wrapper
return func(self, *args, **kwargs)
File "/odoo/odoo-server/odoo/tools/lru.py", line 34, in _getitem_
a = self.d[obj]
KeyError: ('ir.ui.view', , 2, True, 'lab_tests.test_result', (None,))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/odoo/odoo-server/odoo/tools/cache.py", line 85, in lookup
r = d[key]
File "/odoo/odoo-server/odoo/tools/func.py", line 71, in wrapper
return func(self, *args, **kwargs)
File "/odoo/odoo-server/odoo/tools/lru.py", line 34, in _getitem_
a = self.d[obj]
KeyError: ('ir.model.data', , 'lab_tests.test_result')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/odoo/odoo-server/addons/web/controllers/main.py", line 2021, in report_download
response = self.report_routes(reportname, docids=docids, converter=converter, context=context)
File "/odoo/odoo-server/odoo/http.py", line 535, in response_wrap
response = f(*args, **kw)
File "/odoo/odoo-server/addons/web/controllers/main.py", line 1950, in report_routes
pdf = report.with_context(context)._render_qweb_pdf(docids, data=data)[0]
File "/odoo/odoo-server/addons/account/models/ir_actions_report.py", line 49, in _render_qweb_pdf
return super()._render_qweb_pdf(res_ids=res_ids, data=data)
File "/odoo/odoo-server/odoo/addons/base/models/ir_actions_report.py", line 838, in _render_qweb_pdf
html = self_sudo.with_context(context)._render_qweb_html(res_ids, data=data)[0]
File "/odoo/odoo-server/odoo/addons/base/models/ir_actions_report.py", line 882, in _render_qweb_html
return self._render_template(self.report_name, data), 'html'
File "/odoo/odoo-server/odoo/addons/base/models/ir_actions_report.py", line 619, in _render_template
return view_obj._render_template(template, values).encode()
File "/odoo/odoo-server/odoo/addons/base/models/ir_ui_view.py", line 1985, in _render_template
return self.browse(self.get_view_id(template))._render(values, engine)
File "", line 2, in get_view_id
File "/odoo/odoo-server/odoo/tools/cache.py", line 90, in lookup
value = d[key] = self.method(*args, **kwargs)
File "/odoo/odoo-server/addons/website/models/ir_ui_view.py", line 376, in get_view_id
return super(View, self.sudo()).get_view_id(xml_id)
File "/odoo/odoo-server/odoo/addons/base/models/ir_ui_view.py", line 1874, in get_view_id
return view and view.id or self.env['ir.model.data']._xmlid_to_res_id(template, raise_if_not_found=True)
File "/odoo/odoo-server/odoo/addons/base/models/ir_model.py", line 1944, in _xmlid_to_res_id
return self._xmlid_to_res_model_res_id(xmlid, raise_if_not_found)[1]
File "/odoo/odoo-server/odoo/addons/base/models/ir_model.py", line 1935, in _xmlid_to_res_model_res_id
return self._xmlid_lookup(xmlid)[1:3]
File "", line 2, in _xmlid_lookup
File "/odoo/odoo-server/odoo/tools/cache.py", line 90, in lookup
value = d[key] = self.method(*args, **kwargs)
File "/odoo/odoo-server/odoo/addons/base/models/ir_model.py", line 1928, in _xmlid_lookup
raise ValueError('External ID not found in the system: %s' % xmlid)
ValueError: External ID not found in the system: lab_tests.test_result
Re: Error when try to print Lab Test Result Report
Thanks for reporting, We have updated the module