Skip to content
Snippets Groups Projects
Unverified Commit 094b96ca authored by buccimtpc's avatar buccimtpc Committed by GitHub
Browse files

Update aivo_get_subjects.m

Few fixes, For mistake I have already updated the aivo_get_subjects in shared/magia/aivo.
But the bug fix was clear, no doubt about the improvement, so I left it changed.
parent da306fee
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ if((~mod(nargin,2))) ...@@ -53,7 +53,7 @@ if((~mod(nargin,2)))
value = varargin{i+l+1}; value = varargin{i+l+1};
l=l+1; l=l+1;
% Materia view - Values % Materia view - Values
if(ismember(field,{'study_date','mri_code','dose','scan_start_time','injection_time','height','weight','age'})) if(ismember(field,{'study_date','dose','scan_start_time','injection_time','height','weight','age'}))
if(ischar(value)) %only one value if(ischar(value)) %only one value
if(ismember('~',value)) %exclude spesific value if(ismember('~',value)) %exclude spesific value
where_statement = [where_statement,' NOT ','materia.',lower(field),' = ',char(39),value(2:length(value)),char(39)]; where_statement = [where_statement,' NOT ','materia.',lower(field),' = ',char(39),value(2:length(value)),char(39)];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment