Project: Radiology Reporting Enhancement

@ivange94 when can I expect the PR to be done?

Hi @teleivo, @judy

I have complated final evaluation process on the gsoc site with link to my my file blog post. I am currently working on letting users use templates to create reports and making progress in that regards. I have an implementation that works though am not so sure of how efficient it is.

Basically on form submission after a report is complete, I use the name/value pairs in the request to create and xml structure and store the contents inside the file. So far its working, but I think its not good enough as we don’t have control of how the fields are stored in the template. For example, assuming this is a template file.

Name <input type="text" name="userName"/>
Diagnosis <textarea name="diagnosis"/>

With my current implementation, if we used that to save a report, you’ll we will get an xml file with the following content

<report>
<name>Name entered from UI</name>
<diagnosis>some diagnosis</diagnosis>
</report>

my concern is what will happen is if say, we have a form like so

First name <input type="text" name="First Name"/>
Diagnosis <input type="text" name="diagnosis"/>

the first name attribute has a space in its value. Don’t know yet what will happen if we try to save this in xml.

It has been a great summer and a privilege to have @teleivo as my mentor. I learnt a lot from him and look forward to learning more from him as I stick around to help see the radiology module get its first release.

Other #gsoc2016 students it was really nice meeting you and hope we get to meet some time again. I’ll be here for a while and those of you planning to mentor GCI, we’ll cross paths once again. Good luck to everyone.

Special thanks to, @dkayiwa, @pascal, @mksd, @lluismf for all the help they offered.

4 Likes

Hi, I successfully installed dcm4chee server and all the workflow goes well.

Now I m trying to build this reporting feature into our project. I got OpenMRS 2.0, radiology module and web services.rest latest versions. but I m getting below error

Resource does not exist. Please check documentation for implemented resources and their paths [Unknown resource: v1/radiologyorder]codeorg.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl:419

Appreciate if any help.

Thanks

@neerajakshi whats your interest with radiology ? Developer or implementer / end user?

Follow the steps here

Hi Judy,

Thanks for your reply. I resolved this issues. I am a Developer implementing radiologydcm4chee module.

Thanks

Hi, i am facing the following errors

  1. ā€œResults couldn’t be loaded, an error occurred while trying to fetch data. Please see the console log for more details.ā€
  2. ā€œDataTables warning: table id=radiologyOrdersTable - Ajax error. For more information about this error, please see http://datatables.net/tn/7ā€ I am newbie so kindly bear with me if I am asking some basics.

Hi , Can you please tell me how you fixed that error ?