Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
d29c81d6
Commit
d29c81d6
authored
Jun 22, 2015
by
Marc Duez
Browse files
patient.py : repair dl analysis file link
parent
b4997d33
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/controllers/patient.py
View file @
d29c81d6
...
...
@@ -48,18 +48,17 @@ def info():
)
analysis
=
db
(
(
db
.
analysis_file
.
patient_id
==
patient
)
&
(
db
.
analysis_file
.
config_id
==
config_id
)
)
db
.
analysis_file
.
patient_id
==
patient
).
select
(
orderby
=~
db
.
analysis_file
.
analyze_date
)
config
=
True
fused_count
=
fused
.
count
()
fused_file
=
fused
.
select
()
fused_filename
=
patient_name
+
"_"
+
config_name
+
".data"
analysis_count
=
analysis
.
count
(
)
analysis_file
=
analysis
.
select
()
analysis_filename
=
patient_name
+
"_"
+
config_name
+
".analysis"
analysis_count
=
len
(
analysis
)
analysis_file
=
analysis
analysis_filename
=
patient_name
+
".analysis"
else
:
config_id
=
-
1
...
...
Vidjil Team
@vidjilteam
Mentioned in issue
#1575 (closed)
·
Nov 29, 2016
Mentioned in issue
#1575 (closed)
Mentioned in issue #1575
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment