|
|
<?php if(isset ($_SESSION['usersession']['idapplication'])) $flag_link = TRUE; else $flag_link = FALSE; ?>
|
|
|
<ul style="list-style-type: decimal">
|
|
|
<li><a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_01">Demographics</a></li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_02">Inclusion Criteria</a>
|
|
|
<?php } else { ?>Inclusion Criteria<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_03">Exclusion Criteria</a>
|
|
|
<?php } else { ?>Exclusion Criteria<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_04">Screening Medical History</a>
|
|
|
<?php } else { ?>Screening Medical History<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<!--<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_05">Screening Vital Signs And Physical Exam (within 21 Days of Dose 1)</a>
|
|
|
<?php //} else { ?>Screening Vital Signs And Physical Exam (within 21 Days of Dose 1)<?php //} ?>-->
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_05_op2">Screening Vital Signs And Physical Exam (within 21 Days of Dose 1)</a>
|
|
|
<?php } else { ?>Screening Vital Signs And Physical Exam (within 21 Days of Dose 1)<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_06">Screening Laboratory Measures (within 21 Days prior to Dose 1)</a>
|
|
|
<?php } else { ?>Screening Laboratory Measures (within 21 Days prior to Dose 1)<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_07">Screening Hematology and Pregnancy Test(within 21 Days prior to Dose 1)</a>
|
|
|
<?php } else { ?>Screening Hematology and Pregnancy Test(within 21 Days prior to Dose 1)<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=chemistry&action=add&name_form=frm_08">Screening Chemistry (within 21 Days prior to Dose 1)</a>
|
|
|
<?php } else { ?>Screening Chemistry (within 21 Days prior to Dose 1)<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=urinalysis&action=add&name_form=frm_09">Screening Urinalysis and Toxicology (within 21 Days prior to Dose 1)</a>
|
|
|
<?php } else { ?>Screening Urinalysis and Toxicology (within 21 Days prior to Dose 1)<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_10">Screening Histologically Confirmed Solid Tumor</a>
|
|
|
<?php } else { ?>Screening Histologically Confirmed Solid Tumor<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_11">Screening Liver Function Tests</a>
|
|
|
<?php } else { ?>Screening Liver Function Tests<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_12">Screening ECOG Performance Status</a>
|
|
|
<?php } else { ?>Screening ECOG Performance Status<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_13">Screening ECG</a>
|
|
|
<?php } else { ?>Screening ECG<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_14">Baseline Vital Signs and Physical Exam (within 72 hrs of Dose 1)</a>
|
|
|
<?php } else { ?>Baseline Vital Signs and Physical Exam (within 72 hrs of Dose 1)<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_15">Baseline Laboratory Measures (within 72 hrs prior to Dose 1)</a>
|
|
|
<?php } else { ?>Baseline Laboratory Measures (within 72 hrs prior to Dose 1)<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_16">Baseline Hematology and Pregnancy Test (within 72 hrs prior to Dose 1)</a>
|
|
|
<?php } else { ?>Baseline Hematology and Pregnancy Test (within 72 hrs prior to Dose 1)<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_17">Baseline Chemistry (within 72 hrs prior to Dose 1)</a>
|
|
|
<?php } else { ?>Baseline Chemistry (within 72 hrs prior to Dose 1)<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_18">Baseline Urinalysis and Toxicology (within 72 hrs prior to Dose 1)</a>
|
|
|
<?php } else { ?>Baseline Urinalysis and Toxicology (within 72 hrs prior to Dose 1)<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_19">Baseline Liver Function Tests</a>
|
|
|
<?php } else { ?>Baseline Liver Function Tests<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_20">Baseline ECOG Performance Status</a>
|
|
|
<?php } else { ?>Baseline ECOG Performance Status<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_21">Baseline Tumor Assessment by Standard Method (MRI,CT, etc) (30 days prior to initial treatment)</a>
|
|
|
<?php } else { ?>Baseline Tumor Assessment by Standard Method (MRI,CT, etc) (30 days prior to initial treatment)<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_22">28 Day Cycle, Cycle 1, Day 1</a>
|
|
|
<?php } else { ?>28 Day Cycle, Cycle 1, Day 1<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_23">ECG: 28 Day Cycle 1 Dosing Day 1</a>
|
|
|
<?php } else { ?>ECG: 28 Day Cycle 1 Dosing Day 1<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_24">28 Days Cycle #, Week #, Study Day # Vital Signs and Physical Exam</a>
|
|
|
<?php } else { ?>28 Days Cycle #, Week #, Study Day # Vital Signs and Physical Exam<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_25">28 Days Cycle #, Treatment Week #, Study Day # Laboratory Measures</a>
|
|
|
<?php } else { ?>28 Days Cycle #, Treatment Week #, Study Day # Laboratory Measures<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_26">28 Days Cycle #, Treatment Week #, Study Day # Hematology and Pregnancy Test</a>
|
|
|
<?php } else { ?>28 Days Cycle #, Treatment Week #, Study Day # Hematology and Pregnancy Test<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_27">28 Days Cycle #, Treatment Week #, Study Day # Chemistry</a>
|
|
|
<?php } else { ?>28 Days Cycle #, Treatment Week #, Study Day # Chemistry<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_28">28 Days Cycle #, Day # Urinalysis</a>
|
|
|
<?php } else { ?>28 Days Cycle #, Day # Urinalysis<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_29">28 Days Cycle #, Treatment Week #, Dosing Day # Urinalysis</a>
|
|
|
<?php } else { ?>28 Days Cycle #, Treatment Week #, Dosing Day # Urinalysis<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_30">28 Days Cycle #, Week #, Day # ECOG Performance Status</a>
|
|
|
<?php } else { ?>28 Days Cycle #, Week #, Day # ECOG Performance Status<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_31">28 Days Cycle #, Treatment Week #, Study Day # Vital Signs and Targeted Physical Exam</a>
|
|
|
<?php } else { ?>28 Days Cycle #, Treatment Week #, Study Day # Vital Signs and Targeted Physical Exam<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_32">28 Days Cycle #, Day # Vital Signs and AE Query</a>
|
|
|
<?php } else { ?>28 Days Cycle #, Day # Vital Signs and AE Query<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_33">ECG: 28 Day Cycle 1 Dosing Day 26</a>
|
|
|
<?php } else { ?>ECG: 28 Day Cycle 1 Dosing Day 26<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_34">28 Days Cycle #1 PK Sampling Record During First Month of Each Cohort Only</a>
|
|
|
<?php } else { ?>28 Days Cycle #1 PK Sampling Record During First Month of Each Cohort Only<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_35">28 Days Cycle # PD Sampling Record; Sampling Day 1 of each Cycle</a>
|
|
|
<?php } else { ?>28 Days Cycle # PD Sampling Record; Sampling Day 1 of each Cycle<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_36">28 Day Cycle #, Tumor Assessment by Standard Method (MRI, CT, etc)</a>
|
|
|
<?php } else { ?>28 Day Cycle #, Tumor Assessment by Standard Method (MRI, CT, etc)<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_37">28 Days Cycle # Dosing Record</a>
|
|
|
<?php } else { ?>28 Days Cycle # Dosing Record<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_38">Prior and Concomitant Medications</a>
|
|
|
<?php } else { ?>Prior and Concomitant Medications<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_39">Abnormal Laboratories</a>
|
|
|
<?php } else { ?>Abnormal Laboratories<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_40">Adverse Events</a>
|
|
|
<?php } else { ?>Adverse Events<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_41">Unscheduled Laboratory Measures</a>
|
|
|
<?php } else { ?>Unscheduled Laboratory Measures<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_42">28 Day Cycle #, Day # ECG</a>
|
|
|
<?php } else { ?>28 Day Cycle #, Day # ECG<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_43">Follow Up Vital Signs and Physical Exam</a>
|
|
|
<?php } else { ?>Follow Up Vital Signs and Physical Exam<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_44">28 Days Cycle #, Treatment Week Number #, Study Day # Interval History</a>
|
|
|
<?php } else { ?>28 Days Cycle #, Treatment Week Number #, Study Day # Interval History<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_45">28 Days Cycle #, Treatment Week Number #, Study Day # Laboratory Measures</a>
|
|
|
<?php } else { ?>28 Days Cycle #, Treatment Week Number #, Study Day # Laboratory Measures<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_46">Discharge Vital Signs and Physical Exam</a>
|
|
|
<?php } else { ?>Baseline: ECOG Performance Status<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_47">Discharge Laboratory Measures</a>
|
|
|
<?php } else { ?>Discharge Laboratory Measures<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_48">Discharge Hematology</a>
|
|
|
<?php } else { ?>Discharge Hematology<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_49">At the MTD Pre Dose Liver Function Tests</a>
|
|
|
<?php } else { ?>At the MTD Pre Dose Liver Function Tests<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_50">At the MTD 24hr post dosing Liver Function Tests</a>
|
|
|
<?php } else { ?>At the MTD 24hr post dosing Liver Function Tests<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_51">At the MTD Liver Function Tests</a>
|
|
|
<?php } else { ?>28 Day Cycle#, Tumor Assessment by Standard Method (MRI, CT, etc)<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_52">28 Day Cycle 1 MTD Only: Day 1 and Day 26 Urine Collection for PK Analysis</a>
|
|
|
<?php } else { ?>28 Day Cycle 1 MTD Only: Day 1 and Day 26 Urine Collection for PK Analysis<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_53">At the MTD Urinalysis</a>
|
|
|
<?php } else { ?>At the MTD Urinalysis<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_54">At the MTD Chemistry</a>
|
|
|
<?php } else { ?>At the MTD Chemistry<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_55">At the MTD Pre Dose Hematology Test</a>
|
|
|
<?php } else { ?>At the MTD Pre Dose Hematology Test<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_56">Assessment of Tumor Vascularity by DCE-MRI 24 hrs Pre-Dose</a>
|
|
|
<?php } else { ?>Assessment of Tumor Vascularity by DCE-MRI 24 hrs Pre-Dose<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_57">Assessment of Tumor Vascularity by DCE-MRI 24 hrs Post-Dose</a>
|
|
|
<?php } else { ?>Assessment of Tumor Vascularity by DCE-MRI 24 hrs Post-Dose<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_58">Study Exit Liver Function Tests</a>
|
|
|
<?php } else { ?>Study Exit Liver Function Tests<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_59">Study Exit, Study Day # Vital Signs and Physical Examination</a>
|
|
|
<?php } else { ?>Study Exit, Study Day # Vital Signs and Physical Examination<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_60">Study Exit, Study Day # Laboratory Measures</a>
|
|
|
<?php } else { ?>Study Exit, Study Day # Laboratory Measures<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_61">Study Exit, Study Day # Chemistry</a>
|
|
|
<?php } else { ?>Study Exit, Study Day # Chemistry<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_62">Study Exit, Study Day # Urinalysis and Toxicology</a>
|
|
|
<?php } else { ?>Study Exit, Study Day # Urinalysis and Toxicology<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_63">Study Termination</a>
|
|
|
<?php } else { ?>Study Termination<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_64">End Study ECG</a>
|
|
|
<?php } else { ?>End Study - ECG<?php } ?>
|
|
|
</li>
|
|
|
<li><?php if($flag_link){ ?>
|
|
|
<a href="index.php?option=com_data&controller=Data&action=add&name_form=frm_65">End of Treatment Follow Up Period (Contact subject every 2-3 Mo for 6 Months)</a>
|
|
|
<?php } else { ?>End of Treatment Follow Up Period (Contact subject every 2-3 Mo for 6 Months)<?php } ?>
|
|
|
</li>
|
|
|
</ul>
|