health icon indicating copy to clipboard operation
health copied to clipboard

RIS - Radiology Information System

Open ChillarAnand opened this issue 2 years ago • 8 comments

Need to have radiology workflows in healthcare.

Integrate with PACS to fetch DICOM data.

Add dicom viewer to view dicom files directly from healthcare module.

ChillarAnand avatar Jan 28 '22 04:01 ChillarAnand

Related issues

https://github.com/frappe/healthcare/issues/26

https://github.com/frappe/healthcare/issues/98

ChillarAnand avatar Jan 28 '22 04:01 ChillarAnand

Okay. If you don’t plan on implementing DICOM and DICOMweb in python, I’d suggest a good alternative is to use something like Orthanc that’s already battle tested.

It gets complicated really fast since you’ll have to think about things like S3 object storage when migrating to the cloud. Most of this is already present as plug-ins in Orthanc.

There are also really good DICOM viewers that can be integrated on the front-end. Eg: OHIF or Stone of Orthanc Web viewer.

sidharthramesh avatar Feb 14 '22 04:02 sidharthramesh

Thanks, @sidharthramesh

We are planning to use Cornerstone as the dicom viewer.

We will not be implementing DICOM on our own. Most of the hospitals & radiology centres will have their PACS/DICOM setup. Right now we are planning to interface with existing systems, sync the data and show the reports.

ChillarAnand avatar Feb 14 '22 04:02 ChillarAnand

Got it! Cornerstone will be a good choice if you want to make the DICOM viewer look “native” to ERPNext.

sidharthramesh avatar Feb 14 '22 04:02 sidharthramesh

Would like to add here that bringing in worklist capability would be useful

akurungadam avatar Feb 16 '22 04:02 akurungadam