diff --git a/01-dcm-demo.py b/01-dcm-demo.py index b501a07..c3c9946 100644 --- a/01-dcm-demo.py +++ b/01-dcm-demo.py @@ -123,9 +123,7 @@ # MAGIC meta:['00082218'].Value[0]['00080104'].Value[0] `Anatomic Region Sequence Attribute decoded`, # MAGIC meta:['0008103E'].Value[0] `Series Description Attribute`, # MAGIC meta:['00081030'].Value[0] `Study Description Attribute`, -# MAGIC meta:`00540220`.Value[0].`00080104`.Value[0] `projection`, -- backticks work for numeric keys -# MAGIC split(meta:`00081030`.`Value`[0],'_')[0] `Label`, -# MAGIC split(meta:`00081030`.`Value`[0],'_')[1] `Instance` +# MAGIC meta:`00540220`.Value[0].`00080104`.Value[0] `projection` -- backticks work for numeric keys # MAGIC FROM ${table} # COMMAND ---------- @@ -138,7 +136,7 @@ # MAGIC meta:hash, meta:img_min, meta:img_max, path, -- technical metadata # MAGIC meta -- DICOM header metadata as JSON # MAGIC FROM ${table} -# MAGIC WHERE array_contains( path_tags, 'patient4527' ) -- query based on a part of the filename +# MAGIC WHERE array_contains( path_tags, 'patient5397' ) -- query based on a part of the filename # MAGIC order by patient_name # COMMAND ---------- diff --git a/RUNME.py b/RUNME.py index 60a94ff..6639ed1 100644 --- a/RUNME.py +++ b/RUNME.py @@ -73,11 +73,11 @@ "parameters": [ { "name": "table", - "default": "main.pixel_solacc.object_catalog" + "default": "main.pixels_solacc.object_catalog" }, { "name": "volume", - "default": "main.pixel_solacc.pixels_volume" + "default": "main.pixels_solacc.pixels_volume" } ] }