I am using the senaite lims by installing through Docker. I am just using UI part (not fully familiar with it. Where can I find the flow of this app?).
but
my data flow is like.
- Analyser sends the query for test with barcode in ASTM or HL7 format to my application and my application sends back the related test for that barcode.
- Analyser sends result of the associated barcode in ASTM or HL7 format and my application parse the test and save it to the database.
Now, we are implementing senaite lims. How can I fetch the tests like (Ca, Mg etc). And send the results to the senaite lims. What are the GET and POST API endpoints for that? Can anyone help me. Or I have just misunderstood the whole application workflow?