Bug fix for empty lesion table
This commit is contained in:
parent
36ff46be41
commit
ad52dffa94
@ -1,14 +1,7 @@
|
||||
Template.lesionTable.helpers({
|
||||
measurement: function() {
|
||||
// All Targets shall be listed first followed by Non-Targets
|
||||
return Measurements.find({
|
||||
measurementType: {
|
||||
$in: [
|
||||
'bidirectional',
|
||||
'nonTarget'
|
||||
]
|
||||
}
|
||||
}, {
|
||||
return Measurements.find({}, {
|
||||
sort: {
|
||||
isTarget: -1,
|
||||
lesionNumberAbsolute: 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user