485485 </column >
486486 </columns >
487487 </table >
488+
489+ <table tableName =" subjectAnchorDates" tableDbType =" TABLE" useColumnOrder =" true" >
490+ <tableTitle >Timepoint to Date Range</tableTitle >
491+ <javaCustomizer class =" org.labkey.ldk.query.DefaultTableCustomizer" />
492+ <description >Per subject, this table contains the anchor dates, which are key dates that establish relative time within the study</description >
493+ <auditLogging >DETAILED</auditLogging >
494+ <importUrl ></importUrl >
495+ <insertUrl ></insertUrl >
496+ <updateUrl ></updateUrl >
497+ <deleteUrl ></deleteUrl >
498+ <columns >
499+ <column columnName =" rowid" >
500+ <isAutoInc >true</isAutoInc >
501+ <shownInUpdateView >false</shownInUpdateView >
502+ <shownInInsertView >false</shownInInsertView >
503+ <isKeyField >true</isKeyField >
504+ </column >
505+ <column columnName =" subjectId" >
506+ <columnTitle >Subject Id</columnTitle >
507+ <conceptURI >http://cpas.labkey.com/Study#ParticipantId</conceptURI >
508+ <nullable >false</nullable >
509+ </column >
510+ <column columnName =" date" >
511+ <columnTitle >Date</columnTitle >
512+ <nullable >false</nullable >
513+ </column >
514+ <column columnName =" eventLabel" >
515+ <columnTitle >Event Label</columnTitle >
516+ </column >
517+ <column columnName =" anchorEventId" >
518+ <columnTitle >Anchor Event Id</columnTitle >
519+ <fk >
520+ <fkDbSchema >studies</fkDbSchema >
521+ <fkTable >anchorEvents</fkTable >
522+ <fkColumnName >rowId</fkColumnName >
523+ <fkDisplayColumnName >label</fkDisplayColumnName >
524+ </fk >
525+ </column >
526+
527+ <column columnName =" container" >
528+ <isUserEditable >false</isUserEditable >
529+ <nullable >true</nullable >
530+ <isHidden >true</isHidden >
531+ </column >
532+ <column columnName =" createdby" >
533+ <isUserEditable >false</isUserEditable >
534+ <nullable >true</nullable >
535+ <isHidden >true</isHidden >
536+ </column >
537+ <column columnName =" created" >
538+ <isUserEditable >false</isUserEditable >
539+ <nullable >true</nullable >
540+ <isHidden >true</isHidden >
541+ </column >
542+ <column columnName =" modifiedby" >
543+ <isUserEditable >false</isUserEditable >
544+ <nullable >true</nullable >
545+ <isHidden >true</isHidden >
546+ </column >
547+ <column columnName =" modified" >
548+ <isUserEditable >false</isUserEditable >
549+ <nullable >true</nullable >
550+ <isHidden >true</isHidden >
551+ </column >
552+ </columns >
553+ </table >
488554</tables >
0 commit comments