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