Project: Integrating OHIF Viewer to new Radiology OWA

I want to see if I can get any progress with Cassandra

Why are you using Mongo @lehone? Thatā€™s an extra moving partā€¦

Also ā€“ you know if you use triple backticks

```
ā€“ you can get nice codeblocksā€¦donā€™t do screenshots of codeā€¦

I was just trying out possible options

Thanks for the tip

1 Like

@tenas97 this is the link to the spring-data app https://gitlab.com/lehone-hp/lh-radiology-fhir

@yashdsaraf just to be sure, the database that you guys are using is cassandra right?

@lehone can you update the readme for your repo ?

1 Like

Yes, weā€™re using cassandra with spring data.
But Iā€™m facing a similar issue of having to annotate the structures with Table and PrimaryKey annotations and apparently according to the spring data cassandra doc, thereā€™s no xml configuration available for doing this either.

@yashdsaraf concerning the format in which the resources are to be stored, will each table have columns for the different fields for that resource as @prashadi asked or will each table have just two columsn; one for the id of the resource and the other for the content where the content will be the json representation of the resource? Please can you help me clarify this point.

Good day guys!

@judywawira @sunbiz, for the past few days I have been working on generating a Dicom Modality Worklists(DML) from my spring boot application. I have been able to generate a DML via the terminal by converting an existing worklist to a text file using the commandline tool dcmdump and then entering the values for the corresponding DICOM tags. After that, I converted the text file into a .wl file(worklist file) and uploaded it manually to a worklist storage folder(configured in orthancā€™s configuration file). Now I am looking for a way to do this procedure automatically in the spring boot app but I am finding it difficult as I have not been able to see any documentation or blogpost on this and I also want to ask if there is/are any java libraries that can help me accomplish this tasks?

I am also working on a basic front-end component to enable users search for patients and request for a procedure but so far all the responses are hardcoded as we are still to resolve the issue with storing data to the database via FHIR structures

I am creating a blogpost on how I was able to generate the Modality worklist. When I am done, I will post the link here.

Blog post url on Generating Modality Worklist with Orthanc https://lenyahope.wordpress.com/2018/05/22/generating-dicom-modality-worklist-with-orthanc/

1 Like

I have written a blog-post which provides a status update on my project https://lenyahope.wordpress.com/2018/05/30/week-2-of-coding-phase-gsoc18/ Comments are welcomed.

1 Like

Blogpost link to my report of the past week https://lenyahope.wordpress.com/2018/06/04/week-3-report-gsoc-18/ it talks about what I have don so far, what I am currently doing and some blockers which I have encountered

1 Like

Steps to follow when setting up librehealth-radiology-fhir for development here

Final evaluation report

I have also completed my final evaluation on the GSoC dashboard