<div dir="ltr"><div>Hi Loris support.</div><div>I hope you are well. I m using Loris version 21.0.1. I have two questions if you allow me. 1) First I am trying to manually define my visit labels like this in project/config.xml</div><div><br></div><visitLabel subprojectID="1"><br>            <generation>sequence</generation><br>            <regex>/^[A-Z0-9]{2}$/i</regex><br>            <length>2</length><br>            <suggest>V%value%</suggest><br>            <labelSet><br>                <item value="V1">V01</item><br>                <item value="V2">V02</item><br>                <item value="V3">V03</item><br>            </labelSet><br></visitLabel><br><div><br></div><div>which is very similar to the one you provide in the documentation</div><div><br></div><div>  <visitLabel subprojectID="1"><br>      <generation>sequence</generation> <br>      <regex>/^[A-Z0-9]{2}$/i</regex><br>      <length>2</length><br>      <suggest>V%value%</suggest>       <!--  %value% will be substituted for the next unique number  --><br>      <labelSet><br>          <item value="V1">V1 label description</item>   <br>          <item value="V2">V2 label description</tem>   <br>      </labelSet><br>   </visitLabel><br></div><div><br></div><div>However when I am trying to experiment and upload a scan (e.g. via the Imaging Uploader gui) the values don't show up in the dropdown box for the visit labels. Am I doing something foolish and wrong?</div><div><br></div><div>2) From my understanding the uploaded scans will be automatically identified (in terms of whether this is t1,t2,or flair for example) via the min and max specifications in the mri_protocol table (that is further connected to the mri_scan_type table). Is this correct? Subsequently any violations will be defined based on these bounds. </div><div><br></div><div>Best wishes,</div><div>Ioannis</div></div>