How to print an encounter details? - OpenMRS 2x and RefApp 2x

The demo server returns 400 (Bad Request) response while i am trying to add parameters in Data Set Definitions.

Currently the XRepors get the report parameters through following POST request

http://localhost/openmrs/module/xreports/fillParameter.form?reportId=6bc489c6-c1ad-4c89-acb2-fde40edcfe66&formId=3

Then redirect the page to following URL

http://localhost:9999/openmrs/xreports/reportRunner.page?reportId=3&groupId=3

Could you please make it possible pass the parameters through GET request to report? like

http://localhost/openmrs/module/xreports/fillParameter.form?reportId=3&formId=3&patientId=7&encounterId=3

or

http://localhost:9999/openmrs/xreports/reportRunner.page?reportId=3&groupId=3&patientId=7&encounterId=3

Can you create a ticket and then link this thread to it?

Here I have created the ticket for mentioned task: https://issues.openmrs.org/browse/XREP-3

Hey Can I work on this issue ? is this available ?

thanks

@dkayiwa: Any progress regarding (https://issues.openmrs.org/browse/XREP-3) issue?

Feel free to take it up.