Hi @naveed1228 ,
We (@owais.hussain, @shujaat, @ahmed14) have developed this module and it basically handles information related to Lab Tests from ordering phase to results for patients.
Here is the basic workflow:
- A Lab Test order is requested for a particular test type.
- This step involves collecting sample information if the ordered test requires any sample to process.
- Lab results are entered.
The module actually requires some setting up of the global properties before it can be used. Like all the metadata related information like Specimen Type, Specimen Site etc are handled through global properties. In your particular issue, please set the uuid of the concept to the global property named “commonlabtest.specimenSiteConceptUuid”. Please note, it should be a coded concept. There will be some more global properties that you need to set up (all will have this keyword commonlabtest).
Hope it solves your problem. Please let me know if there are some other issues, I would be happy to help.