File size: 696 Bytes
7857181
 
 
577912e
4f846c7
7857181
4f846c7
 
 
 
7857181
4f846c7
7857181
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

# Start the orthanc service
nginx &
Orthanc /etc/orthanc/orthanc.json &

# for i in ls datasets/Task09_Spleen/imagesTs/*.nii.gz; do
#     plastimatch convert --patient-id patient1 --input $i --output-dicom test
# done && \
plastimatch convert --patient-id patient1 --input  datasets/Task09_Spleen/imagesTs/spleen_1.nii.gz   --output-dicom test && \

python -m pynetdicom storescu 127.0.0.1 4242 test -aet MONAILABEL -r -v && \
# # Start the monailabel service
monailabel start_server --app apps/radiology --studies http://127.0.0.1:8042/dicom-web --conf models deepedit 
# monailabel start_server --app apps/radiology --studies datasets/Task09_Spleen/imagesTr --conf models deepedit