Project - PACS Server Integration

Picture Archiving and Communication System (PACS) is a system that allows storing and viewing of patient imaging, such as Xrays, CT scans, and ultrasounds. Goal is it integrate a PACS server with OpenEMR to allow the viewing and storage of patient imaging.

Mentors:
@brady.miller
@jesdynf
@stephenwaite
@kofiav
@gutiersa

2 Likes

@brady.miller
@jesdynf
sir i’m vishal from india i am willing to contribute to openEMS organization in this GSOC 2020
can you please give an description about this project

hi @vishal_io, here’s a good overview of how this started and where it’s going including the current capability of viewing a DICOM image inside OpenEMR.

The next phase would be to integrate the handling of the images with a PACS server like Orthanc for example. Here’s some open issues and these as well.

project home page

@stephenwaite sir thanks for the information can you say how to start with the Picture Archiving and Communication System project and languages used for the development.

hi @vishal_io, suggest trying to revive this issue and checking out @jodogne’s project at https://www.orthanc-server.com/

sir what are the technologies are involved in developing an pcas system

hi @vishal_io, haven’t spun up orthanc so probably would want to look at https://book.orthanc-server.com/users/docker.html#docker so could have it be accessible to the openemr docker

can envision using https://osimis.atlassian.net/wiki/spaces/OKB/pages/26738689/How+to+use+osimis+orthanc+Docker+images and editing openemr’s docker-compose.yml to create a testing environment

Hi @vishal_io ,
Regarding the orthanc docker, can see how it is incorporated into the insane development environment to help incorporate it into easy development environment that @stephenwaite linked to above. Can see how this is done on the below 2 links:
openemr/docker-compose.yml at master · openemr/openemr · GitHub (example docker-compose.yml section)
openemr/contrib/util/docker at master · openemr/openemr · GitHub (instructions for using orthanc in this docker environment)

2 Likes

sir can u list the feature that are need to be established in pcas server. Then i have doubt does this comes electronic medical record feature of the software

PACS has three components:

  1. Image Acquisition
  2. Display Workstations
  3. Archive Server
    In this GSoC project, do we need to implement only Archive Server or all three?

hi @harshbawari, yes, we’re focusing on integrating the archive server.

@stephenwaite @brady.miller
do we need to build it from the scratch.
or list the things in the comment need to be done in this project

hi @vishal_io ,
Do not need to build a PACS from scratch. A good direction to go would be to integrate orthanc (DICOM server) with OpenEMR.

so, we need to integrate this https://www.orthanc-server.com/ @brady.miller @stephenwaite in openEMR.
can u give an summary that how to integrate orthanc server with openEMR.
are we going use the orthanc source code.

hi @vishal_io, did you see the above post by @brady.miller and investigate regarding the orthanc docker?

@stephenwaite yeah i have setup the openEMR development environment with docker. And i checked the orthanc dicom server. but i didn’t get an clear idea. can u give an summary that how it is going to be integrated

hi @vishal_io, basically take the images that are stored in Orthanc and get them to flow to OpenEMR.

Hello all,

What’s the current status? Is help still needed for this?

I was taking a look at the issues and it looks like this should be the first “milestone”: Integrate Orthanc into Docker Compose · Issue #1364 · openemr/openemr · GitHub - does that make sense?

1 Like

hi @lrossett ,
Yep, that would be a great starting point. Current status is unchanged from that issue, so help would be greatly appreciated :smile:

cool, I will take a look at that issue :slight_smile: