out = 'Konklusion:\n'
if( getValue('fluorescens.conclusion') == 'Klassisk subretinal karnydannelse.'
or getValue('fluorescens.conclusion') == 'Overvejende klassisk subretinal neovaskulær membran.' )
then
out = out .. getValue('fluorescens.conclusion') .. '\n'
out = out .. 'Membran placering: ' .. getValue('fluorescens.membrane.position') .. '\n'
out = out .. 'Membranstørrelse: ' .. getValue('fluorescens.membrane.size') .. 'µm\n'
else
if( getValue('fluorescens.conclusion') == 'andet' )
then
out = out .. getValue('fluorescens.conclusion.other') .. '\n'
else
out = out .. getValue('fluorescens.conclusion') .. '\n'
end
end
return out