Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please note that these are sample steps and need to be carefully executed especially if you are in a Production Environment!


Pre Requisites - PACS -

...

Integration and DCM4CHEE is installed.

1) Check if pacs-

...

integration and  dcm4chee service are running

Code Block
systemctl status dcm4chee
systemctl status pacs-integerationintegration


# If it is not running then do
sudo systemctl start dcm4chee
sudo systemctl status pacs-integerationintegration

2) Check if you are able to connect to both the databases

...

RESTART Service dcm4chee
RESTART Service pacs-integerationintegration
Check for both the services and logs status

Code Block
sudo systemctl restart pacs-integerationintegration
sudo systemctl restart dcm4chee

...