{
 "cells": [
  {
   "cell_type": "code",
   "execution_count": 2,
   "id": "ac601535-9fd5-4d01-9a13-c25931848eb8",
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "loadLibrary\n",
      "remoteSourcesURL https://git0.fmf.uni-lj.si/studen/nixSuite/raw/master/remoteResources/resources.json\n",
      "{'labkeyInterface': {'url': 'https://git0.fmf.uni-lj.si/studen/labkeyInterface/archive/master.zip', 'branch': 'master', 'modules': []}, 'irAEMM': {'url': 'https://git0.fmf.uni-lj.si/studen/iraemm/archive/master.zip', 'branch': 'master', 'modules': ['iraemmBrowser']}, 'SlicerLabkeyExtension': {'url': 'https://git0.fmf.uni-lj.si/studen/SlicerLabkeyExtension/archive/SlicerExtensionIndex.zip', 'branch': 'SlicerExtensionIndex', 'modules': ['labkeyBrowser']}, 'limfomiPET': {'url': 'https://git0.fmf.uni-lj.si/studen/limfomiPET/archive/master.zip', 'branch': 'master', 'modules': ['imageBrowser', 'segmentationBrowser']}, 'parseConfig': {'url': 'https://git0.fmf.uni-lj.si/studen/parseConfig/archive/master.zip', 'branch': 'master', 'modules': []}, 'orthancInterface': {'url': 'https://git0.fmf.uni-lj.si/studen/orthancInterface/archive/master.zip', 'branch': 'master', 'modules': []}, 'dynamicSPECT': {'url': 'https://git0.fmf.uni-lj.si/studen/dynamicSPECT/archive/master.zip', 'branch': 'master', 'modules': ['imageBrowser']}}\n",
      "{'url': 'https://git0.fmf.uni-lj.si/studen/labkeyInterface/archive/master.zip', 'branch': 'master', 'modules': []}\n",
      "File  C:\\Users\\studen\\temp\\labkeyInterface.zip: True\n",
      "loadLibrary\n",
      "remoteSourcesURL https://git0.fmf.uni-lj.si/studen/nixSuite/raw/master/remoteResources/resources.json\n",
      "{'labkeyInterface': {'url': 'https://git0.fmf.uni-lj.si/studen/labkeyInterface/archive/master.zip', 'branch': 'master', 'modules': []}, 'irAEMM': {'url': 'https://git0.fmf.uni-lj.si/studen/iraemm/archive/master.zip', 'branch': 'master', 'modules': ['iraemmBrowser']}, 'SlicerLabkeyExtension': {'url': 'https://git0.fmf.uni-lj.si/studen/SlicerLabkeyExtension/archive/SlicerExtensionIndex.zip', 'branch': 'SlicerExtensionIndex', 'modules': ['labkeyBrowser']}, 'limfomiPET': {'url': 'https://git0.fmf.uni-lj.si/studen/limfomiPET/archive/master.zip', 'branch': 'master', 'modules': ['imageBrowser', 'segmentationBrowser']}, 'parseConfig': {'url': 'https://git0.fmf.uni-lj.si/studen/parseConfig/archive/master.zip', 'branch': 'master', 'modules': []}, 'orthancInterface': {'url': 'https://git0.fmf.uni-lj.si/studen/orthancInterface/archive/master.zip', 'branch': 'master', 'modules': []}, 'dynamicSPECT': {'url': 'https://git0.fmf.uni-lj.si/studen/dynamicSPECT/archive/master.zip', 'branch': 'master', 'modules': ['imageBrowser']}}\n",
      "{'url': 'https://git0.fmf.uni-lj.si/studen/orthancInterface/archive/master.zip', 'branch': 'master', 'modules': []}\n",
      "File  C:\\Users\\studen\\temp\\orthancInterface.zip: True\n"
     ]
    }
   ],
   "source": [
    "import sys\n",
    "import os\n",
    "import chardet\n",
    "import json\n",
    "import re\n",
    "import datetime\n",
    "\n",
    "#you should get nixSuite via git clone https://git0.fmf.uni-lj.si/studen/nixSuite.git\n",
    "#if you don't put it to $HOME/software/src/, you should update the path\n",
    "nixSuite=os.path.join(os.path.expanduser('~'),'software','src','nixSuite')\n",
    "sys.path.append(os.path.join(nixSuite,'wrapper'))\n",
    "import nixWrapper\n",
    "nixWrapper.loadLibrary('labkeyInterface')\n",
    "import labkeyInterface\n",
    "import labkeyDatabaseBrowser\n",
    "import labkeyFileBrowser\n",
    "nixWrapper.loadLibrary('orthancInterface')\n",
    "import orthancInterface\n",
    "import orthancDatabaseBrowser\n",
    "\n",
    "def connectDB(server):\n",
    "    #check connectivity. This checks the configuration in $HOME/.labkey/network.json, \n",
    "    #where paths to certificates are stored\n",
    "    net=labkeyInterface.labkeyInterface()\n",
    "    fconfig=os.path.join(os.path.expanduser('~'),'.labkey','{}.json'.format(server))\n",
    "    net.init(fconfig)\n",
    "    #this reports the certificate used\n",
    "    try:\n",
    "        print('Using: {}'.format(net.connectionConfig['SSL']['user']))\n",
    "    except KeyError:\n",
    "        pass\n",
    "    #This gets a deafult CSRF code; It should report user name plus a long string of random hex numbers\n",
    "    net.getCSRF()\n",
    "    db=labkeyDatabaseBrowser.labkeyDB(net)\n",
    "    fb=labkeyFileBrowser.labkeyFileBrowser(net)\n",
    "    return db,fb"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 27,
   "id": "c1d12640-8763-4bbd-9233-7fc19580db76",
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "User: andrej studen CSRF: 688ac88a10e1547ace6979d9bea15d0b\n",
      "Old tag:VISIT_1 target tag:VISIT_2\n",
      "269_19-VISIT_1_CT_notCropped_2mmVoxel_orig.nii.gz: True\n",
      "269_19-VISIT_1_PET_notCropped_2mmVoxel_orig.nii.gz: True\n",
      "Old tag:VISIT_2 target tag:VISIT_3\n",
      "269_19-VISIT_2_CT_notCropped_2mmVoxel_orig.nii.gz: True\n",
      "269_19-VISIT_2_PET_notCropped_2mmVoxel_orig.nii.gz: True\n",
      "Old tag:VISIT_1 target tag:VISIT_2\n",
      "4030_18-VISIT_1_CT_notCropped_2mmVoxel_orig.nii.gz: True\n",
      "4030_18-VISIT_1_PET_notCropped_2mmVoxel_orig.nii.gz: True\n",
      "Old tag:VISIT_1 target tag:VISIT_2\n",
      "4830_17-VISIT_1_CT_notCropped_2mmVoxel_orig.nii.gz: True\n",
      "4830_17-VISIT_1_PET_notCropped_2mmVoxel_orig.nii.gz: True\n",
      "Old tag:VISIT_1 target tag:VISIT_2\n",
      "5364_18-VISIT_1_CT_notCropped_2mmVoxel_orig.nii.gz: True\n",
      "5364_18-VISIT_1_PET_notCropped_2mmVoxel_orig.nii.gz: True\n",
      "Old tag:VISIT_2 target tag:VISIT_3\n",
      "5364_18-VISIT_2_CT_notCropped_2mmVoxel_orig.nii.gz: True\n",
      "5364_18-VISIT_2_PET_notCropped_2mmVoxel_orig.nii.gz: True\n",
      "Old tag:VISIT_1 target tag:VISIT_2\n",
      "6198_18-VISIT_1_CT_notCropped_2mmVoxel_orig.nii.gz: True\n",
      "6198_18-VISIT_1_PET_notCropped_2mmVoxel_orig.nii.gz: True\n",
      "Old tag:VISIT_1 target tag:VISIT_2\n",
      "7075_17-VISIT_1_CT_notCropped_2mmVoxel_orig.nii.gz: True\n",
      "7075_17-VISIT_1_PET_notCropped_2mmVoxel_orig.nii.gz: True\n",
      "Old tag:VISIT_2 target tag:VISIT_3\n",
      "7075_17-VISIT_2_CT_notCropped_2mmVoxel_orig.nii.gz: True\n",
      "7075_17-VISIT_2_PET_notCropped_2mmVoxel_orig.nii.gz: True\n"
     ]
    }
   ],
   "source": [
    "#find mismatches and create _orig backup files\n",
    "def getBackupFile(r,field):\n",
    "    return re.sub('.nii.gz','_orig.nii.gz',r[field])\n",
    "    \n",
    "def getBackupURL(fb,project,r,field):\n",
    "    newName=getBackupFile(r,field)\n",
    "    return fb.formatPathURL(project,'/'.join(['preprocessedImages',r['patientCode'],r['visitCode'],newName]))\n",
    "\n",
    "def getLocalPath(file):\n",
    "    tempDir=os.path.join(os.path.expanduser('~'),'temp','correctVisit')\n",
    "    if not os.path.isdir(tempDir):\n",
    "        os.mkdir(tempDir)\n",
    "    return os.path.join(tempDir,file)\n",
    "    \n",
    "def backupFile(fb,project,r,field):\n",
    "    oldURL=fb.formatPathURL(project,'/'.join(['preprocessedImages',r['patientCode'],r['visitCode'],r[field]]))\n",
    "    newName=getBackupFile(r,field)\n",
    "    #use old visitCode, attach orig to keep a backup copy\n",
    "    newURL=getBackupURL(fb,project,r,field)\n",
    "   \n",
    "    print('{}: {}'.format(newName,fb.entryExists(newURL)))\n",
    "    if fb.entryExists(newURL):\n",
    "        return\n",
    "    localName=getLocalPath(newName)\n",
    "    #rename to orig localy\n",
    "    if not os.path.isfile(localName):\n",
    "        fb.readFileToFile(oldURL,localName)\n",
    "    fb.writeFileToFile(localName,newURL)\n",
    "\n",
    "def backupMismatch():\n",
    "    db,fb=connectDB('onko-nix')\n",
    "    project='limfomiPET/Study2023'\n",
    "    query='Imaging1'\n",
    "    ds=db.selectRows(project,'study',query,[])\n",
    "    filesProject='limfomiPET/Study'\n",
    "    for r in ds['rows']:\n",
    "        tag='VISIT_{}'.format(r['imagingVisitId'])\n",
    "        setTag=r['visitCode']\n",
    "        if tag==setTag:\n",
    "            continue\n",
    "        print(f'Old tag:{setTag} target tag:{tag}')\n",
    "        backupFile(fb,filesProject,r,'ctResampled')\n",
    "        backupFile(fb,filesProject,r,'petResampled')\n",
    "        \n",
    "backupMismatch()"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 82,
   "id": "e026c4ad-13b1-4fee-9cbd-1bd16675d855",
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "User: andrej studen CSRF: b418be9797c17524e39f3d68c9fa101d\n",
      "Old tag:VISIT_1 target tag:VISIT_2\n",
      "269_19-VISIT_2_CT_notCropped_2mmVoxel.nii.gz: True\n",
      "269_19-VISIT_2_PET_notCropped_2mmVoxel.nii.gz: True\n",
      "User: andrej studen CSRF: e7d0de02f99e59a6423cb17b6b5f9324\n",
      "Old tag:VISIT_2 target tag:VISIT_3\n",
      "269_19-VISIT_3_CT_notCropped_2mmVoxel.nii.gz: True\n",
      "269_19-VISIT_3_PET_notCropped_2mmVoxel.nii.gz: True\n",
      "User: andrej studen CSRF: d8d0aba348ad9bd087a3267e50ed6885\n",
      "Old tag:VISIT_1 target tag:VISIT_2\n",
      "4030_18-VISIT_2_CT_notCropped_2mmVoxel.nii.gz: True\n",
      "4030_18-VISIT_2_PET_notCropped_2mmVoxel.nii.gz: True\n",
      "User: andrej studen CSRF: c911b98e4d09c65aa6eee5b51efc7ade\n",
      "Old tag:VISIT_1 target tag:VISIT_2\n",
      "4830_17-VISIT_2_CT_notCropped_2mmVoxel.nii.gz: True\n",
      "4830_17-VISIT_2_PET_notCropped_2mmVoxel.nii.gz: True\n",
      "User: andrej studen CSRF: 51caee6491efbbf3c8f24d620dca87f3\n",
      "Old tag:VISIT_1 target tag:VISIT_2\n",
      "5364_18-VISIT_2_CT_notCropped_2mmVoxel.nii.gz: True\n",
      "5364_18-VISIT_2_PET_notCropped_2mmVoxel.nii.gz: True\n",
      "User: andrej studen CSRF: f6e23f7ec94124dd175ebc918ed933d7\n",
      "Old tag:VISIT_2 target tag:VISIT_3\n",
      "5364_18-VISIT_3_CT_notCropped_2mmVoxel.nii.gz: True\n",
      "5364_18-VISIT_3_PET_notCropped_2mmVoxel.nii.gz: True\n",
      "User: andrej studen CSRF: 175f811ef1747c848d0d4224af2676bd\n",
      "Old tag:VISIT_1 target tag:VISIT_2\n",
      "6198_18-VISIT_2_CT_notCropped_2mmVoxel.nii.gz: True\n",
      "6198_18-VISIT_2_PET_notCropped_2mmVoxel.nii.gz: True\n",
      "User: andrej studen CSRF: b4379b8d769b369a9556020512196423\n",
      "Old tag:VISIT_1 target tag:VISIT_2\n",
      "7075_17-VISIT_2_CT_notCropped_2mmVoxel.nii.gz: True\n",
      "7075_17-VISIT_2_PET_notCropped_2mmVoxel.nii.gz: True\n",
      "User: andrej studen CSRF: 2f593157231501b0f75f89d611d10b7e\n",
      "Old tag:VISIT_2 target tag:VISIT_3\n",
      "7075_17-VISIT_3_CT_notCropped_2mmVoxel.nii.gz: True\n",
      "7075_17-VISIT_3_PET_notCropped_2mmVoxel.nii.gz: True\n",
      "User: andrej studen CSRF: 212b03334c3acee9377c76239d9174b4\n"
     ]
    }
   ],
   "source": [
    "def getTargetFile(r,field):\n",
    "    visitId=r['imagingVisitId']\n",
    "    newTag=f'VISIT_{visitId}'\n",
    "    oldTag=r['visitCode']\n",
    "    return re.sub(oldTag,newTag,r[field])\n",
    "\n",
    "def getTargetURL(fb,project,r,field):\n",
    "    newName=getTargetFile(r,field)\n",
    "    visitId=r['imagingVisitId']\n",
    "    newTag=f'VISIT_{visitId}'\n",
    "    return fb.formatPathURL(project,'/'.join(['preprocessedImages',r['patientCode'],newTag,newName]))\n",
    "\n",
    "def updateFile(fb,project,r,field,load=True):\n",
    "    targetURL=getTargetURL(fb,project,r,field)\n",
    "    targetName=getTargetFile(r,field)\n",
    "    if not load:\n",
    "        print('{}: {}'.format(targetName,fb.entryExists(targetURL)))\n",
    "        return targetName\n",
    "    #print('{}: {}'.format(targetName,fb.entryExists(targetURL)))\n",
    "    #if fb.entryExists(targetURL):\n",
    "    #    return\n",
    "    backupFile=getBackupFile(r,field)\n",
    "    localPath=getLocalPath(backupFile)\n",
    "    print(f'{backupFile}->{targetName}')\n",
    "    if not os.path.isfile(localPath):\n",
    "        backupURL=getBackupURL(fb,project,r,field)\n",
    "        if not fb.entryExists(backupURL):\n",
    "            print('Troubles loading {}'.format(backupFile))\n",
    "            return\n",
    "        fb.readFileToFile(backupURL,localPath)\n",
    "    fb.writeFileToFile(localPath,targetURL)\n",
    "    return targetName\n",
    "\n",
    "def updateFiles(uploadFiles=True):\n",
    "    db,fb=connectDB('onko-nix')\n",
    "    project='limfomiPET/Study2023'\n",
    "    query='Imaging1'\n",
    "    ds=db.selectRows(project,'study',query,[])\n",
    "    filesProject='limfomiPET/Study'\n",
    "    for r in ds['rows']:\n",
    "        tag='VISIT_{}'.format(r['imagingVisitId'])\n",
    "        setTag=r['visitCode']\n",
    "        if tag==setTag:\n",
    "            continue\n",
    "        print(f'Old tag:{setTag} target tag:{tag}')\n",
    "        r['ctResampled']=updateFile(fb,filesProject,r,'ctResampled',uploadFiles)\n",
    "        r['petResampled']=updateFile(fb,filesProject,r,'petResampled',uploadFiles)\n",
    "        #to separate loading of files and updating of visitCode\n",
    "        #once visitCode is set, there is no way to find those that need updating\n",
    "        if uploadFiles:\n",
    "            continue\n",
    "        r['visitCode']=tag\n",
    "        r['SequenceNum']=r['imagingVisitId']+0.1\n",
    "        db.modifyRows('update',project,'study',query,[r])\n",
    "        \n",
    "#run with True first to upload files, for checking, uploadFiles can be set to false\n",
    "#it will still report whether expected files are available\n",
    "updateFiles(uploadFiles=False)"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 81,
   "id": "106a8d34-4a79-411a-9c0f-7f2c03f536ea",
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "User: andrej studen CSRF: 3af4741467fbfa9e1920f6f94b0c6b64\n",
      "User: andrej studen CSRF: 192b731fada4836e8692055f7c838d4f\n",
      "User: andrej studen CSRF: 692190100a43954dabf64c995b3d230a\n",
      "User: andrej studen CSRF: 03f50115622cc8d00d7019a2ac5e9e00\n",
      "User: andrej studen CSRF: 367d258a4c514100e1e97ca9264b7e5b\n",
      "User: andrej studen CSRF: 43e022d6410efb4d39c576adf5043e44\n",
      "User: andrej studen CSRF: 525a2b87e9518a64af154d41e0f32d6a\n",
      "User: andrej studen CSRF: 902e9b92bac560e47360781cf8da3569\n",
      "User: andrej studen CSRF: cf79754661e8f7fe01ca999d62bc550f\n"
     ]
    }
   ],
   "source": [
    "def copySegmentation():\n",
    "    #copy via list archive, this just compares\n",
    "    db,fb=connectDB('onko-nix')\n",
    "    project='limfomiPET/Study2023'\n",
    "    query='segmentationList'\n",
    "    ds=db.selectRows(project,'lists',query,[])\n",
    "    rows=ds['rows']\n",
    "    keys=set([r['Key'] for r in rows])\n",
    "    \n",
    "    project='limfomiPET/Study'\n",
    "    ds=db.selectRows(project,'lists',query,[])\n",
    "    rows=ds['rows']\n",
    "    keys1=set([r['Key'] for r in rows])\n",
    "    print('Study-Study2023: {}'.format(keys1-keys))\n",
    "    print('Study2023-Study: {}'.format(keys-keys1))\n",
    "\n",
    "def getBackup(file):\n",
    "    return re.sub('.nrrd','_orig.nrrd',file)\n",
    "  \n",
    "def updateTag(segFile,oldRow,newRow):\n",
    "    oldTag=oldRow['visitCode']\n",
    "    newTag=newRow['visitCode']\n",
    "    return re.sub(oldTag,newTag,segFile)\n",
    "\n",
    "def getSegFileURL(fb,project,r,file):\n",
    "    return fb.formatPathURL(project,'/'.join(['preprocessedImages',r['patientCode'],r['visitCode'],'Segmentations',file]))\n",
    "\n",
    "def backupSegmentation(fb,project,r):\n",
    "    segFile=r['segmentation']\n",
    "    segURL=getSegFileURL(fb,project,r,segFile)\n",
    "    segFileBackup=getBackup(segFile)\n",
    "    segBackupURL=getSegFileURL(fb,project,r,segFileBackup)\n",
    "    print('{}: {}'.format(segFileBackup,fb.entryExists(segBackupURL)))\n",
    "    if fb.entryExists(segBackupURL):\n",
    "        return\n",
    "    localFile=getLocalPath(segFileBackup)\n",
    "    if not os.path.isfile(localFile):\n",
    "        fb.readFileToFile(segURL,localFile)\n",
    "    fb.writeFileToFile(localFile,segBackupURL)\n",
    "            \n",
    "\n",
    "def backupSegmentations():\n",
    "    db,fb=connectDB('onko-nix')\n",
    "    project='limfomiPET/Study2023'\n",
    "    query='Imaging1'\n",
    "    ds=db.selectRows(project,'study',query,[])\n",
    "    rows=ds['rows']\n",
    "    projectFiles='limfomiPET/Study'\n",
    "    for r in rows:\n",
    "        targetTag='VISIT_{}'.format(r['imagingVisitId'])\n",
    "        setTag=r['visitCode']\n",
    "        if targetTag==setTag:\n",
    "            continue\n",
    "        qFilter=[{'variable':x,'value':r[x],'oper':'eq'} for x in ['patientCode','visitCode']]\n",
    "        ds=db.selectRows(project,'lists','segmentationList',qFilter)\n",
    "        for r1 in ds['rows']:\n",
    "            oldTag=r1['visitCode']\n",
    "            print(f'{oldTag}->{targetTag}')\n",
    "            backupSegmentation(fb,projectFiles,r1)\n",
    "\n",
    "def uploadSegmentation(fb,project,oldRow,newRow):\n",
    "    targetFile=updateTag(oldRow['segmentation'],oldRow,newRow)\n",
    "    targetURL=getSegFileURL(fb,project,newRow,targetFile)\n",
    "    print('{}: {}'.format(targetFile,fb.entryExists(targetURL)))\n",
    "    if fb.entryExists(targetURL):\n",
    "        return targetFile\n",
    "    backupFile=getBackup(oldRow['segmentation'])\n",
    "    print(f'{backupFile}->{targetFile}')\n",
    "    localFile=getLocalPath(backupFile)\n",
    "    if not os.path.isfile(localFile):\n",
    "        backupURL=getSegFileURL(fb,project,oldRow,backupFile)\n",
    "        if not fb.entryExists(backupURL):\n",
    "            print(f'Failed to load {backupFile}')\n",
    "            return targetFile\n",
    "        fb.readFileToFile(backupURL,localFile)\n",
    "    fb.writeFileToFile(localFile,targetURL)\n",
    "    return targetFile\n",
    "    \n",
    "            \n",
    "def updateSegmentations():\n",
    "    db,fb=connectDB('onko-nix')\n",
    "    project='limfomiPET/Study2023'\n",
    "    query='Imaging1'\n",
    "    ds=db.selectRows(project,'study',query,[])\n",
    "    rows=ds['rows']\n",
    "    projectFiles='limfomiPET/Study'\n",
    "    managedRows=[]\n",
    "    for r in rows:\n",
    "        targetTag='VISIT_{}'.format(r['imagingVisitId'])\n",
    "        setTag=r['visitCode']\n",
    "        if targetTag==setTag:\n",
    "            continue\n",
    "        code=r['patientCode']\n",
    "        #print(f'{code} {setTag}->{targetTag}')\n",
    "        qFilter=[{'variable':x,'value':r[x],'oper':'eq'} for x in ['patientCode','visitCode']]\n",
    "        ds=db.selectRows(project,'lists','segmentationList',qFilter)\n",
    "        for r1 in ds['rows']:\n",
    "            r1['targetTag']=targetTag\n",
    "            managedRows.append(r1)\n",
    "        \n",
    "    for r in managedRows:\n",
    "        oldRow={x:r[x] for x in r}\n",
    "        newRow={x:r[x] for x in r}\n",
    "        newRow['visitCode']=r['targetTag']\n",
    "        oldTag=oldRow['visitCode']\n",
    "        targetTag=r['targetTag']\n",
    "        code=r['patientCode']\n",
    "        print(f'{code} {oldTag}->{targetTag}')\n",
    "        #newRow['segmentation']=uploadSegmentation(fb,projectFiles,oldRow,newRow)\n",
    "        #print(newRow['segmentation'])\n",
    "        #db.modifyRows('update',project,'lists','segmentationList',[newRow])\n",
    "\n",
    "\n",
    "            \n",
    "#updateSegmentations()\n",
    "#dataset\n",
    "def copySegmentationDataset():\n",
    "    #copy via list archive, this just compares\n",
    "    db,fb=connectDB('onko-nix')\n",
    "    project='limfomiPET/Study2023'\n",
    "    query='Segmentations'\n",
    "    ds=db.selectRows(project,'study',query,[])\n",
    "    rows=ds['rows']\n",
    "    db.modifyRows('delete',project,'study',query,rows)\n",
    "    #copy from Study\n",
    "    project='limfomiPET/Study'\n",
    "    ds=db.selectRows(project,'study',query,[])\n",
    "    rows=ds['rows']\n",
    "    #insert to Study2023\n",
    "    project='limfomiPET/Study2023'\n",
    "    db.modifyRows('insert',project,'study',query,rows)\n",
    "    \n",
    "\n",
    "def updateSegmentationDataset():\n",
    "    db,fb=connectDB('onko-nix')\n",
    "    project='limfomiPET/Study2023'\n",
    "    query='Imaging1'\n",
    "    ds=db.selectRows(project,'study',query,[])\n",
    "    rows=ds['rows']\n",
    "    projectFiles='limfomiPET/Study'\n",
    "    managedRows=[]\n",
    "    for r in rows:\n",
    "        targetTag='VISIT_{}'.format(r['imagingVisitId'])\n",
    "        setTag=r['visitCode']\n",
    "        if targetTag==setTag:\n",
    "            continue\n",
    "        qFilter=[{'variable':x,'value':'{}'.format(r[x]),'oper':'eq'} for x in ['patientCode','SequenceNum']]\n",
    "        ds=db.selectRows(project,'study','Segmentations',qFilter)\n",
    "        n=len(ds['rows'])\n",
    "        if n!=1:\n",
    "            print('{}/{} Got {} rows'.format(r['patientCode'],setTag,n))\n",
    "            continue\n",
    "        qr=ds['rows'][0]\n",
    "        lf=qr['latestFile']\n",
    "        qr['latestFile']=re.sub(setTag,targetTag,lf)\n",
    "        qr['visitCode']=targetTag\n",
    "        qr['SequenceNum']=r['imagingVisitId']+0.1\n",
    "        db.modifyRows('update',project,'study','Segmentations',[qr])\n",
    "        print('seq {} code {} file {}'.format(qr['SequenceNum'],qr['visitCode'],qr['latestFile']))\n",
    "\n",
    "def resetSeqNum():\n",
    "    db,fb=connectDB('onko-nix')\n",
    "    project='limfomiPET/Study2023'\n",
    "    query='Segmentations'\n",
    "    ds=db.selectRows(project,'study',query,[])\n",
    "    for r in ds['rows']:\n",
    "        qi=int(re.sub('VISIT_','',r['visitCode']))\n",
    "        sn=r['SequenceNum']\n",
    "        if sn-qi==0:\n",
    "            continue\n",
    "        r['SequenceNum']=qi\n",
    "        db.modifyRows('update',project,'study',query,[r])\n",
    "\n",
    "resetSeqNum()\n",
    "#copySegmentationDataset()\n",
    "#updateSegmentationDataset()   \n",
    "    "
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 22,
   "id": "e4c38ad6-e2fc-40b7-8550-ca1f6159adf8",
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "User: andrej studen CSRF: c2bb4caaf782b55c8a7d7e7df615be42\n",
      "Deleting 462 rows\n",
      "User: andrej studen CSRF: dc188211786072440bac29b4a4d16f66\n",
      "Inserting 462 rows\n",
      "User: andrej studen CSRF: 5a1694a6e4a525d788240ad2d3df2985\n",
      "b'{\\n  \"rowsAffected\" : 462,\\n  \"queryName\" : \"Segmentations\",\\n  \"schemaName\" : \"study\",\\n  \"containerPath\" : \"/limfomiPET/Study\",\\n  \"rows\" : [ {\\n    \"date\" : null,\\n    \"dsrowid\" : 1019,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1021_19-VISIT_1_adoma_730.nrrd\",\\n    \"version\" : 730,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1021/19.1.0000.1037\",\\n    \"ParticipantId\" : \"1021/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1021_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1020,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1021_19-VISIT_2_adoma_731.nrrd\",\\n    \"version\" : 731,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1021/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1021/19.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1021_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1021,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1021_19-VISIT_3_adoma_733.nrrd\",\\n    \"version\" : 733,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1021/19.3.0000.1037\",\\n    \"ParticipantId\" : \"1021/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"1021_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1022,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_102_20-VISIT_1_adoma_720.nrrd\",\\n    \"version\" : 720,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.102/20.1.0000.1037\",\\n    \"ParticipantId\" : \"102/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"102_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1023,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_102_20-VISIT_2_adoma_721.nrrd\",\\n    \"version\" : 721,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.102/20.2.0000.1037\",\\n    \"ParticipantId\" : \"102/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"102_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1024,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_102_20-VISIT_3_adoma_724.nrrd\",\\n    \"version\" : 724,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"102/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.102/20.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"102_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1025,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1035_18-VISIT_1_adoma_1035.nrrd\",\\n    \"version\" : 1035,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"1035/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1035/18.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1035_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1026,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1035_18-VISIT_2_adoma_1037.nrrd\",\\n    \"version\" : 1037,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1035/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1035/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1035_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1027,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1035_18-VISIT_3_adoma_1038.nrrd\",\\n    \"version\" : 1038,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"1035/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1035/18.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"1035_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1028,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1041_18-VISIT_1_adoma_1007.nrrd\",\\n    \"version\" : 1007,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"1041/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1041/18.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1041_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1029,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1041_18-VISIT_2_adoma_1008.nrrd\",\\n    \"version\" : 1008,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1041/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1041/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1041_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1030,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1057_18-VISIT_1_adoma_1044.nrrd\",\\n    \"version\" : 1044,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1057/18.1.0000.1037\",\\n    \"ParticipantId\" : \"1057/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1057_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1031,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1057_18-VISIT_2_adoma_527.nrrd\",\\n    \"version\" : 527,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1057/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1057/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1057_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1032,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1076_16-VISIT_1_kzevnik_204.nrrd\",\\n    \"version\" : 204,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1076/16.1.0000.1026\",\\n    \"ParticipantId\" : \"1076/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1076_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1033,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1076_16-VISIT_1_adoma_1045.nrrd\",\\n    \"version\" : 1045,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1076/16.1.0000.1037\",\\n    \"ParticipantId\" : \"1076/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1076_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1034,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1076_16-VISIT_2_kzevnik_205.nrrd\",\\n    \"version\" : 205,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1076/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1076/16.2.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1076_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1035,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1076_16-VISIT_2_adoma_198.nrrd\",\\n    \"version\" : 198,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1076/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1076/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1076_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1036,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1076_16-VISIT_3_kzevnik_206.nrrd\",\\n    \"version\" : 206,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1076/16.3.0000.1026\",\\n    \"ParticipantId\" : \"1076/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"1076_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1037,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1076_16-VISIT_3_adoma_199.nrrd\",\\n    \"version\" : 199,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1076/16.3.0000.1037\",\\n    \"ParticipantId\" : \"1076/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"1076_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1038,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1108_13-VISIT_1_kzevnik_246.nrrd\",\\n    \"version\" : 246,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1108/13.1.0000.1026\",\\n    \"ParticipantId\" : \"1108/13\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1108_13\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1039,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1108_13-VISIT_1_adoma_72.nrrd\",\\n    \"version\" : 72,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1108/13.1.0000.1037\",\\n    \"ParticipantId\" : \"1108/13\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1108_13\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1040,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1108_13-VISIT_2_kzevnik_248.nrrd\",\\n    \"version\" : 248,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1108/13.2.0000.1026\",\\n    \"ParticipantId\" : \"1108/13\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1108_13\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1041,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1108_13-VISIT_2_adoma_73.nrrd\",\\n    \"version\" : 73,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1108/13.2.0000.1037\",\\n    \"ParticipantId\" : \"1108/13\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1108_13\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1042,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1108_18-VISIT_1_adoma_1046.nrrd\",\\n    \"version\" : 1046,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1108/18.1.0000.1037\",\\n    \"ParticipantId\" : \"1108/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1108_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1043,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1108_18-VISIT_2_adoma_737.nrrd\",\\n    \"version\" : 737,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1108/18.2.0000.1037\",\\n    \"ParticipantId\" : \"1108/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1108_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1044,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1143_16-VISIT_1_kzevnik_263.nrrd\",\\n    \"version\" : 263,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"1143/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1143/16.1.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1143_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1045,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1143_16-VISIT_1_adoma_252.nrrd\",\\n    \"version\" : 252,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"1143/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1143/16.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1143_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1046,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1143_16-VISIT_2_kzevnik_265.nrrd\",\\n    \"version\" : 265,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1143/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1143/16.2.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1143_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1047,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1143_16-VISIT_2_adoma_253.nrrd\",\\n    \"version\" : 253,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1143/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1143/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1143_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1048,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1175_20-VISIT_1_adoma_1047.nrrd\",\\n    \"version\" : 1047,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"1175/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1175/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1175_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1049,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1302_16-VISIT_1_adoma_1050.nrrd\",\\n    \"version\" : 1050,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1302/16.1.0000.1037\",\\n    \"ParticipantId\" : \"1302/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1302_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1050,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1302_16-VISIT_2_adoma_389.nrrd\",\\n    \"version\" : 389,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1302/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1302/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1302_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1051,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_138_20-VISIT_1_adoma_870.nrrd\",\\n    \"version\" : 870,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"138/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.138/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"138_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1052,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_138_20-VISIT_2_adoma_871.nrrd\",\\n    \"version\" : 871,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"138/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.138/20.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"138_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1053,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1471_17-VISIT_1_kzevnik_240.nrrd\",\\n    \"version\" : 240,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"1471/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1471/17.1.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1471_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1054,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1471_17-VISIT_1_adoma_1052.nrrd\",\\n    \"version\" : 1052,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"1471/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1471/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1471_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1055,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1471_17-VISIT_2_kzevnik_241.nrrd\",\\n    \"version\" : 241,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1471/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1471/17.2.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1471_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1056,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1471_17-VISIT_2_adoma_1010.nrrd\",\\n    \"version\" : 1010,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1471/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1471/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1471_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1057,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1487_16-VISIT_1_kzevnik_266.nrrd\",\\n    \"version\" : 266,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1487/16.1.0000.1026\",\\n    \"ParticipantId\" : \"1487/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1487_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1058,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1487_16-VISIT_1_adoma_998.nrrd\",\\n    \"version\" : 998,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1487/16.1.0000.1037\",\\n    \"ParticipantId\" : \"1487/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1487_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1059,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1487_16-VISIT_2_kzevnik_272.nrrd\",\\n    \"version\" : 272,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1487/16.2.0000.1026\",\\n    \"ParticipantId\" : \"1487/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1487_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1060,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1487_16-VISIT_2_adoma_999.nrrd\",\\n    \"version\" : 999,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1487/16.2.0000.1037\",\\n    \"ParticipantId\" : \"1487/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1487_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1061,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1487_16-VISIT_3_kzevnik_270.nrrd\",\\n    \"version\" : 270,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1487/16.3.0000.1026\",\\n    \"ParticipantId\" : \"1487/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"1487_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1062,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1487_16-VISIT_3_adoma_1000.nrrd\",\\n    \"version\" : 1000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1487/16.3.0000.1037\",\\n    \"ParticipantId\" : \"1487/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"1487_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1063,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1487_17-VISIT_1_adoma_322.nrrd\",\\n    \"version\" : 322,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1487/17.1.0000.1037\",\\n    \"ParticipantId\" : \"1487/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1487_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1064,\\n    \"comments\" : null,\\n    \"User\" : 1003,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1487_17-VISIT_2_andrej_studen_956.nrrd\",\\n    \"version\" : 956,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1487/17.2.0000.1003\",\\n    \"ParticipantId\" : \"1487/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1487_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1065,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1487_17-VISIT_2_adoma_1027.nrrd\",\\n    \"version\" : 1027,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1487/17.2.0000.1037\",\\n    \"ParticipantId\" : \"1487/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1487_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1066,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1545_20-VISIT_1_adoma_880.nrrd\",\\n    \"version\" : 880,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"1545/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1545/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1545_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1067,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1545_20-VISIT_2_adoma_882.nrrd\",\\n    \"version\" : 882,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1545/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1545/20.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1545_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1068,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1545_20-VISIT_3_adoma_1053.nrrd\",\\n    \"version\" : 1053,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"1545/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1545/20.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"1545_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1069,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1645_17-VISIT_1_adoma_1003.nrrd\",\\n    \"version\" : 1003,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1645/17.1.0000.1037\",\\n    \"ParticipantId\" : \"1645/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1645_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1070,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1645_17-VISIT_2_adoma_1004.nrrd\",\\n    \"version\" : 1004,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1645/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1645/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1645_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1071,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1649_20-VISIT_1_adoma_867.nrrd\",\\n    \"version\" : 867,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1649/20.1.0000.1037\",\\n    \"ParticipantId\" : \"1649/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1649_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1072,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1649_20-VISIT_2_adoma_868.nrrd\",\\n    \"version\" : 868,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1649/20.2.0000.1037\",\\n    \"ParticipantId\" : \"1649/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1649_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1073,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1692_20-VISIT_1_adoma_785.nrrd\",\\n    \"version\" : 785,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"1692/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1692/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1692_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1074,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1692_20-VISIT_2_adoma_788.nrrd\",\\n    \"version\" : 788,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1692/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1692/20.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1692_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1075,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1692_20-VISIT_3_adoma_790.nrrd\",\\n    \"version\" : 790,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"1692/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1692/20.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"1692_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1076,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1708_20-VISIT_1_adoma_491.nrrd\",\\n    \"version\" : 491,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1708/20.1.0000.1037\",\\n    \"ParticipantId\" : \"1708/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1708_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1077,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1708_20-VISIT_2_adoma_493.nrrd\",\\n    \"version\" : 493,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1708/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1708/20.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1708_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1078,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1719_19-VISIT_1_adoma_799.nrrd\",\\n    \"version\" : 799,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"1719/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1719/19.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1719_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1079,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1719_19-VISIT_2_adoma_801.nrrd\",\\n    \"version\" : 801,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1719/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1719/19.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1719_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1080,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1719_19-VISIT_3_adoma_803.nrrd\",\\n    \"version\" : 803,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"1719/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1719/19.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"1719_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1081,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_172_20-VISIT_1_adoma_894.nrrd\",\\n    \"version\" : 894,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"172/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.172/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"172_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1082,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_172_20-VISIT_2_adoma_896.nrrd\",\\n    \"version\" : 896,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"172/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.172/20.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"172_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1083,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1731_17-VISIT_1_adoma_976.nrrd\",\\n    \"version\" : 976,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1731/17.1.0000.1037\",\\n    \"ParticipantId\" : \"1731/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1731_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1084,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1731_17-VISIT_2_adoma_978.nrrd\",\\n    \"version\" : 978,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1731/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1731/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1731_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1085,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1757_18-VISIT_1_adoma_465.nrrd\",\\n    \"version\" : 465,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1757/18.1.0000.1037\",\\n    \"ParticipantId\" : \"1757/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1757_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1086,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1757_18-VISIT_2_adoma_466.nrrd\",\\n    \"version\" : 466,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1757/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1757/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1757_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1087,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1776_19-VISIT_1_adoma_1055.nrrd\",\\n    \"version\" : 1055,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"1776/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1776/19.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1776_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1088,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1776_19-VISIT_2_adoma_433.nrrd\",\\n    \"version\" : 433,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1776/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1776/19.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1776_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1089,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1811_16-VISIT_1_adoma_1056.nrrd\",\\n    \"version\" : 1056,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1811/16.1.0000.1037\",\\n    \"ParticipantId\" : \"1811/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1811_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1090,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1811_16-VISIT_2_adoma_408.nrrd\",\\n    \"version\" : 408,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1811/16.2.0000.1037\",\\n    \"ParticipantId\" : \"1811/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1811_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1091,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1837_16-VISIT_1_adoma_1057.nrrd\",\\n    \"version\" : 1057,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"1837/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1837/16.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1837_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1092,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1837_16-VISIT_2_adoma_986.nrrd\",\\n    \"version\" : 986,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1837/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1837/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1837_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1093,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_195_06-VISIT_1_adoma_1058.nrrd\",\\n    \"version\" : 1058,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"195/06\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.195/06.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"195_06\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1094,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_195_06-VISIT_2_adoma_841.nrrd\",\\n    \"version\" : 841,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"195/06\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.195/06.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"195_06\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1095,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_195_06-VISIT_3_adoma_842.nrrd\",\\n    \"version\" : 842,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"195/06\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.195/06.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"195_06\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1096,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1965_16-VISIT_1_kzevnik_273.nrrd\",\\n    \"version\" : 273,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1965/16.1.0000.1026\",\\n    \"ParticipantId\" : \"1965/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1965_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1097,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1965_16-VISIT_1_adoma_1059.nrrd\",\\n    \"version\" : 1059,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1965/16.1.0000.1037\",\\n    \"ParticipantId\" : \"1965/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1965_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1098,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1965_16-VISIT_2_kzevnik_275.nrrd\",\\n    \"version\" : 275,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1965/16.2.0000.1026\",\\n    \"ParticipantId\" : \"1965/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1965_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1099,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1965_16-VISIT_2_adoma_50.nrrd\",\\n    \"version\" : 50,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1965/16.2.0000.1037\",\\n    \"ParticipantId\" : \"1965/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1965_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1100,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1966_19-VISIT_1_adoma_715.nrrd\",\\n    \"version\" : 715,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1966/19.1.0000.1037\",\\n    \"ParticipantId\" : \"1966/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1966_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1101,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1966_19-VISIT_2_adoma_717.nrrd\",\\n    \"version\" : 717,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1966/19.2.0000.1037\",\\n    \"ParticipantId\" : \"1966/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1966_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1102,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1977_20-VISIT_1_adoma_1061.nrrd\",\\n    \"version\" : 1061,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"1977/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1977/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1977_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1103,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1977_20-VISIT_2_adoma_705.nrrd\",\\n    \"version\" : 705,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1977/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1977/20.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1977_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1104,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1977_20-VISIT_3_adoma_707.nrrd\",\\n    \"version\" : 707,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"1977/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1977/20.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"1977_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1105,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_198_18-VISIT_1_adoma_451.nrrd\",\\n    \"version\" : 451,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.198/18.1.0000.1037\",\\n    \"ParticipantId\" : \"198/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"198_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1106,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1987_16-VISIT_1_kzevnik_132.nrrd\",\\n    \"version\" : 132,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1987/16.1.0000.1026\",\\n    \"ParticipantId\" : \"1987/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1987_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1107,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1987_16-VISIT_1_adoma_1062.nrrd\",\\n    \"version\" : 1062,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1987/16.1.0000.1037\",\\n    \"ParticipantId\" : \"1987/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1987_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1108,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1987_16-VISIT_2_kzevnik_134.nrrd\",\\n    \"version\" : 134,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1987/16.2.0000.1026\",\\n    \"ParticipantId\" : \"1987/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1987_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1109,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1987_16-VISIT_2_adoma_148.nrrd\",\\n    \"version\" : 148,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1987/16.2.0000.1037\",\\n    \"ParticipantId\" : \"1987/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1987_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1110,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1987_16-VISIT_3_kzevnik_135.nrrd\",\\n    \"version\" : 135,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1987/16.3.0000.1026\",\\n    \"ParticipantId\" : \"1987/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"1987_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1111,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1987_16-VISIT_3_adoma_150.nrrd\",\\n    \"version\" : 150,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1987/16.3.0000.1037\",\\n    \"ParticipantId\" : \"1987/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"1987_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1112,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1998_18-VISIT_1_adoma_1064.nrrd\",\\n    \"version\" : 1064,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1998/18.1.0000.1037\",\\n    \"ParticipantId\" : \"1998/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"1998_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1113,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1998_18-VISIT_2_adoma_440.nrrd\",\\n    \"version\" : 440,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"1998/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1998/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"1998_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1114,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_1998_18-VISIT_3_adoma_442.nrrd\",\\n    \"version\" : 442,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"1998/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.1998/18.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"1998_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1115,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2029_19-VISIT_1_adoma_780.nrrd\",\\n    \"version\" : 780,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2029/19.1.0000.1037\",\\n    \"ParticipantId\" : \"2029/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2029_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1116,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2029_19-VISIT_2_adoma_783.nrrd\",\\n    \"version\" : 783,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2029/19.2.0000.1037\",\\n    \"ParticipantId\" : \"2029/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2029_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1117,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2030_18-VISIT_1_adoma_507.nrrd\",\\n    \"version\" : 507,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"2030/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2030/18.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2030_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1118,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2030_18-VISIT_2_adoma_509.nrrd\",\\n    \"version\" : 509,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2030/18.2.0000.1037\",\\n    \"ParticipantId\" : \"2030/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2030_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1119,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2032_17-VISIT_1_adoma_1013.nrrd\",\\n    \"version\" : 1013,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2032/17.1.0000.1037\",\\n    \"ParticipantId\" : \"2032/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2032_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1120,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2032_17-VISIT_2_adoma_1015.nrrd\",\\n    \"version\" : 1015,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"2032/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2032/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2032_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1121,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2057_17-VISIT_1_adoma_292.nrrd\",\\n    \"version\" : 292,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"2057/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2057/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2057_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1122,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2057_17-VISIT_2_adoma_293.nrrd\",\\n    \"version\" : 293,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"2057/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2057/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2057_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1123,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2074_19-VISIT_1_adoma_944.nrrd\",\\n    \"version\" : 944,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2074/19.1.0000.1037\",\\n    \"ParticipantId\" : \"2074/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2074_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1124,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2074_19-VISIT_11_adoma_947.nrrd\",\\n    \"version\" : 947,\\n    \"SequenceNum\" : 11.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"2074/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2074/19.11.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_11\",\\n    \"patientCode\" : \"2074_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1125,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2074_19-VISIT_2_adoma_950.nrrd\",\\n    \"version\" : 950,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2074/19.2.0000.1037\",\\n    \"ParticipantId\" : \"2074/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2074_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1126,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2092_18-VISIT_1_adoma_918.nrrd\",\\n    \"version\" : 918,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"2092/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2092/18.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2092_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1127,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2092_18-VISIT_2_adoma_920.nrrd\",\\n    \"version\" : 920,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"2092/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2092/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2092_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1128,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2092_18-VISIT_3_adoma_922.nrrd\",\\n    \"version\" : 922,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2092/18.3.0000.1037\",\\n    \"ParticipantId\" : \"2092/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"2092_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1129,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2168_20-VISIT_1_adoma_495.nrrd\",\\n    \"version\" : 495,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2168/20.1.0000.1037\",\\n    \"ParticipantId\" : \"2168/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2168_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1130,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2168_20-VISIT_2_adoma_496.nrrd\",\\n    \"version\" : 496,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"2168/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2168/20.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2168_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1131,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2180_17-VISIT_1_adoma_987.nrrd\",\\n    \"version\" : 987,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"2180/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2180/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2180_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1132,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2180_17-VISIT_2_adoma_989.nrrd\",\\n    \"version\" : 989,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2180/17.2.0000.1037\",\\n    \"ParticipantId\" : \"2180/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2180_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1133,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2180_17-VISIT_3_adoma_990.nrrd\",\\n    \"version\" : 990,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2180/17.3.0000.1037\",\\n    \"ParticipantId\" : \"2180/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"2180_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1134,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2181_19-VISIT_1_adoma_1066.nrrd\",\\n    \"version\" : 1066,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"2181/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2181/19.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2181_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1135,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2181_19-VISIT_2_adoma_1067.nrrd\",\\n    \"version\" : 1067,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"2181/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2181/19.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2181_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1136,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2183_18-VISIT_1_adoma_613.nrrd\",\\n    \"version\" : 613,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"2183/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2183/18.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2183_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1137,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2183_18-VISIT_2_adoma_615.nrrd\",\\n    \"version\" : 615,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"2183/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2183/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2183_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1138,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2185_18-VISIT_1_adoma_1068.nrrd\",\\n    \"version\" : 1068,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2185/18.1.0000.1037\",\\n    \"ParticipantId\" : \"2185/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2185_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1139,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2254_17-VISIT_1_kzevnik_242.nrrd\",\\n    \"version\" : 242,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"2254/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2254/17.1.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2254_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1140,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2254_17-VISIT_1_adoma_74.nrrd\",\\n    \"version\" : 74,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"2254/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2254/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2254_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1141,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2254_17-VISIT_2_kzevnik_244.nrrd\",\\n    \"version\" : 244,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2254/17.2.0000.1026\",\\n    \"ParticipantId\" : \"2254/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2254_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1142,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2254_17-VISIT_2_adoma_75.nrrd\",\\n    \"version\" : 75,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2254/17.2.0000.1037\",\\n    \"ParticipantId\" : \"2254/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2254_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1143,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2254_17-VISIT_3_kzevnik_245.nrrd\",\\n    \"version\" : 245,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"2254/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2254/17.3.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"2254_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1144,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2254_17-VISIT_3_adoma_255.nrrd\",\\n    \"version\" : 255,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"2254/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2254/17.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"2254_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1145,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2294_16-VISIT_1_adoma_996.nrrd\",\\n    \"version\" : 996,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2294/16.1.0000.1037\",\\n    \"ParticipantId\" : \"2294/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2294_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1146,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2294_16-VISIT_2_adoma_997.nrrd\",\\n    \"version\" : 997,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"2294/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2294/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2294_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1147,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2352_20-VISIT_1_adoma_853.nrrd\",\\n    \"version\" : 853,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2352/20.1.0000.1037\",\\n    \"ParticipantId\" : \"2352/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2352_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1148,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2352_20-VISIT_2_adoma_855.nrrd\",\\n    \"version\" : 855,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2352/20.2.0000.1037\",\\n    \"ParticipantId\" : \"2352/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2352_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1149,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2376_17-VISIT_1_kzevnik_259.nrrd\",\\n    \"version\" : 259,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"2376/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2376/17.1.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2376_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1150,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2376_17-VISIT_1_adoma_1069.nrrd\",\\n    \"version\" : 1069,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"2376/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2376/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2376_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1151,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2376_17-VISIT_2_kzevnik_261.nrrd\",\\n    \"version\" : 261,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"2376/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2376/17.2.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2376_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1152,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2376_17-VISIT_2_adoma_44.nrrd\",\\n    \"version\" : 44,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"2376/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2376/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2376_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1153,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2380_20-VISIT_1_adoma_550.nrrd\",\\n    \"version\" : 550,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"2380/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2380/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2380_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1154,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2380_20-VISIT_2_adoma_551.nrrd\",\\n    \"version\" : 551,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"2380/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2380/20.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2380_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1155,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2383_20-VISIT_1_adoma_1080.nrrd\",\\n    \"version\" : 1080,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"2383/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2383/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2383_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1156,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2425_16-VISIT_1_adoma_554.nrrd\",\\n    \"version\" : 554,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"2425/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2425/16.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2425_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1157,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2425_16-VISIT_2_adoma_556.nrrd\",\\n    \"version\" : 556,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2425/16.2.0000.1037\",\\n    \"ParticipantId\" : \"2425/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2425_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1158,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2472_19-VISIT_1_adoma_897.nrrd\",\\n    \"version\" : 897,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2472/19.1.0000.1037\",\\n    \"ParticipantId\" : \"2472/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2472_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1159,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2472_19-VISIT_2_adoma_899.nrrd\",\\n    \"version\" : 899,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2472/19.2.0000.1037\",\\n    \"ParticipantId\" : \"2472/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2472_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1160,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2472_19-VISIT_3_adoma_902.nrrd\",\\n    \"version\" : 902,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"2472/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2472/19.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"2472_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1161,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2478_18-VISIT_1_adoma_542.nrrd\",\\n    \"version\" : 542,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2478/18.1.0000.1037\",\\n    \"ParticipantId\" : \"2478/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2478_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1162,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2478_18-VISIT_2_adoma_544.nrrd\",\\n    \"version\" : 544,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2478/18.2.0000.1037\",\\n    \"ParticipantId\" : \"2478/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2478_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1163,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2515_17-VISIT_1_adoma_1018.nrrd\",\\n    \"version\" : 1018,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2515/17.1.0000.1037\",\\n    \"ParticipantId\" : \"2515/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2515_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1164,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2515_17-VISIT_2_adoma_1019.nrrd\",\\n    \"version\" : 1019,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2515/17.2.0000.1037\",\\n    \"ParticipantId\" : \"2515/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2515_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1165,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2589_16-VISIT_1_adoma_1005.nrrd\",\\n    \"version\" : 1005,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2589/16.1.0000.1037\",\\n    \"ParticipantId\" : \"2589/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2589_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1166,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2661_19-VISIT_1_adoma_485.nrrd\",\\n    \"version\" : 485,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2661/19.1.0000.1037\",\\n    \"ParticipantId\" : \"2661/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2661_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1167,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2661_19-VISIT_2_adoma_488.nrrd\",\\n    \"version\" : 488,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2661/19.2.0000.1037\",\\n    \"ParticipantId\" : \"2661/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2661_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1168,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_268_17-VISIT_1_adoma_933.nrrd\",\\n    \"version\" : 933,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"268/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.268/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"268_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1169,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_268_17-VISIT_2_adoma_934.nrrd\",\\n    \"version\" : 934,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.268/17.2.0000.1037\",\\n    \"ParticipantId\" : \"268/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"268_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1170,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_268_17-VISIT_3_adoma_935.nrrd\",\\n    \"version\" : 935,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.268/17.3.0000.1037\",\\n    \"ParticipantId\" : \"268/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"268_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1171,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2690_20-VISIT_1_adoma_1079.nrrd\",\\n    \"version\" : 1079,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2690/20.1.0000.1037\",\\n    \"ParticipantId\" : \"2690/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2690_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1172,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2690_20-VISIT_2_adoma_536.nrrd\",\\n    \"version\" : 536,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2690/20.2.0000.1037\",\\n    \"ParticipantId\" : \"2690/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2690_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1173,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_269_19-VISIT_3_adoma_1078.nrrd\",\\n    \"version\" : 1078,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.269/19.2.0000.1037\",\\n    \"ParticipantId\" : \"269/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"269_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1174,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2709_16-VISIT_1_adoma_404.nrrd\",\\n    \"version\" : 404,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"2709/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2709/16.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2709_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1175,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2709_16-VISIT_2_adoma_405.nrrd\",\\n    \"version\" : 405,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"2709/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2709/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2709_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1176,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2749_18-VISIT_1_adoma_832.nrrd\",\\n    \"version\" : 832,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2749/18.1.0000.1037\",\\n    \"ParticipantId\" : \"2749/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2749_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1177,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2749_18-VISIT_2_adoma_834.nrrd\",\\n    \"version\" : 834,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"2749/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2749/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2749_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1178,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2749_18-VISIT_3_adoma_836.nrrd\",\\n    \"version\" : 836,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"2749/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2749/18.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"2749_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1179,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2756_19-VISIT_1_adoma_529.nrrd\",\\n    \"version\" : 529,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2756/19.1.0000.1037\",\\n    \"ParticipantId\" : \"2756/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2756_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1180,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2756_19-VISIT_2_adoma_531.nrrd\",\\n    \"version\" : 531,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2756/19.2.0000.1037\",\\n    \"ParticipantId\" : \"2756/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2756_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1181,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2756_19-VISIT_3_adoma_533.nrrd\",\\n    \"version\" : 533,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"2756/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2756/19.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"2756_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1182,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2763_07-VISIT_1_kzevnik_226.nrrd\",\\n    \"version\" : 226,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"2763/07\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2763/07.1.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2763_07\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1183,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2763_07-VISIT_1_adoma_220.nrrd\",\\n    \"version\" : 220,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"2763/07\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2763/07.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2763_07\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1184,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2763_07-VISIT_2_kzevnik_230.nrrd\",\\n    \"version\" : 230,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"2763/07\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2763/07.2.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2763_07\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1185,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2763_07-VISIT_2_adoma_221.nrrd\",\\n    \"version\" : 221,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"2763/07\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2763/07.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2763_07\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1186,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2763_07-VISIT_3_kzevnik_231.nrrd\",\\n    \"version\" : 231,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"2763/07\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2763/07.3.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"2763_07\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1187,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2763_07-VISIT_3_adoma_222.nrrd\",\\n    \"version\" : 222,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"2763/07\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2763/07.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"2763_07\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1188,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2799_18-VISIT_1_adoma_886.nrrd\",\\n    \"version\" : 886,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2799/18.1.0000.1037\",\\n    \"ParticipantId\" : \"2799/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2799_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1189,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2835_20-VISIT_1_adoma_482.nrrd\",\\n    \"version\" : 482,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2835/20.1.0000.1037\",\\n    \"ParticipantId\" : \"2835/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2835_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1190,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2887_20-VISIT_1_adoma_936.nrrd\",\\n    \"version\" : 936,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"2887/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2887/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2887_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1191,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2887_20-VISIT_2_adoma_938.nrrd\",\\n    \"version\" : 938,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"2887/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2887/20.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2887_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1192,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2897_20-VISIT_1_adoma_1077.nrrd\",\\n    \"version\" : 1077,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2897/20.1.0000.1037\",\\n    \"ParticipantId\" : \"2897/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2897_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1193,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2897_20-VISIT_2_adoma_910.nrrd\",\\n    \"version\" : 910,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2897/20.2.0000.1037\",\\n    \"ParticipantId\" : \"2897/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2897_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1194,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2897_20-VISIT_3_adoma_912.nrrd\",\\n    \"version\" : 912,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2897/20.3.0000.1037\",\\n    \"ParticipantId\" : \"2897/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"2897_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1195,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2919_20-VISIT_1_adoma_649.nrrd\",\\n    \"version\" : 649,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"2919/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2919/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2919_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1196,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2919_20-VISIT_2_adoma_651.nrrd\",\\n    \"version\" : 651,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"2919/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2919/20.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2919_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1197,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2951_18-VISIT_1_adoma_434.nrrd\",\\n    \"version\" : 434,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2951/18.1.0000.1037\",\\n    \"ParticipantId\" : \"2951/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2951_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1198,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2951_18-VISIT_2_adoma_435.nrrd\",\\n    \"version\" : 435,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"2951/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2951/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2951_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1199,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2952_17-VISIT_1_adoma_591.nrrd\",\\n    \"version\" : 591,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2952/17.1.0000.1037\",\\n    \"ParticipantId\" : \"2952/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2952_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1200,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2952_17-VISIT_2_adoma_593.nrrd\",\\n    \"version\" : 593,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2952/17.2.0000.1037\",\\n    \"ParticipantId\" : \"2952/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2952_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1201,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2966_19-VISIT_1_adoma_797.nrrd\",\\n    \"version\" : 797,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"2966/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2966/19.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"2966_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1202,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_2966_19-VISIT_2_adoma_794.nrrd\",\\n    \"version\" : 794,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"2966/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.2966/19.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"2966_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1203,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_3186_07-VISIT_1_adoma_579.nrrd\",\\n    \"version\" : 579,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"3186/07\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.3186/07.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"3186_07\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1204,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_3186_07-VISIT_2_adoma_581.nrrd\",\\n    \"version\" : 581,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"3186/07\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.3186/07.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"3186_07\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1205,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_320_18-VISIT_1_adoma_668.nrrd\",\\n    \"version\" : 668,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"320/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.320/18.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"320_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1206,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_320_18-VISIT_2_adoma_670.nrrd\",\\n    \"version\" : 670,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"320/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.320/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"320_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1207,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_3296_18-VISIT_1_adoma_520.nrrd\",\\n    \"version\" : 520,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"3296/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.3296/18.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"3296_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1208,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_3296_18-VISIT_2_adoma_522.nrrd\",\\n    \"version\" : 522,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"3296/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.3296/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"3296_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1209,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_385_17-VISIT_1_adoma_573.nrrd\",\\n    \"version\" : 573,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"385/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.385/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"385_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1210,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_385_17-VISIT_2_adoma_575.nrrd\",\\n    \"version\" : 575,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"385/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.385/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"385_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1211,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_385_17-VISIT_3_adoma_577.nrrd\",\\n    \"version\" : 577,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"385/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.385/17.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"385_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1212,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_385_19-VISIT_1_adoma_646.nrrd\",\\n    \"version\" : 646,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"385/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.385/19.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"385_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1213,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_385_19-VISIT_2_adoma_647.nrrd\",\\n    \"version\" : 647,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"385/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.385/19.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"385_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1214,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_393_17-VISIT_1_adoma_595.nrrd\",\\n    \"version\" : 595,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"393/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.393/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"393_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1215,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_393_17-VISIT_2_adoma_597.nrrd\",\\n    \"version\" : 597,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.393/17.2.0000.1037\",\\n    \"ParticipantId\" : \"393/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"393_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1216,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4024_16-VISIT_1_adoma_422.nrrd\",\\n    \"version\" : 422,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"4024/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4024/16.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4024_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1217,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4024_16-VISIT_2_adoma_420.nrrd\",\\n    \"version\" : 420,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"4024/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4024/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"4024_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1218,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4030_18-VISIT_2_adoma_1076.nrrd\",\\n    \"version\" : 1076,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4030/18.2.0000.1037\",\\n    \"ParticipantId\" : \"4030/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"4030_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1219,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4070_17-VISIT_1_adoma_1075.nrrd\",\\n    \"version\" : 1075,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4070/17.1.0000.1037\",\\n    \"ParticipantId\" : \"4070/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4070_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1220,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4076_20-VISIT_1_adoma_606.nrrd\",\\n    \"version\" : 606,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"4076/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4076/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4076_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1221,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4081_16-VISIT_1_adoma_1074.nrrd\",\\n    \"version\" : 1074,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4081/16.1.0000.1037\",\\n    \"ParticipantId\" : \"4081/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4081_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1222,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4081_16-VISIT_2_adoma_966.nrrd\",\\n    \"version\" : 966,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"4081/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4081/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"4081_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1223,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4156_19-VISIT_1_adoma_655.nrrd\",\\n    \"version\" : 655,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"4156/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4156/19.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4156_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1224,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4156_19-VISIT_2_adoma_657.nrrd\",\\n    \"version\" : 657,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"4156/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4156/19.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"4156_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1225,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_433_17-VISIT_1_adoma_1073.nrrd\",\\n    \"version\" : 1073,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.433/17.1.0000.1037\",\\n    \"ParticipantId\" : \"433/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"433_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1226,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4340_18-VISIT_1_adoma_749.nrrd\",\\n    \"version\" : 749,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4340/18.1.0000.1037\",\\n    \"ParticipantId\" : \"4340/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4340_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1227,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4340_18-VISIT_2_adoma_750.nrrd\",\\n    \"version\" : 750,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"4340/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4340/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"4340_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1228,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4428_14-VISIT_1_adoma_1072.nrrd\",\\n    \"version\" : 1072,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4428/14.1.0000.1037\",\\n    \"ParticipantId\" : \"4428/14\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4428_14\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1229,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4463_20-VISIT_1_adoma_767.nrrd\",\\n    \"version\" : 767,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4463/20.1.0000.1037\",\\n    \"ParticipantId\" : \"4463/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4463_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1230,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4463_20-VISIT_2_adoma_769.nrrd\",\\n    \"version\" : 769,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4463/20.2.0000.1037\",\\n    \"ParticipantId\" : \"4463/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"4463_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1231,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4463_20-VISIT_3_adoma_771.nrrd\",\\n    \"version\" : 771,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4463/20.3.0000.1037\",\\n    \"ParticipantId\" : \"4463/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"4463_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1232,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4464_16-VISIT_1_adoma_398.nrrd\",\\n    \"version\" : 398,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4464/16.1.0000.1037\",\\n    \"ParticipantId\" : \"4464/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4464_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1233,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4509_16-VISIT_1_adoma_395.nrrd\",\\n    \"version\" : 395,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4509/16.1.0000.1037\",\\n    \"ParticipantId\" : \"4509/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4509_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1234,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4509_16-VISIT_2_adoma_394.nrrd\",\\n    \"version\" : 394,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"4509/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4509/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"4509_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1235,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4527_18-VISIT_1_adoma_545.nrrd\",\\n    \"version\" : 545,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4527/18.1.0000.1037\",\\n    \"ParticipantId\" : \"4527/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4527_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1236,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4527_18-VISIT_2_adoma_547.nrrd\",\\n    \"version\" : 547,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"4527/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4527/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"4527_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1237,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4532_19-VISIT_1_adoma_630.nrrd\",\\n    \"version\" : 630,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4532/19.1.0000.1037\",\\n    \"ParticipantId\" : \"4532/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4532_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1238,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4532_19-VISIT_2_adoma_632.nrrd\",\\n    \"version\" : 632,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4532/19.2.0000.1037\",\\n    \"ParticipantId\" : \"4532/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"4532_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1239,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4671_18-VISIT_1_adoma_511.nrrd\",\\n    \"version\" : 511,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4671/18.1.0000.1037\",\\n    \"ParticipantId\" : \"4671/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4671_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1240,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4671_18-VISIT_2_adoma_513.nrrd\",\\n    \"version\" : 513,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"4671/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4671/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"4671_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1241,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4671_18-VISIT_3_adoma_515.nrrd\",\\n    \"version\" : 515,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"4671/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4671/18.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"4671_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1242,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4679_17-VISIT_1_adoma_991.nrrd\",\\n    \"version\" : 991,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"4679/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4679/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4679_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1243,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4679_17-VISIT_2_adoma_993.nrrd\",\\n    \"version\" : 993,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"4679/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4679/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"4679_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1244,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4699_18-VISIT_1_adoma_939.nrrd\",\\n    \"version\" : 939,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"4699/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4699/18.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4699_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1245,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4699_18-VISIT_11_adoma_940.nrrd\",\\n    \"version\" : 940,\\n    \"SequenceNum\" : 11.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4699/18.11.0000.1037\",\\n    \"ParticipantId\" : \"4699/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_11\",\\n    \"patientCode\" : \"4699_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1246,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4699_18-VISIT_2_adoma_943.nrrd\",\\n    \"version\" : 943,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"4699/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4699/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"4699_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1247,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4718_19-VISIT_1_adoma_741.nrrd\",\\n    \"version\" : 741,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"4718/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4718/19.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4718_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1248,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4718_19-VISIT_2_adoma_742.nrrd\",\\n    \"version\" : 742,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4718/19.2.0000.1037\",\\n    \"ParticipantId\" : \"4718/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"4718_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1249,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4763_18-VISIT_1_adoma_1021.nrrd\",\\n    \"version\" : 1021,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"4763/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4763/18.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4763_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1250,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4763_18-VISIT_2_adoma_1022.nrrd\",\\n    \"version\" : 1022,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"4763/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4763/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"4763_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1251,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4763_18-VISIT_3_adoma_1023.nrrd\",\\n    \"version\" : 1023,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"4763/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4763/18.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"4763_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1252,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4830_17-VISIT_2_adoma_1081.nrrd\",\\n    \"version\" : 1081,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4830/17.2.0000.1037\",\\n    \"ParticipantId\" : \"4830/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"4830_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1253,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4847_20-VISIT_1_adoma_873.nrrd\",\\n    \"version\" : 873,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4847/20.1.0000.1037\",\\n    \"ParticipantId\" : \"4847/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4847_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1254,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4847_20-VISIT_2_adoma_875.nrrd\",\\n    \"version\" : 875,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4847/20.2.0000.1037\",\\n    \"ParticipantId\" : \"4847/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"4847_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1255,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4862_18-VISIT_1_adoma_452.nrrd\",\\n    \"version\" : 452,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"4862/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4862/18.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4862_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1256,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4862_18-VISIT_2_adoma_456.nrrd\",\\n    \"version\" : 456,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"4862/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4862/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"4862_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1257,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_4982_19-VISIT_1_adoma_1026.nrrd\",\\n    \"version\" : 1026,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.4982/19.1.0000.1037\",\\n    \"ParticipantId\" : \"4982/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"4982_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1258,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_506_19-VISIT_1_adoma_660.nrrd\",\\n    \"version\" : 660,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"506/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.506/19.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"506_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1259,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_506_19-VISIT_2_adoma_662.nrrd\",\\n    \"version\" : 662,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"506/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.506/19.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"506_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1260,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5077_16-VISIT_1_adoma_552.nrrd\",\\n    \"version\" : 552,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5077/16.1.0000.1037\",\\n    \"ParticipantId\" : \"5077/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5077_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1261,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5086_16-VISIT_1_kzevnik_249.nrrd\",\\n    \"version\" : 249,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"5086/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5086/16.1.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5086_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1262,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5086_16-VISIT_1_adoma_1082.nrrd\",\\n    \"version\" : 1082,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"5086/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5086/16.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5086_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1263,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5086_16-VISIT_2_kzevnik_251.nrrd\",\\n    \"version\" : 251,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"5086/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5086/16.2.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"5086_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1264,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5086_16-VISIT_2_adoma_41.nrrd\",\\n    \"version\" : 41,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"5086/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5086/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"5086_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1265,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5120_19-VISIT_1_adoma_697.nrrd\",\\n    \"version\" : 697,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5120/19.1.0000.1037\",\\n    \"ParticipantId\" : \"5120/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5120_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1266,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5120_19-VISIT_2_adoma_699.nrrd\",\\n    \"version\" : 699,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5120/19.2.0000.1037\",\\n    \"ParticipantId\" : \"5120/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"5120_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1267,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5127_16-VISIT_1_adoma_392.nrrd\",\\n    \"version\" : 392,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"5127/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5127/16.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5127_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1268,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5215_16-VISIT_1_adoma_390.nrrd\",\\n    \"version\" : 390,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"5215/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5215/16.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5215_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1269,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5321_20-VISIT_1_adoma_1083.nrrd\",\\n    \"version\" : 1083,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"5321/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5321/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5321_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1270,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5321_20-VISIT_2_adoma_865.nrrd\",\\n    \"version\" : 865,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"5321/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5321/20.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"5321_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1271,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5364_18-VISIT_2_adoma_1084.nrrd\",\\n    \"version\" : 1084,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"5364/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5364/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"5364_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1272,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5364_18-VISIT_3_adoma_1085.nrrd\",\\n    \"version\" : 1085,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"5364/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5364/18.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"5364_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1273,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5389_16-VISIT_1_adoma_964.nrrd\",\\n    \"version\" : 964,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"5389/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5389/16.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5389_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1274,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5424_17-VISIT_1_adoma_1086.nrrd\",\\n    \"version\" : 1086,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5424/17.1.0000.1037\",\\n    \"ParticipantId\" : \"5424/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5424_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1275,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5462_18-VISIT_1_adoma_652.nrrd\",\\n    \"version\" : 652,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5462/18.1.0000.1037\",\\n    \"ParticipantId\" : \"5462/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5462_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1276,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5462_18-VISIT_2_adoma_653.nrrd\",\\n    \"version\" : 653,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5462/18.2.0000.1037\",\\n    \"ParticipantId\" : \"5462/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"5462_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1277,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5462_18-VISIT_3_adoma_654.nrrd\",\\n    \"version\" : 654,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5462/18.3.0000.1037\",\\n    \"ParticipantId\" : \"5462/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"5462_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1278,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_549_20-VISIT_1_adoma_621.nrrd\",\\n    \"version\" : 621,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.549/20.1.0000.1037\",\\n    \"ParticipantId\" : \"549/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"549_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1279,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_549_20-VISIT_2_adoma_623.nrrd\",\\n    \"version\" : 623,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.549/20.2.0000.1037\",\\n    \"ParticipantId\" : \"549/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"549_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1280,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5503_20-VISIT_1_adoma_827.nrrd\",\\n    \"version\" : 827,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"5503/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5503/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5503_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1281,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5503_20-VISIT_2_adoma_829.nrrd\",\\n    \"version\" : 829,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5503/20.2.0000.1037\",\\n    \"ParticipantId\" : \"5503/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"5503_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1282,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5519_19-VISIT_1_adoma_675.nrrd\",\\n    \"version\" : 675,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5519/19.1.0000.1037\",\\n    \"ParticipantId\" : \"5519/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5519_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1283,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5519_19-VISIT_2_adoma_674.nrrd\",\\n    \"version\" : 674,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"5519/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5519/19.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"5519_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1284,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5519_19-VISIT_3_adoma_676.nrrd\",\\n    \"version\" : 676,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"5519/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5519/19.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"5519_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1285,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5570_19-VISIT_1_adoma_443.nrrd\",\\n    \"version\" : 443,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"5570/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5570/19.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5570_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1286,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5570_19-VISIT_2_adoma_445.nrrd\",\\n    \"version\" : 445,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5570/19.2.0000.1037\",\\n    \"ParticipantId\" : \"5570/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"5570_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1287,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5619_19-VISIT_1_adoma_753.nrrd\",\\n    \"version\" : 753,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"5619/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5619/19.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5619_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1288,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5619_19-VISIT_2_adoma_755.nrrd\",\\n    \"version\" : 755,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"5619/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5619/19.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"5619_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1289,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5619_19-VISIT_3_adoma_757.nrrd\",\\n    \"version\" : 757,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"5619/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5619/19.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"5619_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1290,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_567_17-VISIT_1_kzevnik_108.nrrd\",\\n    \"version\" : 108,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.567/17.1.0000.1026\",\\n    \"ParticipantId\" : \"567/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"567_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1291,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_567_17-VISIT_1_adoma_93.nrrd\",\\n    \"version\" : 93,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.567/17.1.0000.1037\",\\n    \"ParticipantId\" : \"567/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"567_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1292,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_567_17-VISIT_2_kzevnik_110.nrrd\",\\n    \"version\" : 110,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.567/17.2.0000.1026\",\\n    \"ParticipantId\" : \"567/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"567_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1293,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_567_17-VISIT_2_adoma_98.nrrd\",\\n    \"version\" : 98,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.567/17.2.0000.1037\",\\n    \"ParticipantId\" : \"567/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"567_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1294,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_567_17-VISIT_3_kzevnik_113.nrrd\",\\n    \"version\" : 113,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.567/17.3.0000.1026\",\\n    \"ParticipantId\" : \"567/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"567_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1295,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_567_17-VISIT_3_adoma_57.nrrd\",\\n    \"version\" : 57,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.567/17.3.0000.1037\",\\n    \"ParticipantId\" : \"567/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"567_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1296,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5673_19-VISIT_1_adoma_1087.nrrd\",\\n    \"version\" : 1087,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"5673/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5673/19.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5673_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1297,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5673_19-VISIT_2_adoma_626.nrrd\",\\n    \"version\" : 626,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"5673/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5673/19.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"5673_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1298,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5673_19-VISIT_3_adoma_628.nrrd\",\\n    \"version\" : 628,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"5673/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5673/19.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"5673_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1299,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5695_19-VISIT_1_adoma_1088.nrrd\",\\n    \"version\" : 1088,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"5695/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5695/19.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5695_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1300,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5695_19-VISIT_2_adoma_879.nrrd\",\\n    \"version\" : 879,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"5695/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5695/19.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"5695_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1301,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_57_17-VISIT_1_adoma_279.nrrd\",\\n    \"version\" : 279,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"57/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.57/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"57_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1302,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_57_17-VISIT_2_adoma_283.nrrd\",\\n    \"version\" : 283,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"57/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.57/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"57_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1303,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5760_20-VISIT_1_adoma_474.nrrd\",\\n    \"version\" : 474,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5760/20.1.0000.1037\",\\n    \"ParticipantId\" : \"5760/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5760_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1304,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5760_20-VISIT_2_adoma_476.nrrd\",\\n    \"version\" : 476,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5760/20.2.0000.1037\",\\n    \"ParticipantId\" : \"5760/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"5760_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1305,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5825_16-VISIT_1_kzevnik_208.nrrd\",\\n    \"version\" : 208,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5825/16.1.0000.1026\",\\n    \"ParticipantId\" : \"5825/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5825_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1306,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5825_16-VISIT_1_adoma_211.nrrd\",\\n    \"version\" : 211,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5825/16.1.0000.1037\",\\n    \"ParticipantId\" : \"5825/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5825_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1307,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5825_16-VISIT_2_kzevnik_209.nrrd\",\\n    \"version\" : 209,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5825/16.2.0000.1026\",\\n    \"ParticipantId\" : \"5825/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"5825_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1308,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5825_16-VISIT_2_adoma_213.nrrd\",\\n    \"version\" : 213,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5825/16.2.0000.1037\",\\n    \"ParticipantId\" : \"5825/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"5825_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1309,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5825_16-VISIT_3_kzevnik_210.nrrd\",\\n    \"version\" : 210,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5825/16.3.0000.1026\",\\n    \"ParticipantId\" : \"5825/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"5825_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1310,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5825_16-VISIT_3_adoma_214.nrrd\",\\n    \"version\" : 214,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5825/16.3.0000.1037\",\\n    \"ParticipantId\" : \"5825/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"5825_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1311,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5861_17-VISIT_1_adoma_373.nrrd\",\\n    \"version\" : 373,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5861/17.1.0000.1037\",\\n    \"ParticipantId\" : \"5861/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5861_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1312,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5861_17-VISIT_2_adoma_375.nrrd\",\\n    \"version\" : 375,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5861/17.2.0000.1037\",\\n    \"ParticipantId\" : \"5861/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"5861_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1313,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5916_17-VISIT_1_adoma_973.nrrd\",\\n    \"version\" : 973,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5916/17.1.0000.1037\",\\n    \"ParticipantId\" : \"5916/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5916_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1314,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5916_17-VISIT_2_adoma_974.nrrd\",\\n    \"version\" : 974,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"5916/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5916/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"5916_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1315,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5929_20-VISIT_1_adoma_642.nrrd\",\\n    \"version\" : 642,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"5929/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5929/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"5929_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1316,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_5929_20-VISIT_2_adoma_644.nrrd\",\\n    \"version\" : 644,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.5929/20.2.0000.1037\",\\n    \"ParticipantId\" : \"5929/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"5929_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1317,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6013_20-VISIT_1_adoma_1089.nrrd\",\\n    \"version\" : 1089,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"6013/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6013/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6013_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1318,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6013_20-VISIT_2_adoma_498.nrrd\",\\n    \"version\" : 498,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"6013/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6013/20.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6013_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1319,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6025_18-VISIT_1_adoma_681.nrrd\",\\n    \"version\" : 681,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6025/18.1.0000.1037\",\\n    \"ParticipantId\" : \"6025/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6025_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1320,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6025_18-VISIT_2_adoma_683.nrrd\",\\n    \"version\" : 683,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6025/18.2.0000.1037\",\\n    \"ParticipantId\" : \"6025/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6025_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1321,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6044_20-VISIT_1_adoma_1090.nrrd\",\\n    \"version\" : 1090,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6044/20.1.0000.1037\",\\n    \"ParticipantId\" : \"6044/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6044_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1322,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6044_20-VISIT_2_adoma_689.nrrd\",\\n    \"version\" : 689,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"6044/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6044/20.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6044_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1323,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6075_17-VISIT_1_adoma_1091.nrrd\",\\n    \"version\" : 1091,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6075/17.1.0000.1037\",\\n    \"ParticipantId\" : \"6075/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6075_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1324,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6075_17-VISIT_2_adoma_303.nrrd\",\\n    \"version\" : 303,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6075/17.2.0000.1037\",\\n    \"ParticipantId\" : \"6075/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6075_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1325,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6075_17-VISIT_3_adoma_305.nrrd\",\\n    \"version\" : 305,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6075/17.3.0000.1037\",\\n    \"ParticipantId\" : \"6075/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"6075_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1326,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6132_17-VISIT_1_adoma_423.nrrd\",\\n    \"version\" : 423,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6132/17.1.0000.1037\",\\n    \"ParticipantId\" : \"6132/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6132_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1327,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6132_17-VISIT_2_adoma_424.nrrd\",\\n    \"version\" : 424,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6132/17.2.0000.1037\",\\n    \"ParticipantId\" : \"6132/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6132_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1328,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6145_19-VISIT_1_adoma_925.nrrd\",\\n    \"version\" : 925,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"6145/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6145/19.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6145_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1329,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6145_19-VISIT_2_adoma_927.nrrd\",\\n    \"version\" : 927,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6145/19.2.0000.1037\",\\n    \"ParticipantId\" : \"6145/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6145_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1330,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6176_18-VISIT_1_adoma_849.nrrd\",\\n    \"version\" : 849,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"6176/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6176/18.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6176_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1331,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6176_18-VISIT_2_adoma_851.nrrd\",\\n    \"version\" : 851,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"6176/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6176/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6176_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1332,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6198_18-VISIT_2_adoma_1092.nrrd\",\\n    \"version\" : 1092,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"6198/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6198/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6198_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1333,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_625_16-VISIT_1_adoma_288.nrrd\",\\n    \"version\" : 288,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.625/16.1.0000.1037\",\\n    \"ParticipantId\" : \"625/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"625_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1334,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_625_16-VISIT_2_adoma_290.nrrd\",\\n    \"version\" : 290,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.625/16.2.0000.1037\",\\n    \"ParticipantId\" : \"625/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"625_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1335,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6280_16-VISIT_1_adoma_970.nrrd\",\\n    \"version\" : 970,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6280/16.1.0000.1037\",\\n    \"ParticipantId\" : \"6280/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6280_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1336,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6280_16-VISIT_2_adoma_971.nrrd\",\\n    \"version\" : 971,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"6280/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6280/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6280_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1337,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6280_16-VISIT_3_adoma_972.nrrd\",\\n    \"version\" : 972,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6280/16.3.0000.1037\",\\n    \"ParticipantId\" : \"6280/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"6280_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1338,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6354_20-VISIT_1_adoma_913.nrrd\",\\n    \"version\" : 913,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6354/20.1.0000.1037\",\\n    \"ParticipantId\" : \"6354/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6354_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1339,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6354_20-VISIT_2_adoma_914.nrrd\",\\n    \"version\" : 914,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6354/20.2.0000.1037\",\\n    \"ParticipantId\" : \"6354/20\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6354_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1340,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6354_20-VISIT_3_adoma_916.nrrd\",\\n    \"version\" : 916,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"6354/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6354/20.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"6354_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1341,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6356_20-VISIT_1_adoma_635.nrrd\",\\n    \"version\" : 635,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"6356/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6356/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6356_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1342,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6356_20-VISIT_2_adoma_637.nrrd\",\\n    \"version\" : 637,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"6356/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6356/20.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6356_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1343,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6356_20-VISIT_3_adoma_639.nrrd\",\\n    \"version\" : 639,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"6356/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6356/20.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"6356_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1344,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6435_16-VISIT_1_adoma_1016.nrrd\",\\n    \"version\" : 1016,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"6435/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6435/16.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6435_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1345,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6435_16-VISIT_2_adoma_1017.nrrd\",\\n    \"version\" : 1017,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"6435/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6435/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6435_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1346,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6450_18-VISIT_1_adoma_611.nrrd\",\\n    \"version\" : 611,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"6450/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6450/18.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6450_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1347,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6478_17-VISIT_1_adoma_711.nrrd\",\\n    \"version\" : 711,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"6478/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6478/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6478_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1348,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6478_17-VISIT_2_adoma_713.nrrd\",\\n    \"version\" : 713,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"6478/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6478/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6478_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1349,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6483_18-VISIT_1_adoma_501.nrrd\",\\n    \"version\" : 501,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6483/18.1.0000.1037\",\\n    \"ParticipantId\" : \"6483/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6483_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1350,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6483_18-VISIT_2_adoma_503.nrrd\",\\n    \"version\" : 503,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"6483/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6483/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6483_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1351,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6483_18-VISIT_3_adoma_505.nrrd\",\\n    \"version\" : 505,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"6483/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6483/18.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"6483_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1352,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6486_16-VISIT_1_adoma_400.nrrd\",\\n    \"version\" : 400,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"6486/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6486/16.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6486_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1353,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6486_16-VISIT_2_adoma_401.nrrd\",\\n    \"version\" : 401,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"6486/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6486/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6486_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1354,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_653_18-VISIT_1_adoma_958.nrrd\",\\n    \"version\" : 958,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.653/18.1.0000.1037\",\\n    \"ParticipantId\" : \"653/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"653_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1355,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_653_18-VISIT_2_adoma_960.nrrd\",\\n    \"version\" : 960,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.653/18.2.0000.1037\",\\n    \"ParticipantId\" : \"653/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"653_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1356,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6536_17-VISIT_1_adoma_369.nrrd\",\\n    \"version\" : 369,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"6536/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6536/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6536_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1357,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6536_17-VISIT_2_adoma_371.nrrd\",\\n    \"version\" : 371,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"6536/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6536/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6536_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1358,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_653_97-VISIT_1_adoma_1006.nrrd\",\\n    \"version\" : 1006,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"653/97\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.653/97.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"653_97\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1359,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6598_20-VISIT_1_adoma_1111.nrrd\",\\n    \"version\" : 1111,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"6598/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6598/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6598_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1360,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6598_20-VISIT_2_adoma_540.nrrd\",\\n    \"version\" : 540,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"6598/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6598/20.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6598_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1361,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6621_17-VISIT_1_adoma_377.nrrd\",\\n    \"version\" : 377,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"6621/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6621/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6621_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1362,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6621_17-VISIT_2_adoma_379.nrrd\",\\n    \"version\" : 379,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6621/17.2.0000.1037\",\\n    \"ParticipantId\" : \"6621/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6621_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1363,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6647_19-VISIT_1_adoma_774.nrrd\",\\n    \"version\" : 774,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6647/19.1.0000.1037\",\\n    \"ParticipantId\" : \"6647/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6647_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1364,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6647_19-VISIT_2_adoma_776.nrrd\",\\n    \"version\" : 776,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6647/19.2.0000.1037\",\\n    \"ParticipantId\" : \"6647/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6647_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1365,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6647_19-VISIT_3_adoma_777.nrrd\",\\n    \"version\" : 777,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"6647/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6647/19.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"6647_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1366,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6652_19-VISIT_1_adoma_1110.nrrd\",\\n    \"version\" : 1110,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"6652/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6652/19.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6652_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1367,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6652_19-VISIT_2_adoma_469.nrrd\",\\n    \"version\" : 469,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6652/19.2.0000.1037\",\\n    \"ParticipantId\" : \"6652/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6652_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1368,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6652_19-VISIT_3_adoma_471.nrrd\",\\n    \"version\" : 471,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"6652/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6652/19.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"6652_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1369,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6695_16-VISIT_1_kzevnik_236.nrrd\",\\n    \"version\" : 236,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6695/16.1.0000.1026\",\\n    \"ParticipantId\" : \"6695/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6695_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1370,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6695_16-VISIT_1_adoma_1109.nrrd\",\\n    \"version\" : 1109,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6695/16.1.0000.1037\",\\n    \"ParticipantId\" : \"6695/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6695_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1371,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6695_16-VISIT_2_kzevnik_238.nrrd\",\\n    \"version\" : 238,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"6695/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6695/16.2.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6695_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1372,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6695_16-VISIT_2_adoma_86.nrrd\",\\n    \"version\" : 86,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"6695/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6695/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6695_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1373,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6703_16-VISIT_1_adoma_586.nrrd\",\\n    \"version\" : 586,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6703/16.1.0000.1037\",\\n    \"ParticipantId\" : \"6703/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6703_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1374,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6703_16-VISIT_2_adoma_588.nrrd\",\\n    \"version\" : 588,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"6703/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6703/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6703_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1375,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6722_17-VISIT_1_adoma_295.nrrd\",\\n    \"version\" : 295,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6722/17.1.0000.1037\",\\n    \"ParticipantId\" : \"6722/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6722_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1376,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6722_17-VISIT_2_adoma_297.nrrd\",\\n    \"version\" : 297,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"6722/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6722/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6722_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1377,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6722_17-VISIT_3_adoma_299.nrrd\",\\n    \"version\" : 299,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"6722/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6722/17.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"6722_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1378,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_676_96-VISIT_1_adoma_817.nrrd\",\\n    \"version\" : 817,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"676/96\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.676/96.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"676_96\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1379,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_676_96-VISIT_2_adoma_819.nrrd\",\\n    \"version\" : 819,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"676/96\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.676/96.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"676_96\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1380,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6780_05-VISIT_1_adoma_813.nrrd\",\\n    \"version\" : 813,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6780/05.1.0000.1037\",\\n    \"ParticipantId\" : \"6780/05\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6780_05\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1381,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6780_05-VISIT_2_adoma_816.nrrd\",\\n    \"version\" : 816,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6780/05.2.0000.1037\",\\n    \"ParticipantId\" : \"6780/05\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6780_05\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1382,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6785_18-VISIT_1_adoma_604.nrrd\",\\n    \"version\" : 604,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"6785/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6785/18.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6785_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1383,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6785_18-VISIT_2_adoma_602.nrrd\",\\n    \"version\" : 602,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6785/18.2.0000.1037\",\\n    \"ParticipantId\" : \"6785/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6785_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1384,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6785_18-VISIT_3_adoma_603.nrrd\",\\n    \"version\" : 603,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6785/18.3.0000.1037\",\\n    \"ParticipantId\" : \"6785/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"6785_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1385,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6799_20-VISIT_1_adoma_805.nrrd\",\\n    \"version\" : 805,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"6799/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6799/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6799_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1386,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6799_20-VISIT_2_adoma_809.nrrd\",\\n    \"version\" : 809,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"6799/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6799/20.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6799_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1387,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6799_20-VISIT_3_adoma_811.nrrd\",\\n    \"version\" : 811,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"6799/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6799/20.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"6799_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1388,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6834_02-VISIT_1_adoma_726.nrrd\",\\n    \"version\" : 726,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"6834/02\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6834/02.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6834_02\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1389,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6834_02-VISIT_2_adoma_728.nrrd\",\\n    \"version\" : 728,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6834/02.2.0000.1037\",\\n    \"ParticipantId\" : \"6834/02\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6834_02\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1390,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_691_18-VISIT_1_adoma_821.nrrd\",\\n    \"version\" : 821,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"691/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.691/18.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"691_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1391,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_691_18-VISIT_2_adoma_823.nrrd\",\\n    \"version\" : 823,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"691/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.691/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"691_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1392,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_698_09-VISIT_1_adoma_457.nrrd\",\\n    \"version\" : 457,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.698/09.1.0000.1037\",\\n    \"ParticipantId\" : \"698/09\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"698_09\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1393,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_698_09-VISIT_2_adoma_458.nrrd\",\\n    \"version\" : 458,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.698/09.2.0000.1037\",\\n    \"ParticipantId\" : \"698/09\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"698_09\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1394,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_698_09-VISIT_3_adoma_460.nrrd\",\\n    \"version\" : 460,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"698/09\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.698/09.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"698_09\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1395,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6985_19-VISIT_1_adoma_888.nrrd\",\\n    \"version\" : 888,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"6985/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6985/19.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"6985_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1396,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_6985_19-VISIT_2_adoma_890.nrrd\",\\n    \"version\" : 890,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"6985/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.6985/19.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"6985_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1397,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7075_17-VISIT_2_adoma_1106.nrrd\",\\n    \"version\" : 1106,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7075/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7075/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7075_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1398,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7075_17-VISIT_3_adoma_1107.nrrd\",\\n    \"version\" : 1107,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"7075/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7075/17.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"7075_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1399,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7151_14-VISIT_1_adoma_1104.nrrd\",\\n    \"version\" : 1104,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7151/14\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7151/14.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7151_14\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1400,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_716_20-VISIT_1_adoma_1103.nrrd\",\\n    \"version\" : 1103,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"716/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.716/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"716_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1401,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_716_20-VISIT_2_adoma_480.nrrd\",\\n    \"version\" : 480,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"716/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.716/20.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"716_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1402,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_716_20-VISIT_3_adoma_481.nrrd\",\\n    \"version\" : 481,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"716/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.716/20.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"716_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1403,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7162_20-VISIT_1_adoma_664.nrrd\",\\n    \"version\" : 664,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7162/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7162/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7162_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1404,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7162_20-VISIT_2_adoma_666.nrrd\",\\n    \"version\" : 666,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7162/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7162/20.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7162_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1405,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7173_18-VISIT_1_adoma_904.nrrd\",\\n    \"version\" : 904,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7173/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7173/18.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7173_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1406,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7173_18-VISIT_2_adoma_906.nrrd\",\\n    \"version\" : 906,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7173/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7173/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7173_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1407,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7211_90-VISIT_1_adoma_857.nrrd\",\\n    \"version\" : 857,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7211/90\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7211/90.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7211_90\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1408,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7211_90-VISIT_2_adoma_859.nrrd\",\\n    \"version\" : 859,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7211/90\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7211/90.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7211_90\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1409,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7211_90-VISIT_3_adoma_861.nrrd\",\\n    \"version\" : 861,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7211/90.3.0000.1037\",\\n    \"ParticipantId\" : \"7211/90\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"7211_90\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1410,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7268_16-VISIT_1_adoma_994.nrrd\",\\n    \"version\" : 994,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7268/16.1.0000.1037\",\\n    \"ParticipantId\" : \"7268/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7268_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1411,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7268_16-VISIT_2_adoma_995.nrrd\",\\n    \"version\" : 995,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7268/16.2.0000.1037\",\\n    \"ParticipantId\" : \"7268/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7268_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1412,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7281_16-VISIT_1_adoma_563.nrrd\",\\n    \"version\" : 563,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7281/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7281/16.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7281_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1413,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7281_16-VISIT_2_adoma_564.nrrd\",\\n    \"version\" : 564,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7281/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7281/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7281_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1414,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7281_16-VISIT_3_adoma_566.nrrd\",\\n    \"version\" : 566,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"7281/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7281/16.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"7281_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1415,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_731_17-VISIT_1_kzevnik_119.nrrd\",\\n    \"version\" : 119,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"731/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.731/17.1.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"731_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1416,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_731_17-VISIT_1_adoma_100.nrrd\",\\n    \"version\" : 100,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"731/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.731/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"731_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1417,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_731_17-VISIT_2_kzevnik_122.nrrd\",\\n    \"version\" : 122,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.731/17.2.0000.1026\",\\n    \"ParticipantId\" : \"731/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"731_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1418,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_731_17-VISIT_2_adoma_104.nrrd\",\\n    \"version\" : 104,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.731/17.2.0000.1037\",\\n    \"ParticipantId\" : \"731/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"731_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1419,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_737_98-VISIT_1_adoma_590.nrrd\",\\n    \"version\" : 590,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"737/98\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.737/98.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"737_98\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1420,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7418_20-VISIT_1_adoma_1102.nrrd\",\\n    \"version\" : 1102,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7418/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7418/20.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7418_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1421,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7418_20-VISIT_2_adoma_686.nrrd\",\\n    \"version\" : 686,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7418/20\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7418/20.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7418_20\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1422,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7483_17-VISIT_1_kzevnik_232.nrrd\",\\n    \"version\" : 232,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7483/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7483/17.1.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7483_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1423,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7483_17-VISIT_1_adoma_224.nrrd\",\\n    \"version\" : 224,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7483/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7483/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7483_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1424,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7483_17-VISIT_2_kzevnik_234.nrrd\",\\n    \"version\" : 234,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7483/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7483/17.2.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7483_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1425,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7483_17-VISIT_2_adoma_225.nrrd\",\\n    \"version\" : 225,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7483/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7483/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7483_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1426,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7489_16-VISIT_1_adoma_571.nrrd\",\\n    \"version\" : 571,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7489/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7489/16.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7489_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1427,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7572_17-VISIT_1_adoma_427.nrrd\",\\n    \"version\" : 427,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7572/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7572/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7572_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1428,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7572_17-VISIT_2_adoma_428.nrrd\",\\n    \"version\" : 428,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7572/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7572/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7572_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1429,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7582_16-VISIT_1_adoma_583.nrrd\",\\n    \"version\" : 583,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7582/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7582/16.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7582_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1430,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7582_16-VISIT_2_adoma_584.nrrd\",\\n    \"version\" : 584,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7582/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7582/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7582_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1431,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7584_16-VISIT_1_adoma_1100.nrrd\",\\n    \"version\" : 1100,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7584/16.1.0000.1037\",\\n    \"ParticipantId\" : \"7584/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7584_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1432,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7584_16-VISIT_2_adoma_562.nrrd\",\\n    \"version\" : 562,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7584/16.2.0000.1037\",\\n    \"ParticipantId\" : \"7584/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7584_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1433,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7584_16-VISIT_3_adoma_569.nrrd\",\\n    \"version\" : 569,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7584/16.3.0000.1037\",\\n    \"ParticipantId\" : \"7584/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"7584_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1434,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7665_18-VISIT_1_adoma_489.nrrd\",\\n    \"version\" : 489,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7665/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7665/18.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7665_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1435,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7665_18-VISIT_2_adoma_490.nrrd\",\\n    \"version\" : 490,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7665/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7665/18.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7665_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1436,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7696_17-VISIT_1_adoma_429.nrrd\",\\n    \"version\" : 429,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7696/17.1.0000.1037\",\\n    \"ParticipantId\" : \"7696/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7696_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1437,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7696_17-VISIT_2_adoma_431.nrrd\",\\n    \"version\" : 431,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7696/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7696/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7696_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1438,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7705_16-VISIT_1_adoma_961.nrrd\",\\n    \"version\" : 961,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7705/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7705/16.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7705_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1439,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7705_16-VISIT_2_adoma_963.nrrd\",\\n    \"version\" : 963,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7705/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7705/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7705_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1440,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7718_17-VISIT_1_kzevnik_124.nrrd\",\\n    \"version\" : 124,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7718/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7718/17.1.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7718_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1441,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7718_17-VISIT_1_adoma_139.nrrd\",\\n    \"version\" : 139,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7718/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7718/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7718_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1442,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7718_17-VISIT_2_kzevnik_126.nrrd\",\\n    \"version\" : 126,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7718/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7718/17.2.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7718_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1443,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7718_17-VISIT_2_adoma_140.nrrd\",\\n    \"version\" : 140,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7718/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7718/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7718_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1444,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7790_18-VISIT_1_adoma_924.nrrd\",\\n    \"version\" : 924,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7790/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7790/18.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7790_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1445,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7815_17-VISIT_1_adoma_979.nrrd\",\\n    \"version\" : 979,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7815/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7815/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7815_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1446,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7815_17-VISIT_2_adoma_980.nrrd\",\\n    \"version\" : 980,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7815/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7815/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7815_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1447,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7817_17-VISIT_1_kzevnik_127.nrrd\",\\n    \"version\" : 127,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7817/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7817/17.1.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7817_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1448,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7817_17-VISIT_1_adoma_144.nrrd\",\\n    \"version\" : 144,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7817/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7817/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7817_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1449,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7817_17-VISIT_2_kzevnik_130.nrrd\",\\n    \"version\" : 130,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7817/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7817/17.2.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7817_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1450,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7817_17-VISIT_2_adoma_146.nrrd\",\\n    \"version\" : 146,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7817/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7817/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7817_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1451,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7817_17-VISIT_3_kzevnik_131.nrrd\",\\n    \"version\" : 131,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"7817/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7817/17.3.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"7817_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1452,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7817_17-VISIT_3_adoma_257.nrrd\",\\n    \"version\" : 257,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"ParticipantId\" : \"7817/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7817/17.3.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"7817_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1453,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7928_17-VISIT_1_adoma_381.nrrd\",\\n    \"version\" : 381,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7928/17.1.0000.1037\",\\n    \"ParticipantId\" : \"7928/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7928_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1454,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7928_17-VISIT_2_adoma_383.nrrd\",\\n    \"version\" : 383,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7928/17.2.0000.1037\",\\n    \"ParticipantId\" : \"7928/17\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7928_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1455,\\n    \"comments\" : null,\\n    \"User\" : 1003,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7931_17-VISIT_1_andrej_studen_10.nrrd\",\\n    \"version\" : 10,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7931/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7931/17.1.0000.1003\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7931_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1456,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7931_17-VISIT_1_kzevnik_106.nrrd\",\\n    \"version\" : 106,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7931/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7931/17.1.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7931_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1457,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7931_17-VISIT_1_adoma_52.nrrd\",\\n    \"version\" : 52,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7931/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7931/17.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7931_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1458,\\n    \"comments\" : null,\\n    \"CreatedBy\" : 1003,\\n    \"User\" : 1026,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7931_17-VISIT_2_kzevnik_107.nrrd\",\\n    \"version\" : 107,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7931/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7931/17.2.0000.1026\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7931_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1459,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7931_17-VISIT_2_adoma_54.nrrd\",\\n    \"version\" : 54,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"7931/17\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7931/17.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7931_17\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1460,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7945_16-VISIT_1_adoma_411.nrrd\",\\n    \"version\" : 411,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"7945/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7945/16.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7945_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1461,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7945_16-VISIT_2_adoma_413.nrrd\",\\n    \"version\" : 413,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7945/16.2.0000.1037\",\\n    \"ParticipantId\" : \"7945/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7945_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1462,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7976_18-VISIT_1_adoma_1099.nrrd\",\\n    \"version\" : 1099,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7976/18.1.0000.1037\",\\n    \"ParticipantId\" : \"7976/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"7976_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1463,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7976_18-VISIT_2_adoma_693.nrrd\",\\n    \"version\" : 693,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7976/18.2.0000.1037\",\\n    \"ParticipantId\" : \"7976/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"7976_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1464,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_7976_18-VISIT_3_adoma_695.nrrd\",\\n    \"version\" : 695,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 3.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.7976/18.3.0000.1037\",\\n    \"ParticipantId\" : \"7976/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_3\",\\n    \"patientCode\" : \"7976_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1465,\\n    \"comments\" : \"substitute\",\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_8154_16-VISIT_1_adoma_1098.nrrd\",\\n    \"version\" : 1098,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.8154/16.1.0000.1037\",\\n    \"ParticipantId\" : \"8154/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"8154_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1466,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_8154_16-VISIT_2_adoma_1002.nrrd\",\\n    \"version\" : 1002,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.8154/16.2.0000.1037\",\\n    \"ParticipantId\" : \"8154/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"8154_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1467,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_826_16-VISIT_1_adoma_1093.nrrd\",\\n    \"version\" : 1093,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"826/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.826/16.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"826_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1468,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_826_16-VISIT_2_adoma_287.nrrd\",\\n    \"version\" : 287,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"826/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.826/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"826_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1469,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_8294_16-VISIT_2_adoma_1094.nrrd\",\\n    \"version\" : 1094,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"8294/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.8294/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"8294_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1470,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_8538_16-VISIT_1_adoma_929.nrrd\",\\n    \"version\" : 929,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.8538/16.1.0000.1037\",\\n    \"ParticipantId\" : \"8538/16\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"8538_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1471,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_8538_16-VISIT_2_adoma_931.nrrd\",\\n    \"version\" : 931,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"8538/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.8538/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"8538_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1472,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_855_18-VISIT_1_adoma_449.nrrd\",\\n    \"version\" : 449,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.855/18.1.0000.1037\",\\n    \"ParticipantId\" : \"855/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"855_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1473,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_855_18-VISIT_2_adoma_450.nrrd\",\\n    \"version\" : 450,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.855/18.2.0000.1037\",\\n    \"ParticipantId\" : \"855/18\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"855_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1474,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_904_98-VISIT_1_adoma_462.nrrd\",\\n    \"version\" : 462,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"904/98\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.904/98.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"904_98\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1475,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_904_98-VISIT_2_adoma_463.nrrd\",\\n    \"version\" : 463,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"904/98\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.904/98.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"904_98\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1476,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_912_16-VISIT_1_adoma_416.nrrd\",\\n    \"version\" : 416,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"912/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.912/16.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"912_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1477,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_912_16-VISIT_2_adoma_417.nrrd\",\\n    \"version\" : 417,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"912/16\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.912/16.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"912_16\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1478,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_94_18-VISIT_1_adoma_772.nrrd\",\\n    \"version\" : 772,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"ParticipantId\" : \"94/18\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.94/18.1.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"94_18\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1479,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_951_19-VISIT_1_adoma_837.nrrd\",\\n    \"version\" : 837,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"SequenceNum\" : 1.0000,\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.951/19.1.0000.1037\",\\n    \"ParticipantId\" : \"951/19\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_1\",\\n    \"patientCode\" : \"951_19\"\\n  }, {\\n    \"date\" : null,\\n    \"dsrowid\" : 1480,\\n    \"comments\" : null,\\n    \"User\" : 1037,\\n    \"CreatedBy\" : 1003,\\n    \"QCState\" : null,\\n    \"latestFile\" : \"Segmentation_951_19-VISIT_2_adoma_839.nrrd\",\\n    \"version\" : 839,\\n    \"SequenceNum\" : 2.0000,\\n    \"Created\" : \"2023/11/13 17:20:22\",\\n    \"ParticipantId\" : \"951/19\",\\n    \"lsid\" : \"urn:lsid:labkey.com:Study.Data-38:5005.951/19.2.0000.1037\",\\n    \"sourcelsid\" : null,\\n    \"visitCode\" : \"VISIT_2\",\\n    \"patientCode\" : \"951_19\"\\n  } ],\\n  \"command\" : \"insert\"\\n}'\n"
     ]
    }
   ],
   "source": [
    "def copyImagingDataset(modify=False):\n",
    "    #copy via list archive, this just compares\n",
    "    db,fb=connectDB('onko-nix')\n",
    "    #source, readonly\n",
    "    sourceProject='limfomiPET/Study2023'\n",
    "    sourceQuery='Imaging1'\n",
    "    #target, will be overwritten\n",
    "    targetProject='limfomiPET/Study'\n",
    "    targetQuery='Imaging1'\n",
    "    ds=db.selectRows(targetProject,'study',targetQuery,[])\n",
    "    rows=ds['rows']\n",
    "    print('Deleting {} rows'.format(len(rows)))\n",
    "    if modify:\n",
    "        db.modifyRows('delete',targetProject,'study',targetQuery,rows)\n",
    "    #copy from Study\n",
    "    ds=db.selectRows(sourceProject,'study',sourceQuery,[])\n",
    "    rows=ds['rows']\n",
    "    print('Inserting {} rows'.format(len(rows)))\n",
    "    if modify:\n",
    "        db.modifyRows('insert',targetProject,'study',targetQuery,rows)\n",
    "        \n",
    "        \n",
    "def copySegmentationDataset(modify=False):\n",
    "    #copy via list archive, this just compares\n",
    "    db,fb=connectDB('onko-nix')\n",
    "    #source, readonly\n",
    "    sourceProject='limfomiPET/Study2023'\n",
    "    sourceQuery='Segmentations'\n",
    "    #target, will be overwritten\n",
    "    targetProject='limfomiPET/Study'\n",
    "    targetQuery='Segmentations' \n",
    "    ds=db.selectRows(targetProject,'study',targetQuery,[])\n",
    "    rows=ds['rows']\n",
    "    print('Deleting {} rows'.format(len(rows)))\n",
    "    if modify:\n",
    "        db.modifyRows('delete',targetProject,'study',targetQuery,rows)\n",
    "    #copy from Study\n",
    "    ds=db.selectRows(sourceProject,'study',sourceQuery,[])\n",
    "    rows=ds['rows']\n",
    "    print('Inserting {} rows'.format(len(rows)))\n",
    "    if modify:\n",
    "        print(db.modifyRows('insert',targetProject,'study',targetQuery,rows))\n",
    "    \n",
    "def copySegmentationList(modify=False):\n",
    "    #copy via list archive, this just compares\n",
    "    db,fb=connectDB('onko-nix')\n",
    "    #source, readonly\n",
    "    sourceProject='limfomiPET/Study2023'\n",
    "    sourceQuery='segmentationList'\n",
    "    #target, will be overwritten\n",
    "    targetProject='limfomiPET/Study'\n",
    "    targetQuery='segmentationList' \n",
    "    ds=db.selectRows(targetProject,'lists',targetQuery,[])\n",
    "    rows=ds['rows']\n",
    "    print('Deleting {} rows'.format(len(rows)))\n",
    "    if modify:\n",
    "        db.modifyRows('delete',targetProject,'lists',targetQuery,rows)\n",
    "    #copy from Study\n",
    "    ds=db.selectRows(sourceProject,'lists',sourceQuery,[])\n",
    "    rows=ds['rows']\n",
    "    print('Inserting {} rows'.format(len(rows)))\n",
    "    if modify:\n",
    "        print(db.modifyRows('insert',targetProject,'lists',targetQuery,rows))\n",
    "\n",
    "#copyImagingDataset()\n",
    "copySegmentationDataset(modify=True)\n",
    "#copySegmentationList(modify=True)"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": null,
   "id": "d6ae9fbf-4d17-4eed-8206-b2927693116c",
   "metadata": {},
   "outputs": [],
   "source": []
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.9.0"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}