ohif-viewer/Packages/lesiontracker/components/lesionTableRow/lesionTableRow.js
Aysel Afsar 78faa2a8f9 Set lesion table row data in correct columns
Populate Measurements collection according to lesion table columns
2015-10-29 15:40:20 -04:00

6 lines
118 B
JavaScript

Template.lesionTableRow.helpers({
'timepoints': function() {
return this.lesionData.timepoints;
}
});