out = '90D linse:'
if ( getValue('90d_linse.mangler.odxt') == '' and getValue('90d_linse.mangler.osin') == '' )
then
out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.fundus_visibility.odxt')
.. ' på o.dxt og ' .. getValue('90d_linse.fundus_visibility.osin')..' på venstre.\n'
else
if ( getValue('90d_linse.mangler.odxt') == '' )
then
out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.fundus_visibility.odxt')
.. ' på o.dxt.\n'
end
if ( getValue('90d_linse.mangler.osin') == '' )
then
out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.fundus_visibility.osin')
..' på o.sin.\n'
end
end
if ( getValue('90d_linse.mangler.odxt') == '' )
then
if ( getValue('90d_linse.implikation.odxt') == 'retinal hævelse' )
then
out = out .. 'På o.dxt findes der retinal hævelse'
if ( getValue('90d_linse.randbl.odxt') ~= '' and getValue('90d_linse.exsudater.odxt') ~= '')
then
out = out .. ' med randblødning og exhudater.\n'
end
if ( getValue('90d_linse.randbl.odxt') == '' and getValue('90d_linse.exsudater.odxt') ~= '')
then
out = out .. ' med exhudater.\n'
end
if ( getValue('90d_linse.randbl.odxt') ~= '' and getValue('90d_linse.exsudater.odxt') == '')
then
out = out .. ' med randblødning.\n'
end
if ( getValue('90d_linse.randbl.odxt') == '' and getValue('90d_linse.exsudater.odxt') == '')
then
out = out .. '.\n'
end
end
if ( getValue('90d_linse.implikation.odxt') == 'atrofi' )
then
out = out .. 'På o.dxt findes der atrofi.\n'
end
end
if ( getValue('90d_linse.mangler.osin') == '' )
then
if ( getValue('90d_linse.implikation.osin') == 'retinal hævelse' )
then
out = out .. 'På o.sin findes der retinal hævelse'
if ( getValue('90d_linse.randbl.osin') ~= '' and getValue('90d_linse.exsudater.osin') ~= '')
then
out = out .. ' med randblødning og exhudater.\n'
end
if ( getValue('90d_linse.randbl.osin') == '' and getValue('90d_linse.exsudater.osin') ~= '')
then
out = out .. ' med exhudater.\n'
end
if ( getValue('90d_linse.randbl.osin') ~= '' and getValue('90d_linse.exsudater.osin') == '')
then
out = out .. ' med randblødning.\n'
end
if ( getValue('90d_linse.randbl.osin') == '' and getValue('90d_linse.exsudater.osin') == '')
then
out = out .. '.\n'
end
end
if ( getValue('90d_linse.implikation.osin') == 'atrofi' )
then
out = out .. 'På o.sin findes der atrofi.\n'
end
end
if ( getValue('90d_linse.yderligere') ~= '' )
then
out = out .. getValue('90d_linse.yderligere') .. '\n'
end
return out