Skip to main content

Python Receiver Installation 🐍

RadSmart Receiver Installation and Configuration Guide 🛠️

Instructional Recordings 🎥

Installation Steps 📋

  1. Download and Unzip:

    • Download the receiver zip to the client system. 📁
    • Unzip and copy to C:/. 🗂️
  2. Initial Check:

    • Inside the folder, find radsmart_receiver.exe. 🔍
    • Double-click to ensure the receiver works. A CMD window should open. 💻
    • Close the CMD window. ✖️

CMD output

warning

If it doesn't open, contact the development team.

  1. Installing as a Service:
    • Open Command Prompt as administrator. 🛡️
    • Run the following commands:
      cd C:\radsmart_receiver\bin\nssm-2.24\win64\ 
      nssm.exe install radsmart_service
caution

Ensure there aren't any spaces in the installation path. If there are, then replace those spaces with "_"

NSSM Interface

caution

Ensure the Service name here is unique and isn't used by any other service in the system.

  • In the popup window, select the application path to radsmart_receiver.exe. 🖱️

Locate Application Path

  • Click on "Install Service" button. ✔️

NSSM Final

  • Open the Services window to see the radsmart_service. 👀

NSSM Final

  1. Starting the Service:

    • Click on start_service. 🟢
    • Service is now installed. 🎉
  2. Login and Usage:

    • Open Chrome and navigate to http://localhost:8081/. 🌐
    • Enter username and password and click on login. 🔑
    • The Python receiver is now installed. ✅

New Features in V4.1.4 🆕

  • Re-submit Button 🔁

    • When to use:
      • Client has deleted the draft.
      • Client has submitted the draft and deleted the main study.
    • Function: Makes the draft re-appear on the interface for the above cases.
  • Delete Button 🗑️

    • Purpose: To delete the study from the local receiver database.
  • Check Logs in Browser 📊

    • Access: Go to http://localhost:8081/logs to check logs.
  • Check SCP Logs in Browser 📈

    • Access: Go to http://localhost:8081/scp_logs to check SCP processor logs.
  • Check Environment Parameters in Browser 🛠️

    • Access: Go to http://localhost:8081/env to check the environment parameters.
  • Upload Speed Test

    • Usage:

      • Click on the "Start Upload Speed Test" button.
      • Click on "Stop Upload Speed Test" before logging out of Anydesk.
      note

      Wait for 2 minutes before checking upload speeds.

  • Logout 🔚

    • Function: Deletes user credentials and logs out the client.

      caution

      Ensure no studies are being processed before logging out.

      note

      Restarts all processes (takes 7-8 seconds).