Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public class ArrivalDataSource extends AbstractDataSource
public ArrivalDataSource(Module module)
{
super("study", "Arrival", "Arrival", "Arrival", module);
setShowTime(true);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public class BiopsyDataSource extends AbstractDataSource
public BiopsyDataSource(Module module)
{
super("study", "Biopsy", "Biopsy", "Biopsy", module);
setShowTime(true);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public class BreederDataSource extends AbstractDataSource
public BreederDataSource(Module module)
{
super("study", "breeder", "Breeding", "Breeding", module);
setShowTime(true);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public class DeathDataSource extends AbstractDataSource
public DeathDataSource(Module module)
{
super("study", "Deaths", "Death", "Deaths", module);
setShowTime(true);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public class DepartureDataSource extends AbstractDataSource
public DepartureDataSource(Module module)
{
super("study", "Departure", "Departure", "Departure", module);
setShowTime(true);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public class DrugAdminDataSource extends AbstractDataSource
public DrugAdminDataSource(Module module)
{
super("study", "drug", "Drug Admin", "Drug Admin", module);
setShowTime(true);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public class ExemptionsDataSource extends AbstractDataSource
public ExemptionsDataSource(Module module)
{
super("study", "exemptions", "Exemptions", "Exemptions", module);
setShowTime(true);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public class FlagsDataSource extends AbstractDataSource
public FlagsDataSource(Module module)
{
super("study", "flags", "Flags", "Flags", module);
setShowTime(true);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public class FosteringDataSource extends AbstractDataSource
public FosteringDataSource(Module module)
{
super("study", "foster", "Fostering", "Fostering", module);
setShowTime(true);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public class HistopathologyDataSource extends AbstractDataSource
public HistopathologyDataSource(Module module)
{
super("study", "histopathology", "Histopathology", "Histopathology", module);
setShowTime(true);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public class NIRCCaseCloseDataSource extends AbstractDataSource
public NIRCCaseCloseDataSource(Module module)
{
super("study", "Cases", "Case Closed", "Clinical", module);
setShowTime(true);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public class NIRCCaseOpenDataSource extends AbstractDataSource
public NIRCCaseOpenDataSource(Module module)
{
super("study", "Cases", "Case Opened", "Clinical", module);
setShowTime(true);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public class NIRCEndTreatmentOrderDataSource extends AbstractDataSource
public NIRCEndTreatmentOrderDataSource(Module module)
{
super("study", "treatment_order", "End Treatment Orders", "Clinical", module);
setShowTime(true);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ protected List<HistoryRow> processRows(Container c, TableSelector ts, final bool
}*/

HistoryRow row = new HistoryRowImpl(this, categoryText, categoryGroup, categoryColor, subjectId, date, html.toString(), qcStateLabel, publicData, taskId, taskRowId, formType, objectId);
row.setShowTime(false);
row.setShowTime(true);
rows.add(row);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ protected List<HistoryRow> processRows(Container c, TableSelector ts, final bool
}*/

HistoryRow row = new HistoryRowImpl(this, categoryText, categoryGroup, categoryColor, subjectId, date, html.toString(), qcStateLabel, publicData, taskId, taskRowId, formType, objectId);
row.setShowTime(false);
row.setShowTime(true);
rows.add(row);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public class NIRCProcedureOrdersDataSource extends AbstractDataSource
public NIRCProcedureOrdersDataSource(Module module)
{
super("study", "prc_order", "Procedure Orders", "Procedures", module);
setShowTime(true);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public class PairingsDataSource extends AbstractDataSource
public PairingsDataSource(Module module)
{
super("study", "Pairings", "Pairings", "Pairings", module);
setShowTime(true);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public class PhysicalExamDataSource extends AbstractDataSource
public PhysicalExamDataSource(Module module)
{
super("study", "physicalExam", "Physical Exam", "Physical Exam", module);
setShowTime(true);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public class PregnancyDataSource extends AbstractDataSource
public PregnancyDataSource(Module module)
{
super("study", "pregnancy", "Pregnancy", "Pregnancy", module);
setShowTime(true);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public class SerologyDataSource extends AbstractDataSource
public SerologyDataSource(Module module)
{
super("study", "Serology", "Serology", "Serology", module);
setShowTime(true);
}

@Override
Expand Down