knopkem / dicomweb-proxy

A proxy to translate between dicomweb and traditional dicom dimse services (PACS communication)
Other
71 stars 20 forks source link
c-find c-get c-move c-store dcmtk dicom dicomweb dimse imaging javascript medical nodejs ohif pacs proxy qido-rs rest viewer wado-rs wado-uri

dicomweb-proxy

A proxy to translate between DICOMWEB and traditional DICOM DIMSE services

Description

Note: Since OHIF 3 is still beta you can also switch back to OHIF 2 version: just remove the public directory and unzip public.zip to public

What is it for?

How does it work?

Prerequisite

Setup Instructions - npm

Setup Instructions - source

What to modify

config.source = {
  aet: "SOURCE_AET",
  ip: "SOURCE_IP",
  port: "SOURCE_PORT"
};
config.peers = [{
  aet: "TARGET_AET",
  ip: "TARGET_IP",
  port: "TARGET_PORT"
}, { more peers here...}];

License

MIT