Hi everyone,<br><br>Just been trying to use the Image Orientation Patient tag. Most of the emails that I have read in the forums say that the &#39;x&#39; is increasing to the right side of the patient.<br><br>However, I thought that the patient coordinate system was that x was increasing to the left side of the patient.
<br><br>Also, I looked at some code from Dr. Clunie and he does the following to determine the patient orientation:<br><br><pre>String orientationX = x &lt; 0 ? &quot;R&quot; : &quot;L&quot;;<br><br>I interpret this as that x is notmally set to increase to the left of the patient. This is really confusing!
<br><br>I would be really grateful if someone can clarify this for me.<br><br>Cheers,<br><br>Luca<br></pre><br>