Skip to Content
Menu
v 15.0 Third Party 206
Download for v 15.0 Deploy on Odoo.sh
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
Lines of code 4162
Technical Name hospital_lab_tests
LicenseAGPL-3
Websitehttps://www.cybrosys.com
You bought this module and need support? Click here!
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
Lines of code 4162
Technical Name hospital_lab_tests
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Community
Enterprise

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?


+91 86068 27707

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
by
Md Ariful Islam
on 7/26/23, 2:05 AM

Are you done of We have updating the module?

Re:
by
Cybrosys Technologies
on 7/26/23, 5:24 AM Author

Sorry?


Error when try to print Lab Test Result Report
by
Md Ariful Islam
on 3/27/23, 6:17 AM

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
by
Cybrosys Technologies
on 3/31/23, 5:14 AM Author

Thanks for reporting, We have updated the module