planning:userguide:tutorials:patient_import
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
planning:userguide:tutorials:patient_import [2017/01/06 21:15] – [Uploading a DICOM Patient] kerhart | planning:userguide:tutorials:patient_import [2021/07/29 18:28] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Uploading | + | ====== Uploading DICOM Patient |
- | Importing a new patient into the Planning App requires taking | + | The Astroid |
- | For clinical users, a DICOM receiver is generally installed, allowing for direct exporting from contouring software or other planning systems into Thinknode for use within Astroid. | + | ===== DICOM Receiver Service ===== |
- | In the absence of such a receiver, | + | For clinical users, |
- | ===== Importing | + | ===== Uploading |
- | **Note:** This guide requires the user to be familiar with python and the existing [[dicom: | + | DICOM files can also be uploaded directly from the Astroid Planning App. The steps below describe the process in detail. |
+ | |||
+ | - Open the Launcher and choose the appropriate realm and application to work in {{ : | ||
+ | - Choose the //Imports// block and click the blue Browse button in the //Upload Files// sub-block{{ : | ||
+ | - Navigate to the directory where the DICOM image and structure set files are stored and click Ok {{ : | ||
+ | - All DICOM files found in the selected directory will populate in the list field | ||
+ | - If the file list appears correct, click the blue Upload button in the bottom right corner to start the Upload | ||
+ | - This may take a couple of minutes to complete {{ : | ||
+ | - Once the file(s) finished uploading they will appear in the list of available files, click back on the //Search Files// sub-block to return to the list of available files | ||
+ | |||
+ | ===== Bulk Importing using Python ==== | ||
+ | |||
+ | **Note:** This section | ||
+ | |||
+ | Importing a new patient into the Planning App requires taking a local DICOM directory and posting each of the files through the [[dicom: | ||
- From the [[https:// | - From the [[https:// | ||
Line 15: | Line 29: | ||
- Edit the following line to point to the directory in which the DICOM patient files are located (note: all DICOM files in this directory will be uploaded): <code python># Post patient data into ISS | - Edit the following line to point to the directory in which the DICOM patient files are located (note: all DICOM files in this directory will be uploaded): <code python># Post patient data into ISS | ||
obj_list_id = dicom.make_dicom_object_from_dir(iam, | obj_list_id = dicom.make_dicom_object_from_dir(iam, | ||
- | - Run the script and allow the patient to upload to thinknode ISS. After the DICOM patient | + | - Run the script and allow the patient to upload to thinknode ISS. After the DICOM patient |
planning/userguide/tutorials/patient_import.1483737337.txt.gz · Last modified: 2021/07/29 18:25 (external edit)