User Tools

Site Tools


dicom:dicom_receiver

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dicom:dicom_receiver [2016/04/11 19:36] – created dpatenaudedicom:dicom_receiver [2021/07/29 18:21] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== .decimal Dicom Receiver ====== ====== .decimal Dicom Receiver ======
  
 +A Windows computer must be used to run the AE Title programs. Our current configuration uses a standard Windows 7 Professional PC that automatically logs in with a default user upon startup and the DICOM receiver is included in the computer startup folder. Any setup that ensures the receiver is always running should be sufficient however. 
 ===== Setup ===== ===== Setup =====
  
Line 11: Line 12:
 ==== Packages required to run: ==== ==== Packages required to run: ====
  
-requests +  * requests 
-colorama +  colorama 
-jsonpickle +  jsonpickle 
-msgpack+  msgpack 
 <code> <code>
    python -m pip install requests      python -m pip install requests  
    python -m pip install colorama      python -m pip install colorama  
    python -m pip install jsonpickle      python -m pip install jsonpickle  
-   python -m pip install msgpack-python</code>+   python -m pip install msgpack-python 
 +</code>
  
 ==== Installation ==== ==== Installation ====
  
-Open console window as administrator and run: +Create shortcut of the receiver_service.exe and copy the shortcut to the Start Up folder such that it begins on startup.
-<code bash> +
-nssm install <servicename e.gdecimal_dicom_receiver> +
-</code>+
  
-Set the NSSM fields as follows: +==== Usage ====
-FIXME+
  
-==== Configuration ====+Configure your export client to export to the set IP address and Port as set in the receiver_config.json file.
  
-Open the receiver_config.json file. Set the following parameters: 
-  - local_ae_title: <ae title of the instance of the receiver> 
-  - local_port: <desired port to receive on> 
-  - storage_root_path: <location where to copy the dicom files prior to upload> 
-  - thinkode: 
-    - basic_user: <base64 username and password> 
-    - realm_name: <realm to post the dicom patient> 
-    - account_name: <thinknode account name> 
- 
-==== Uninstalltion of Service ==== 
- 
-<code bash> 
-nssm remove <service_name> confirm 
-</code> 
dicom/dicom_receiver.1460403389.txt.gz · Last modified: 2021/07/29 18:19 (external edit)