I think you could use just
:mri1dt_0 | :ct1dt_0 | :us1dt_0
but to be a bit more sure I would add Is Missing there. With that you can then do many different types of comparisons, below is one using ! (not) and & (and)
!(Is Missing(:mri1dt_0) & Is Missing(:ct1dt_0) & Is Missing(:us1dt_0))
![jthi_0-1721061175756.png jthi_0-1721061175756.png](/t5/image/serverpage/image-id/66169i0FCFC0B919FDEAA7/image-size/medium?v=v2&px=400)
If you want to have Yes / No, you could use If statement OR value labels column property
![jthi_1-1721061315053.png jthi_1-1721061315053.png](/t5/image/serverpage/image-id/66171iCF863E1EC657221B/image-size/medium?v=v2&px=400)
![jthi_2-1721061337496.png jthi_2-1721061337496.png](/t5/image/serverpage/image-id/66172iF096D5CC57DAF7FF/image-size/medium?v=v2&px=400)
-Jarmo