Skip to content

Commit

Permalink
added RT Ion Plan SOP Class as one of the rtplan data types in the al…
Browse files Browse the repository at this point in the history
…lowed_classes dictionary (#303)

* added RT Ion Plan SOP Class as one of the rtplan data types in the allowed_classes dictionary

* fixed comment for RT Ion Plan dictionary entry in allowed_classes
  • Loading branch information
sjswerdloff authored Oct 24, 2023
1 parent 8f752c5 commit 4b41249
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Model/ImageLoading.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
"name": "rtplan",
"sliceable": False
},
# RT Ion Plan
"1.2.840.10008.5.1.4.1.1.481.8": {
"name": "rtplan",
"sliceable": False
},
# RT Image
"1.2.840.10008.5.1.4.1.1.481.1": {
"name": "rtimage",
Expand Down

0 comments on commit 4b41249

Please sign in to comment.